Solved Windows 10 & 11 create tons of empty folders in System32


I have a script to erase them, I can share it here BUT I erase all the language files EXCEPT en-US and tr-TR so

If someone use the script, they may lose their own language files and the operating system may crash.

So I'm just sharing only addresses;

Code:
:: Windows\System32\  [LANGUAGE FOLDERS]
 
"C:\Windows\System32\am-et""
"C:\Windows\System32\ar-SA""
"C:\Windows\System32\bg-BG""
"C:\Windows\System32\cs-CZ""
"C:\Windows\System32\da-DK""
"C:\Windows\System32\de-DE""
"C:\Windows\System32\el-GR""
"C:\Windows\System32\en-GB""
"C:\Windows\System32\es-ES""
"C:\Windows\System32\es-MX""
"C:\Windows\System32\et-EE""
"C:\Windows\System32\ff-Adlm-SN""
"C:\Windows\System32\fi-FI""
"C:\Windows\System32\fr-CA""
"C:\Windows\System32\fr-FR""
"C:\Windows\System32\he-IL""
"C:\Windows\System32\hr-HR""
"C:\Windows\System32\hu-HU""
"C:\Windows\System32\it-IT""
"C:\Windows\System32\ja-jp""
"C:\Windows\System32\ko-KR""
"C:\Windows\System32\lt-LT""
"C:\Windows\System32\lv-LV""
"C:\Windows\System32\my-mm""
"C:\Windows\System32\nb-NO""
"C:\Windows\System32\nl-NL""
"C:\Windows\System32\osa-Osge-001""
"C:\Windows\System32\pl-PL""
"C:\Windows\System32\pt-BR""
"C:\Windows\System32\pt-PT""
"C:\Windows\System32\ro-RO""
"C:\Windows\System32\ru-RU""
"C:\Windows\System32\si-lk""
"C:\Windows\System32\sk-SK""
"C:\Windows\System32\sl-SI""
"C:\Windows\System32\sr-Latn-RS""
"C:\Windows\System32\sv-SE""
"C:\Windows\System32\ta-in""
"C:\Windows\System32\ta-lk""
"C:\Windows\System32\th-TH""
"C:\Windows\System32\ti-et""
"C:\Windows\System32\uk-UA""
"C:\Windows\System32\zh-CN""
"C:\Windows\System32\zh-TW""

"C:\Windows\System32\ca-ES""
"C:\Windows\System32\eu-ES""
"C:\Windows\System32\gl-ES""
"C:\Windows\System32\id-ID""
"C:\Windows\System32\vi-VN""

:: Windows\SysWOW64\  [LANGUAGE FOLDERS]

"C:\Windows\SysWOW64\ar-SA""
"C:\Windows\SysWOW64\bg-BG""
"C:\Windows\SysWOW64\cs-CZ""
"C:\Windows\SysWOW64\da-DK""
"C:\Windows\SysWOW64\de-DE""
"C:\Windows\SysWOW64\el-GR""
"C:\Windows\SysWOW64\en-GB""
"C:\Windows\SysWOW64\es-ES""
"C:\Windows\SysWOW64\es-MX""
"C:\Windows\SysWOW64\et-EE""
"C:\Windows\SysWOW64\fi-FI""
"C:\Windows\SysWOW64\fr-CA""
"C:\Windows\SysWOW64\fr-FR""
"C:\Windows\SysWOW64\he-IL""
"C:\Windows\SysWOW64\hr-HR""
"C:\Windows\SysWOW64\hu-HU""
"C:\Windows\SysWOW64\it-IT""
"C:\Windows\SysWOW64\ja-JP""
"C:\Windows\SysWOW64\ko-KR""
"C:\Windows\SysWOW64\lt-LT""
"C:\Windows\SysWOW64\lv-LV""
"C:\Windows\SysWOW64\nb-NO""
"C:\Windows\SysWOW64\nl-NL""
"C:\Windows\SysWOW64\pl-PL""
"C:\Windows\SysWOW64\pt-BR""
"C:\Windows\SysWOW64\pt-PT""
"C:\Windows\SysWOW64\ro-RO""
"C:\Windows\SysWOW64\ru-RU""
"C:\Windows\SysWOW64\sk-SK""
"C:\Windows\SysWOW64\sl-SI""
"C:\Windows\SysWOW64\sr-Latn-RS""
"C:\Windows\SysWOW64\sv-SE""
"C:\Windows\SysWOW64\th-TH""
"C:\Windows\SysWOW64\uk-UA""
"C:\Windows\SysWOW64\zh-CN""
"C:\Windows\SysWOW64\zh-TW""

"C:\Windows\SysWOW64\ca-ES""
"C:\Windows\SysWOW64\eu-ES""
"C:\Windows\SysWOW64\gl-ES""
"C:\Windows\SysWOW64\id-ID""
"C:\Windows\SysWOW64\vi-VN""

:: Windows\Boot\EFI\ [LANGUAGE FOLDERS]

"C:\Windows\Boot\EFI\bg-BG""
"C:\Windows\Boot\EFI\cs-CZ""
"C:\Windows\Boot\EFI\da-DK""
"C:\Windows\Boot\EFI\de-DE""
"C:\Windows\Boot\EFI\el-GR""
"C:\Windows\Boot\EFI\en-GB""
"C:\Windows\Boot\EFI\es-ES""
"C:\Windows\Boot\EFI\es-MX""
"C:\Windows\Boot\EFI\et-EE""
"C:\Windows\Boot\EFI\fi-FI""
"C:\Windows\Boot\EFI\fr-CA""
"C:\Windows\Boot\EFI\fr-FR""
"C:\Windows\Boot\EFI\hr-HR""
"C:\Windows\Boot\EFI\hu-HU""
"C:\Windows\Boot\EFI\it-IT""
"C:\Windows\Boot\EFI\ja-JP""
"C:\Windows\Boot\EFI\ko-KR""
"C:\Windows\Boot\EFI\lt-LT""
"C:\Windows\Boot\EFI\lv-LV""
"C:\Windows\Boot\EFI\nb-NO""
"C:\Windows\Boot\EFI\nl-NL""
"C:\Windows\Boot\EFI\pl-PL""
"C:\Windows\Boot\EFI\pt-BR""
"C:\Windows\Boot\EFI\pt-PT""
"C:\Windows\Boot\EFI\qps-ploc""
"C:\Windows\Boot\EFI\ro-RO""
"C:\Windows\Boot\EFI\ru-RU""
"C:\Windows\Boot\EFI\sk-SK""
"C:\Windows\Boot\EFI\sl-SI""
"C:\Windows\Boot\EFI\sr-Latn-RS""
"C:\Windows\Boot\EFI\sv-SE""
"C:\Windows\Boot\EFI\uk-UA""
"C:\Windows\Boot\EFI\zh-CN""
"C:\Windows\Boot\EFI\zh-TW""

:: Windows\Boot\PCAT\  [LANGUAGE FOLDERS]

"C:\Windows\Boot\PCAT\bg-BG""
"C:\Windows\Boot\PCAT\cs-CZ""
"C:\Windows\Boot\PCAT\da-DK""
"C:\Windows\Boot\PCAT\de-DE""
"C:\Windows\Boot\PCAT\el-GR""
"C:\Windows\Boot\PCAT\en-GB""
"C:\Windows\Boot\PCAT\es-ES""
"C:\Windows\Boot\PCAT\es-MX""
"C:\Windows\Boot\PCAT\et-EE""
"C:\Windows\Boot\PCAT\fi-FI""
"C:\Windows\Boot\PCAT\fr-CA""
"C:\Windows\Boot\PCAT\fr-FR""
"C:\Windows\Boot\PCAT\hr-HR""
"C:\Windows\Boot\PCAT\hu-HU""
"C:\Windows\Boot\PCAT\it-IT""
"C:\Windows\Boot\PCAT\ja-JP""
"C:\Windows\Boot\PCAT\ko-KR""
"C:\Windows\Boot\PCAT\lt-LT""
"C:\Windows\Boot\PCAT\lv-LV""
"C:\Windows\Boot\PCAT\nb-NO""
"C:\Windows\Boot\PCAT\nl-NL""
"C:\Windows\Boot\PCAT\pl-PL""
"C:\Windows\Boot\PCAT\pt-BR""
"C:\Windows\Boot\PCAT\pt-PT""
"C:\Windows\Boot\PCAT\qps-ploc""
"C:\Windows\Boot\PCAT\qps-plocm""
"C:\Windows\Boot\PCAT\ro-RO""
"C:\Windows\Boot\PCAT\ru-RU""
"C:\Windows\Boot\PCAT\sk-SK""
"C:\Windows\Boot\PCAT\sl-SI""
"C:\Windows\Boot\PCAT\sr-Latn-RS""
"C:\Windows\Boot\PCAT\sv-SE""
"C:\Windows\Boot\PCAT\uk-UA""
"C:\Windows\Boot\PCAT\zh-CN""
"C:\Windows\Boot\PCAT\zh-TW""


:: Program Files\Common Files\microsoft shared\ink\ [LANGUAGE FOLDERS]

"C:\Program Files\Common Files\microsoft shared\ink\ar-SA""
"C:\Program Files\Common Files\microsoft shared\ink\bg-BG""
"C:\Program Files\Common Files\microsoft shared\ink\cs-CZ""
"C:\Program Files\Common Files\microsoft shared\ink\da-DK""
"C:\Program Files\Common Files\microsoft shared\ink\de-DE""
"C:\Program Files\Common Files\microsoft shared\ink\el-GR""
"C:\Program Files\Common Files\microsoft shared\ink\en-GB""
"C:\Program Files\Common Files\microsoft shared\ink\es-ES""
"C:\Program Files\Common Files\microsoft shared\ink\es-MX""
"C:\Program Files\Common Files\microsoft shared\ink\et-EE""
"C:\Program Files\Common Files\microsoft shared\ink\fi-FI""
"C:\Program Files\Common Files\microsoft shared\ink\fr-CA""
"C:\Program Files\Common Files\microsoft shared\ink\fr-FR""
"C:\Program Files\Common Files\microsoft shared\ink\he-IL""
"C:\Program Files\Common Files\microsoft shared\ink\hr-HR""
"C:\Program Files\Common Files\microsoft shared\ink\hu-HU""
"C:\Program Files\Common Files\microsoft shared\ink\it-IT""
"C:\Program Files\Common Files\microsoft shared\ink\ja-JP""
"C:\Program Files\Common Files\microsoft shared\ink\ko-KR""
"C:\Program Files\Common Files\microsoft shared\ink\lt-LT""
"C:\Program Files\Common Files\microsoft shared\ink\lv-LV""
"C:\Program Files\Common Files\microsoft shared\ink\nb-NO""
"C:\Program Files\Common Files\microsoft shared\ink\nl-NL""
"C:\Program Files\Common Files\microsoft shared\ink\pl-PL""
"C:\Program Files\Common Files\microsoft shared\ink\pt-BR""
"C:\Program Files\Common Files\microsoft shared\ink\pt-PT""
"C:\Program Files\Common Files\microsoft shared\ink\ro-RO""
"C:\Program Files\Common Files\microsoft shared\ink\ru-RU""
"C:\Program Files\Common Files\microsoft shared\ink\sk-SK""
"C:\Program Files\Common Files\microsoft shared\ink\sl-SI""
"C:\Program Files\Common Files\microsoft shared\ink\sr-Latn-RS""
"C:\Program Files\Common Files\microsoft shared\ink\sv-SE""
"C:\Program Files\Common Files\microsoft shared\ink\th-TH""
"C:\Program Files\Common Files\microsoft shared\ink\uk-UA""
"C:\Program Files\Common Files\microsoft shared\ink\zh-CN""
"C:\Program Files\Common Files\microsoft shared\ink\zh-TW""

"C:\Program Files\Common Files\microsoft shared\ink\ca-ES""
"C:\Program Files\Common Files\microsoft shared\ink\eu-ES""
"C:\Program Files\Common Files\microsoft shared\ink\gl-ES""
"C:\Program Files\Common Files\microsoft shared\ink\id-ID""
"C:\Program Files\Common Files\microsoft shared\ink\vi-VN""

:: \%LocalAppData%\Microsoft\input\ [LANGUAGE FOLDERS]

"%LocalAppData%\Microsoft\input\af-ZA""
"%LocalAppData%\Microsoft\input\ar-AE""
"%LocalAppData%\Microsoft\input\ar-BH""
"%LocalAppData%\Microsoft\input\ar-DZ""
"%LocalAppData%\Microsoft\input\ar-EG""
"%LocalAppData%\Microsoft\input\ar-IQ""
"%LocalAppData%\Microsoft\input\ar-JO""
"%LocalAppData%\Microsoft\input\ar-KW""
"%LocalAppData%\Microsoft\input\ar-LB""
"%LocalAppData%\Microsoft\input\ar-LY""
"%LocalAppData%\Microsoft\input\ar-MA""
"%LocalAppData%\Microsoft\input\ar-OM""
"%LocalAppData%\Microsoft\input\ar-QA""
"%LocalAppData%\Microsoft\input\ar-SA""
"%LocalAppData%\Microsoft\input\ar-SY""
"%LocalAppData%\Microsoft\input\ar-TN""
"%LocalAppData%\Microsoft\input\ar-YE""
"%LocalAppData%\Microsoft\input\az-Latn-AZ""
"%LocalAppData%\Microsoft\input\bg-BG""
"%LocalAppData%\Microsoft\input\bn-BD""
"%LocalAppData%\Microsoft\input\ca-ES""
"%LocalAppData%\Microsoft\input\cs-CZ""
"%LocalAppData%\Microsoft\input\da-DK""
"%LocalAppData%\Microsoft\input\de-AT""
"%LocalAppData%\Microsoft\input\de-CH""
"%LocalAppData%\Microsoft\input\de-DE""
"%LocalAppData%\Microsoft\input\de-LI""
"%LocalAppData%\Microsoft\input\de-LU""
"%LocalAppData%\Microsoft\input\el-GR""
"%LocalAppData%\Microsoft\input\es-419""
"%LocalAppData%\Microsoft\input\es-AR""
"%LocalAppData%\Microsoft\input\es-BO""
"%LocalAppData%\Microsoft\input\es-CL""
"%LocalAppData%\Microsoft\input\es-CO""
"%LocalAppData%\Microsoft\input\es-CR""
"%LocalAppData%\Microsoft\input\es-DO""
"%LocalAppData%\Microsoft\input\es-EC""
"%LocalAppData%\Microsoft\input\es-ES""
"%LocalAppData%\Microsoft\input\es-GT""
"%LocalAppData%\Microsoft\input\es-HN""
"%LocalAppData%\Microsoft\input\es-MX""
"%LocalAppData%\Microsoft\input\es-NI""
"%LocalAppData%\Microsoft\input\es-PA""
"%LocalAppData%\Microsoft\input\es-PE""
"%LocalAppData%\Microsoft\input\es-PR""
"%LocalAppData%\Microsoft\input\es-PY""
"%LocalAppData%\Microsoft\input\es-SV""
"%LocalAppData%\Microsoft\input\es-US""
"%LocalAppData%\Microsoft\input\es-UY""
"%LocalAppData%\Microsoft\input\es-VE""
"%LocalAppData%\Microsoft\input\et-EE""
"%LocalAppData%\Microsoft\input\eu-ES""
"%LocalAppData%\Microsoft\input\fa-IR""
"%LocalAppData%\Microsoft\input\fi-FI""
"%LocalAppData%\Microsoft\input\fr-029""
"%LocalAppData%\Microsoft\input\fr-BE""
"%LocalAppData%\Microsoft\input\fr-CA""
"%LocalAppData%\Microsoft\input\fr-CD""
"%LocalAppData%\Microsoft\input\fr-CH""
"%LocalAppData%\Microsoft\input\fr-CI""
"%LocalAppData%\Microsoft\input\fr-CM""
"%LocalAppData%\Microsoft\input\fr-FR""
"%LocalAppData%\Microsoft\input\fr-HT""
"%LocalAppData%\Microsoft\input\fr-LU""
"%LocalAppData%\Microsoft\input\fr-MA""
"%LocalAppData%\Microsoft\input\fr-MC""
"%LocalAppData%\Microsoft\input\fr-ML""
"%LocalAppData%\Microsoft\input\fr-RE""
"%LocalAppData%\Microsoft\input\fr-SN""
"%LocalAppData%\Microsoft\input\gl-ES""
"%LocalAppData%\Microsoft\input\ha-Latn-NG""
"%LocalAppData%\Microsoft\input\he-IL""
"%LocalAppData%\Microsoft\input\hi-IN""
"%LocalAppData%\Microsoft\input\hr-BA""
"%LocalAppData%\Microsoft\input\hr-HR""
"%LocalAppData%\Microsoft\input\hu-HU""
"%LocalAppData%\Microsoft\input\hy-AM""
"%LocalAppData%\Microsoft\input\id-ID""
"%LocalAppData%\Microsoft\input\it-CH""
"%LocalAppData%\Microsoft\input\it-IT""
"%LocalAppData%\Microsoft\input\ka-GE""
"%LocalAppData%\Microsoft\input\kk-KZ""
"%LocalAppData%\Microsoft\input\lt-LT""
"%LocalAppData%\Microsoft\input\lv-LV""
"%LocalAppData%\Microsoft\input\mk-MK""
"%LocalAppData%\Microsoft\input\ms-BN""
"%LocalAppData%\Microsoft\input\ms-MY""
"%LocalAppData%\Microsoft\input\nb-NO""
"%LocalAppData%\Microsoft\input\nl-BE""
"%LocalAppData%\Microsoft\input\nl-NL""
"%LocalAppData%\Microsoft\input\pl-PL""
"%LocalAppData%\Microsoft\input\pt-BR""
"%LocalAppData%\Microsoft\input\pt-PT""
"%LocalAppData%\Microsoft\input\ro-MD""
"%LocalAppData%\Microsoft\input\ro-RO""
"%LocalAppData%\Microsoft\input\ru-RU""
"%LocalAppData%\Microsoft\input\sk-SK""
"%LocalAppData%\Microsoft\input\sl-SI""
"%LocalAppData%\Microsoft\input\sq-AL""
"%LocalAppData%\Microsoft\input\sr-Cyrl-BA""
"%LocalAppData%\Microsoft\input\sr-Cyrl-ME""
"%LocalAppData%\Microsoft\input\sr-Cyrl-RS""
"%LocalAppData%\Microsoft\input\sr-Latn-BA""
"%LocalAppData%\Microsoft\input\sr-Latn-ME""
"%LocalAppData%\Microsoft\input\sr-Latn-RS""
"%LocalAppData%\Microsoft\input\sv-FI""
"%LocalAppData%\Microsoft\input\sv-SE""
"%LocalAppData%\Microsoft\input\uk-UA""
"%LocalAppData%\Microsoft\input\uz-Latn-UZ""

"C:\Users\Feuer\AppData\Local\Microsoft\input\en-029""
"C:\Users\Feuer\AppData\Local\Microsoft\input\en-AU""
"C:\Users\Feuer\AppData\Local\Microsoft\input\en-BZ""
"C:\Users\Feuer\AppData\Local\Microsoft\input\en-CA""
"C:\Users\Feuer\AppData\Local\Microsoft\input\en-GB""
"C:\Users\Feuer\AppData\Local\Microsoft\input\en-HK""
"C:\Users\Feuer\AppData\Local\Microsoft\input\en-ID""
"C:\Users\Feuer\AppData\Local\Microsoft\input\en-IE""
"C:\Users\Feuer\AppData\Local\Microsoft\input\en-JM""
"C:\Users\Feuer\AppData\Local\Microsoft\input\en-MY""
"C:\Users\Feuer\AppData\Local\Microsoft\input\en-NZ""
"C:\Users\Feuer\AppData\Local\Microsoft\input\en-SG""
"C:\Users\Feuer\AppData\Local\Microsoft\input\en-TT""
"C:\Users\Feuer\AppData\Local\Microsoft\input\en-ZA""
"C:\Users\Feuer\AppData\Local\Microsoft\input\en-ZW""

:: \ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\ [LANGUAGE FOLDERS]

"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\af-ZA""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\am-ET""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\ar-SA""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\as-IN""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\az-Latn-AZ""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\bg-BG""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\bn-IN""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\bs-Latn-BA""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\ca-ES""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\ca-ES-valencia""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\cs-CZ""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\cy-GB""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\da-DK""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\de-DE""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\el-GR""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\en-GB""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\es-ES""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\es-MX""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\et-EE""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\eu-ES""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\fa-IR""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\fi-FI""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\fil-PH""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\fr-CA""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\fr-FR""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\ga-IE""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\gd-GB""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\gl-ES""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\gu-IN""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\he-IL""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\hi-IN""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\hr-HR""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\hu-HU""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\id-ID""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\is-IS""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\it-IT""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\ja-JP""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\ka-GE""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\kk-KZ""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\km-KH""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\kn-IN""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\kok-IN""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\ko-KR""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\lb-LU""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\lo-LA""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\lt-LT""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\lv-LV""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\mi-NZ""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\mk-MK""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\ml-IN""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\mr-IN""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\ms-MY""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\mt-MT""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\nb-NO""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\ne-NP""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\nl-NL""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\nn-NO""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\or-IN""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\pa-IN""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\pl-PL""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\pt-BR""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\pt-PT""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\quz-PE""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\ro-RO""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\ru-RU""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\sk-SK""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\sl-SI""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\sq-AL""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\sr-Cyrl-BA""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\sr-Cyrl-RS""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\sr-Latn-RS""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\sv-SE""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\ta-IN""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\te-IN""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\th-TH""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\tt-RU""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\ug-CN""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\uk-UA""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\ur-PK""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\vi-VN""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\zh-CN""
"C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2109.6-0\zh-TW""

this value "4.18.2109.6-0" varies by version, you can use joker character in your script.
 

My Computer My Computer

At a glance

Windows 11 25H2 Home Single Language (26200.8...Intel Core i3-1115G48GBon-board
OS
Windows 11 25H2 Home Single Language (26200.8037)
Computer type
Laptop
Manufacturer/Model
LENOVO IdeaPad 5 15ITL05
CPU
Intel Core i3-1115G4
Motherboard
There is no such a God, I only know mother-Earth
Memory
8GB
Graphics Card(s)
on-board
Sound Card
on-board
Monitor(s) Displays
(s) is too ambitious for me
Screen Resolution
1920*1080
Hard Drives
256GB (SSD)
PSU
I was very young when I last saw a PSU
Case
...
Cooling
My coldness is enough to cool the computer
Keyboard
A broken and very clean keyboard
Mouse
Rat
Internet Speed
Slowest internet connection in Europe
Browser
ChromePortable / FirefoxPortable / TorBrowser
Antivirus
G-Virus
Other Info
I can simply say that I took the red pill and I am not happy with it.
@Feuer

Thank you very much for that information. I really appreciate your time and effort.

Dan
 

My Computers My Computers

  • At a glance

    11 Pro 24H2 26100.2454i7-9700 @ 3.00GHz32GBDDR4 @ 2666MHzIntel HD 630 Graphics onboard
    OS
    11 Pro 24H2 26100.2454
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i7-9700 @ 3.00GHz
    Motherboard
    Lenovo 3132
    Memory
    32GBDDR4 @ 2666MHz
    Graphics Card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    LG E2442
    Screen Resolution
    1920x1080
    Hard Drives
    1 x Samsung 970 EVO PLUS 500GB NVMe SSD, 1 x WD_BLACK SN770
    250GB NVMe SSD (OS and programs), 1 x WD_BLACK SN770
    500GB NVMe SSD (Data)
    Case
    Lenovo SFF
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Mouse
    LogiTech M510 wireless
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome, sometimes Firefox
    Antivirus
    Malwarebytes Premium & Defender (working together beautifully!)
  • At a glance

    11 Pro 24H2 26100.2454i5-8400 @ 2.80GHz32GB DDR4 @ 2600MHzIntel HD 630 Graphics onboard
    Operating System
    11 Pro 24H2 26100.2454
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i5-8400 @ 2.80GHz
    Motherboard
    Lenovo 3132
    Memory
    32GB DDR4 @ 2600MHz
    Graphics card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek High Definition Audio onboard
    Monitor(s) Displays
    LG FULL HD (1920x1080@59Hz)
    Screen Resolution
    1920 x 1080
    Hard Drives
    1 x Samsung 970 EVO PLUS NVMe; 1 x Samsung 980 NVMe SSD
    Case
    Lenovo Think Centre SFF
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Mouse
    LogiTech M510 wireless
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome
    Antivirus
    Malwarebytes Premium and MS Defender, beautiful together
That is a lot of files thhere @Feuer
 

My Computers My Computers

  • At a glance

    Windows 11 Pro13th Gen Core i9 13900HX32GB DDR5 @4800MHz 2x16GBGeforce RTX 4090HX 16GB
    OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Alienware M18 R1
    CPU
    13th Gen Core i9 13900HX
    Memory
    32GB DDR5 @4800MHz 2x16GB
    Graphics Card(s)
    Geforce RTX 4090HX 16GB
    Sound Card
    Nvidia HD / Realtek ALC3254
    Monitor(s) Displays
    18" QHD+
    Screen Resolution
    25660 X 1600
    Hard Drives
    C: KIOXIA (Toshiba) 2TB KXG80ZNV2T04 NVMe PCIe M.2 SSD
    D: KIOXIA (Toshiba) 2TB KXG80ZNV2T04 NVMe PCIe M.2 SSD
    Case
    Dark Metallic Moon
    Keyboard
    Alienware M Series per-key AlienFX RGB
    Mouse
    Alienware AW610M
    Browser
    Chrome and Firefox
    Antivirus
    Norton
    Other Info
    Killer E3000 Ethernet Controller
    Killer Killer AX1690 Wi-Fi Network Adaptor Wi-Fi 6E
    Bluetooth 5.2
    Alienware Z01G Graphic Amplifier
  • At a glance

    Windows 11 Pro10th Gen i-9 10900 K32Gb Dual Channel DDR4 @ 8843MHzNvidia RTX 2080 Super
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Alienware Area 51m R2
    CPU
    10th Gen i-9 10900 K
    Memory
    32Gb Dual Channel DDR4 @ 8843MHz
    Graphics card(s)
    Nvidia RTX 2080 Super
    Sound Card
    Nvidia
    Screen Resolution
    1920 x 1080
    Hard Drives
    Hard Drive C: Samsung 2TB SSD PM981a NVMe
    Hard Drive D:Samsung 2TB SSD 970 EVO Plus
    Mouse
    Alienware 610M
    Browser
    Chrome
    Antivirus
    Norton
Be careful and do not erase your own language folders.
 

My Computer My Computer

At a glance

Windows 11 25H2 Home Single Language (26200.8...Intel Core i3-1115G48GBon-board
OS
Windows 11 25H2 Home Single Language (26200.8037)
Computer type
Laptop
Manufacturer/Model
LENOVO IdeaPad 5 15ITL05
CPU
Intel Core i3-1115G4
Motherboard
There is no such a God, I only know mother-Earth
Memory
8GB
Graphics Card(s)
on-board
Sound Card
on-board
Monitor(s) Displays
(s) is too ambitious for me
Screen Resolution
1920*1080
Hard Drives
256GB (SSD)
PSU
I was very young when I last saw a PSU
Case
...
Cooling
My coldness is enough to cool the computer
Keyboard
A broken and very clean keyboard
Mouse
Rat
Internet Speed
Slowest internet connection in Europe
Browser
ChromePortable / FirefoxPortable / TorBrowser
Antivirus
G-Virus
Other Info
I can simply say that I took the red pill and I am not happy with it.
I just looked through the collections of language folders you pointed out for me (thanks again), and it looks to me as though if you delete all of them except your own languages, the savings in terms of space is going to be minimal (a Gig, maybe), and the savings in terms of Windows efficiency is going to be zero, since there's no reason why the contents of a language folder would ever be loaded into memory unless you're using that language.

It makes very good sense that you use a script to accomplish this, because it wouldn't be worthwhile to do it all manually.

Am I wrong? Am I missing something here?
 

My Computers My Computers

  • At a glance

    11 Pro 24H2 26100.2454i7-9700 @ 3.00GHz32GBDDR4 @ 2666MHzIntel HD 630 Graphics onboard
    OS
    11 Pro 24H2 26100.2454
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i7-9700 @ 3.00GHz
    Motherboard
    Lenovo 3132
    Memory
    32GBDDR4 @ 2666MHz
    Graphics Card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    LG E2442
    Screen Resolution
    1920x1080
    Hard Drives
    1 x Samsung 970 EVO PLUS 500GB NVMe SSD, 1 x WD_BLACK SN770
    250GB NVMe SSD (OS and programs), 1 x WD_BLACK SN770
    500GB NVMe SSD (Data)
    Case
    Lenovo SFF
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Mouse
    LogiTech M510 wireless
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome, sometimes Firefox
    Antivirus
    Malwarebytes Premium & Defender (working together beautifully!)
  • At a glance

    11 Pro 24H2 26100.2454i5-8400 @ 2.80GHz32GB DDR4 @ 2600MHzIntel HD 630 Graphics onboard
    Operating System
    11 Pro 24H2 26100.2454
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i5-8400 @ 2.80GHz
    Motherboard
    Lenovo 3132
    Memory
    32GB DDR4 @ 2600MHz
    Graphics card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek High Definition Audio onboard
    Monitor(s) Displays
    LG FULL HD (1920x1080@59Hz)
    Screen Resolution
    1920 x 1080
    Hard Drives
    1 x Samsung 970 EVO PLUS NVMe; 1 x Samsung 980 NVMe SSD
    Case
    Lenovo Think Centre SFF
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Mouse
    LogiTech M510 wireless
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome
    Antivirus
    Malwarebytes Premium and MS Defender, beautiful together
I always erase that folders for a long time. I never need other language files, for example you are from Canada, you are OK with French and English languages. You never need Chinese, Russian, Arabic or Turkish languages.

Even though I use Home Single Language, Microsoft always adds these files and folders.

You cannot erase them manually.

You can erase that folders with
a live OS,
advanced start > command prompt,
or NSUDO

Defender Files are not deleted with NSUDO
 

My Computer My Computer

At a glance

Windows 11 25H2 Home Single Language (26200.8...Intel Core i3-1115G48GBon-board
OS
Windows 11 25H2 Home Single Language (26200.8037)
Computer type
Laptop
Manufacturer/Model
LENOVO IdeaPad 5 15ITL05
CPU
Intel Core i3-1115G4
Motherboard
There is no such a God, I only know mother-Earth
Memory
8GB
Graphics Card(s)
on-board
Sound Card
on-board
Monitor(s) Displays
(s) is too ambitious for me
Screen Resolution
1920*1080
Hard Drives
256GB (SSD)
PSU
I was very young when I last saw a PSU
Case
...
Cooling
My coldness is enough to cool the computer
Keyboard
A broken and very clean keyboard
Mouse
Rat
Internet Speed
Slowest internet connection in Europe
Browser
ChromePortable / FirefoxPortable / TorBrowser
Antivirus
G-Virus
Other Info
I can simply say that I took the red pill and I am not happy with it.
Thank you for that clarification, Feuer. Now I understand.
 

My Computers My Computers

  • At a glance

    11 Pro 24H2 26100.2454i7-9700 @ 3.00GHz32GBDDR4 @ 2666MHzIntel HD 630 Graphics onboard
    OS
    11 Pro 24H2 26100.2454
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i7-9700 @ 3.00GHz
    Motherboard
    Lenovo 3132
    Memory
    32GBDDR4 @ 2666MHz
    Graphics Card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    LG E2442
    Screen Resolution
    1920x1080
    Hard Drives
    1 x Samsung 970 EVO PLUS 500GB NVMe SSD, 1 x WD_BLACK SN770
    250GB NVMe SSD (OS and programs), 1 x WD_BLACK SN770
    500GB NVMe SSD (Data)
    Case
    Lenovo SFF
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Mouse
    LogiTech M510 wireless
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome, sometimes Firefox
    Antivirus
    Malwarebytes Premium & Defender (working together beautifully!)
  • At a glance

    11 Pro 24H2 26100.2454i5-8400 @ 2.80GHz32GB DDR4 @ 2600MHzIntel HD 630 Graphics onboard
    Operating System
    11 Pro 24H2 26100.2454
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i5-8400 @ 2.80GHz
    Motherboard
    Lenovo 3132
    Memory
    32GB DDR4 @ 2600MHz
    Graphics card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek High Definition Audio onboard
    Monitor(s) Displays
    LG FULL HD (1920x1080@59Hz)
    Screen Resolution
    1920 x 1080
    Hard Drives
    1 x Samsung 970 EVO PLUS NVMe; 1 x Samsung 980 NVMe SSD
    Case
    Lenovo Think Centre SFF
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Mouse
    LogiTech M510 wireless
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome
    Antivirus
    Malwarebytes Premium and MS Defender, beautiful together
You are welcome.
 

My Computer My Computer

At a glance

Windows 11 25H2 Home Single Language (26200.8...Intel Core i3-1115G48GBon-board
OS
Windows 11 25H2 Home Single Language (26200.8037)
Computer type
Laptop
Manufacturer/Model
LENOVO IdeaPad 5 15ITL05
CPU
Intel Core i3-1115G4
Motherboard
There is no such a God, I only know mother-Earth
Memory
8GB
Graphics Card(s)
on-board
Sound Card
on-board
Monitor(s) Displays
(s) is too ambitious for me
Screen Resolution
1920*1080
Hard Drives
256GB (SSD)
PSU
I was very young when I last saw a PSU
Case
...
Cooling
My coldness is enough to cool the computer
Keyboard
A broken and very clean keyboard
Mouse
Rat
Internet Speed
Slowest internet connection in Europe
Browser
ChromePortable / FirefoxPortable / TorBrowser
Antivirus
G-Virus
Other Info
I can simply say that I took the red pill and I am not happy with it.
The upgrade to 22000.348 did not re-enable the provisioning tasks in task scheduler :)
 

My Computers My Computers

  • At a glance

    Windows 11 Pro13th Gen Core i9 13900HX32GB DDR5 @4800MHz 2x16GBGeforce RTX 4090HX 16GB
    OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Alienware M18 R1
    CPU
    13th Gen Core i9 13900HX
    Memory
    32GB DDR5 @4800MHz 2x16GB
    Graphics Card(s)
    Geforce RTX 4090HX 16GB
    Sound Card
    Nvidia HD / Realtek ALC3254
    Monitor(s) Displays
    18" QHD+
    Screen Resolution
    25660 X 1600
    Hard Drives
    C: KIOXIA (Toshiba) 2TB KXG80ZNV2T04 NVMe PCIe M.2 SSD
    D: KIOXIA (Toshiba) 2TB KXG80ZNV2T04 NVMe PCIe M.2 SSD
    Case
    Dark Metallic Moon
    Keyboard
    Alienware M Series per-key AlienFX RGB
    Mouse
    Alienware AW610M
    Browser
    Chrome and Firefox
    Antivirus
    Norton
    Other Info
    Killer E3000 Ethernet Controller
    Killer Killer AX1690 Wi-Fi Network Adaptor Wi-Fi 6E
    Bluetooth 5.2
    Alienware Z01G Graphic Amplifier
  • At a glance

    Windows 11 Pro10th Gen i-9 10900 K32Gb Dual Channel DDR4 @ 8843MHzNvidia RTX 2080 Super
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Alienware Area 51m R2
    CPU
    10th Gen i-9 10900 K
    Memory
    32Gb Dual Channel DDR4 @ 8843MHz
    Graphics card(s)
    Nvidia RTX 2080 Super
    Sound Card
    Nvidia
    Screen Resolution
    1920 x 1080
    Hard Drives
    Hard Drive C: Samsung 2TB SSD PM981a NVMe
    Hard Drive D:Samsung 2TB SSD 970 EVO Plus
    Mouse
    Alienware 610M
    Browser
    Chrome
    Antivirus
    Norton
The upgrade to 22000.348 did not re-enable the provisioning tasks in task scheduler :)
Confirmed: It did not. And the folder of concern is still without its plethora of useless files. :clap:
 

My Computers My Computers

  • At a glance

    11 Pro 24H2 26100.2454i7-9700 @ 3.00GHz32GBDDR4 @ 2666MHzIntel HD 630 Graphics onboard
    OS
    11 Pro 24H2 26100.2454
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i7-9700 @ 3.00GHz
    Motherboard
    Lenovo 3132
    Memory
    32GBDDR4 @ 2666MHz
    Graphics Card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    LG E2442
    Screen Resolution
    1920x1080
    Hard Drives
    1 x Samsung 970 EVO PLUS 500GB NVMe SSD, 1 x WD_BLACK SN770
    250GB NVMe SSD (OS and programs), 1 x WD_BLACK SN770
    500GB NVMe SSD (Data)
    Case
    Lenovo SFF
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Mouse
    LogiTech M510 wireless
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome, sometimes Firefox
    Antivirus
    Malwarebytes Premium & Defender (working together beautifully!)
  • At a glance

    11 Pro 24H2 26100.2454i5-8400 @ 2.80GHz32GB DDR4 @ 2600MHzIntel HD 630 Graphics onboard
    Operating System
    11 Pro 24H2 26100.2454
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i5-8400 @ 2.80GHz
    Motherboard
    Lenovo 3132
    Memory
    32GB DDR4 @ 2600MHz
    Graphics card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek High Definition Audio onboard
    Monitor(s) Displays
    LG FULL HD (1920x1080@59Hz)
    Screen Resolution
    1920 x 1080
    Hard Drives
    1 x Samsung 970 EVO PLUS NVMe; 1 x Samsung 980 NVMe SSD
    Case
    Lenovo Think Centre SFF
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Mouse
    LogiTech M510 wireless
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome
    Antivirus
    Malwarebytes Premium and MS Defender, beautiful together
@Wisewiz Hi There, I only posted that because a while back someone said it re-enabled after an upgrade. It's good to know that it not re-enabling without out us noticing
 

My Computers My Computers

  • At a glance

    Windows 11 Pro13th Gen Core i9 13900HX32GB DDR5 @4800MHz 2x16GBGeforce RTX 4090HX 16GB
    OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Alienware M18 R1
    CPU
    13th Gen Core i9 13900HX
    Memory
    32GB DDR5 @4800MHz 2x16GB
    Graphics Card(s)
    Geforce RTX 4090HX 16GB
    Sound Card
    Nvidia HD / Realtek ALC3254
    Monitor(s) Displays
    18" QHD+
    Screen Resolution
    25660 X 1600
    Hard Drives
    C: KIOXIA (Toshiba) 2TB KXG80ZNV2T04 NVMe PCIe M.2 SSD
    D: KIOXIA (Toshiba) 2TB KXG80ZNV2T04 NVMe PCIe M.2 SSD
    Case
    Dark Metallic Moon
    Keyboard
    Alienware M Series per-key AlienFX RGB
    Mouse
    Alienware AW610M
    Browser
    Chrome and Firefox
    Antivirus
    Norton
    Other Info
    Killer E3000 Ethernet Controller
    Killer Killer AX1690 Wi-Fi Network Adaptor Wi-Fi 6E
    Bluetooth 5.2
    Alienware Z01G Graphic Amplifier
  • At a glance

    Windows 11 Pro10th Gen i-9 10900 K32Gb Dual Channel DDR4 @ 8843MHzNvidia RTX 2080 Super
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Alienware Area 51m R2
    CPU
    10th Gen i-9 10900 K
    Memory
    32Gb Dual Channel DDR4 @ 8843MHz
    Graphics card(s)
    Nvidia RTX 2080 Super
    Sound Card
    Nvidia
    Screen Resolution
    1920 x 1080
    Hard Drives
    Hard Drive C: Samsung 2TB SSD PM981a NVMe
    Hard Drive D:Samsung 2TB SSD 970 EVO Plus
    Mouse
    Alienware 610M
    Browser
    Chrome
    Antivirus
    Norton
I knew why you posted that. Just thought I would check mine to confirm, since i hadn’t checked in a couple of weeks.
 

My Computers My Computers

  • At a glance

    11 Pro 24H2 26100.2454i7-9700 @ 3.00GHz32GBDDR4 @ 2666MHzIntel HD 630 Graphics onboard
    OS
    11 Pro 24H2 26100.2454
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i7-9700 @ 3.00GHz
    Motherboard
    Lenovo 3132
    Memory
    32GBDDR4 @ 2666MHz
    Graphics Card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    LG E2442
    Screen Resolution
    1920x1080
    Hard Drives
    1 x Samsung 970 EVO PLUS 500GB NVMe SSD, 1 x WD_BLACK SN770
    250GB NVMe SSD (OS and programs), 1 x WD_BLACK SN770
    500GB NVMe SSD (Data)
    Case
    Lenovo SFF
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Mouse
    LogiTech M510 wireless
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome, sometimes Firefox
    Antivirus
    Malwarebytes Premium & Defender (working together beautifully!)
  • At a glance

    11 Pro 24H2 26100.2454i5-8400 @ 2.80GHz32GB DDR4 @ 2600MHzIntel HD 630 Graphics onboard
    Operating System
    11 Pro 24H2 26100.2454
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i5-8400 @ 2.80GHz
    Motherboard
    Lenovo 3132
    Memory
    32GB DDR4 @ 2600MHz
    Graphics card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek High Definition Audio onboard
    Monitor(s) Displays
    LG FULL HD (1920x1080@59Hz)
    Screen Resolution
    1920 x 1080
    Hard Drives
    1 x Samsung 970 EVO PLUS NVMe; 1 x Samsung 980 NVMe SSD
    Case
    Lenovo Think Centre SFF
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Mouse
    LogiTech M510 wireless
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome
    Antivirus
    Malwarebytes Premium and MS Defender, beautiful together
I knew why you posted that. Just thought I would check mine to confirm, since i hadn’t checked in a couple of weeks.
At least we we are ok. for a while I created a shortcut to that folder, just to check now and again but I have deleted it now. not to say that it won't re-enable in future updates
 

My Computers My Computers

  • At a glance

    Windows 11 Pro13th Gen Core i9 13900HX32GB DDR5 @4800MHz 2x16GBGeforce RTX 4090HX 16GB
    OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Alienware M18 R1
    CPU
    13th Gen Core i9 13900HX
    Memory
    32GB DDR5 @4800MHz 2x16GB
    Graphics Card(s)
    Geforce RTX 4090HX 16GB
    Sound Card
    Nvidia HD / Realtek ALC3254
    Monitor(s) Displays
    18" QHD+
    Screen Resolution
    25660 X 1600
    Hard Drives
    C: KIOXIA (Toshiba) 2TB KXG80ZNV2T04 NVMe PCIe M.2 SSD
    D: KIOXIA (Toshiba) 2TB KXG80ZNV2T04 NVMe PCIe M.2 SSD
    Case
    Dark Metallic Moon
    Keyboard
    Alienware M Series per-key AlienFX RGB
    Mouse
    Alienware AW610M
    Browser
    Chrome and Firefox
    Antivirus
    Norton
    Other Info
    Killer E3000 Ethernet Controller
    Killer Killer AX1690 Wi-Fi Network Adaptor Wi-Fi 6E
    Bluetooth 5.2
    Alienware Z01G Graphic Amplifier
  • At a glance

    Windows 11 Pro10th Gen i-9 10900 K32Gb Dual Channel DDR4 @ 8843MHzNvidia RTX 2080 Super
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Alienware Area 51m R2
    CPU
    10th Gen i-9 10900 K
    Memory
    32Gb Dual Channel DDR4 @ 8843MHz
    Graphics card(s)
    Nvidia RTX 2080 Super
    Sound Card
    Nvidia
    Screen Resolution
    1920 x 1080
    Hard Drives
    Hard Drive C: Samsung 2TB SSD PM981a NVMe
    Hard Drive D:Samsung 2TB SSD 970 EVO Plus
    Mouse
    Alienware 610M
    Browser
    Chrome
    Antivirus
    Norton
Great minds. I used a shortcut for a week. and checked Task Scheduler after every. system change, but now I think the risk is lower that it will revert.
 

My Computers My Computers

  • At a glance

    11 Pro 24H2 26100.2454i7-9700 @ 3.00GHz32GBDDR4 @ 2666MHzIntel HD 630 Graphics onboard
    OS
    11 Pro 24H2 26100.2454
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i7-9700 @ 3.00GHz
    Motherboard
    Lenovo 3132
    Memory
    32GBDDR4 @ 2666MHz
    Graphics Card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    LG E2442
    Screen Resolution
    1920x1080
    Hard Drives
    1 x Samsung 970 EVO PLUS 500GB NVMe SSD, 1 x WD_BLACK SN770
    250GB NVMe SSD (OS and programs), 1 x WD_BLACK SN770
    500GB NVMe SSD (Data)
    Case
    Lenovo SFF
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Mouse
    LogiTech M510 wireless
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome, sometimes Firefox
    Antivirus
    Malwarebytes Premium & Defender (working together beautifully!)
  • At a glance

    11 Pro 24H2 26100.2454i5-8400 @ 2.80GHz32GB DDR4 @ 2600MHzIntel HD 630 Graphics onboard
    Operating System
    11 Pro 24H2 26100.2454
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i5-8400 @ 2.80GHz
    Motherboard
    Lenovo 3132
    Memory
    32GB DDR4 @ 2600MHz
    Graphics card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek High Definition Audio onboard
    Monitor(s) Displays
    LG FULL HD (1920x1080@59Hz)
    Screen Resolution
    1920 x 1080
    Hard Drives
    1 x Samsung 970 EVO PLUS NVMe; 1 x Samsung 980 NVMe SSD
    Case
    Lenovo Think Centre SFF
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Mouse
    LogiTech M510 wireless
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome
    Antivirus
    Malwarebytes Premium and MS Defender, beautiful together
I disabled the Logon task for Provisioning Tool and had an unexpected consequence. I am quite sure this caused it. I play a few older games. Microsoft Treasure Hunt and Blocked In ( don't judge, I can't play fast paced games anymore because of my hands), lost the saved game data. Haven't found an issue with anything else so far. I had to restart the games. Has anyone else had a problem with saved data?
 

My Computers My Computers

  • At a glance

    Windows11intel 8250 I58gbintel uhd 620
    OS
    Windows11
    Computer type
    Laptop
    Manufacturer/Model
    Huawei Matebook X Pro
    CPU
    intel 8250 I5
    Memory
    8gb
    Graphics Card(s)
    intel uhd 620
    Monitor(s) Displays
    built in laptop display
    Screen Resolution
    1920x1280
    Hard Drives
    Samsung 970 Evo 500gb M2
    Browser
    Edge
    Antivirus
    Defender
  • At a glance

    Windows 10AMD Ryzen 7300U16 GB DDR4AMD Raedon RX Vega graphics onboard
    Operating System
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    Acer A515-43-R6DE
    CPU
    AMD Ryzen 7300U
    Memory
    16 GB DDR4
    Graphics card(s)
    AMD Raedon RX Vega graphics onboard
    Monitor(s) Displays
    15"6 FHD IPS Slim Bezel
    Hard Drives
    512cb PCie NVME SSD
    Case
    Pure Silver
    Keyboard
    Inbuilt
    Mouse
    Touchpad and Logitech external mouse
    Browser
    Edge
    Antivirus
    Defender
Which tasks did you disable, Logon and cellular as a lot of people did. I only disabled Logon and I have had no more empty folders or any other problems
 

My Computers My Computers

  • At a glance

    Windows 11 Pro13th Gen Core i9 13900HX32GB DDR5 @4800MHz 2x16GBGeforce RTX 4090HX 16GB
    OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Alienware M18 R1
    CPU
    13th Gen Core i9 13900HX
    Memory
    32GB DDR5 @4800MHz 2x16GB
    Graphics Card(s)
    Geforce RTX 4090HX 16GB
    Sound Card
    Nvidia HD / Realtek ALC3254
    Monitor(s) Displays
    18" QHD+
    Screen Resolution
    25660 X 1600
    Hard Drives
    C: KIOXIA (Toshiba) 2TB KXG80ZNV2T04 NVMe PCIe M.2 SSD
    D: KIOXIA (Toshiba) 2TB KXG80ZNV2T04 NVMe PCIe M.2 SSD
    Case
    Dark Metallic Moon
    Keyboard
    Alienware M Series per-key AlienFX RGB
    Mouse
    Alienware AW610M
    Browser
    Chrome and Firefox
    Antivirus
    Norton
    Other Info
    Killer E3000 Ethernet Controller
    Killer Killer AX1690 Wi-Fi Network Adaptor Wi-Fi 6E
    Bluetooth 5.2
    Alienware Z01G Graphic Amplifier
  • At a glance

    Windows 11 Pro10th Gen i-9 10900 K32Gb Dual Channel DDR4 @ 8843MHzNvidia RTX 2080 Super
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Alienware Area 51m R2
    CPU
    10th Gen i-9 10900 K
    Memory
    32Gb Dual Channel DDR4 @ 8843MHz
    Graphics card(s)
    Nvidia RTX 2080 Super
    Sound Card
    Nvidia
    Screen Resolution
    1920 x 1080
    Hard Drives
    Hard Drive C: Samsung 2TB SSD PM981a NVMe
    Hard Drive D:Samsung 2TB SSD 970 EVO Plus
    Mouse
    Alienware 610M
    Browser
    Chrome
    Antivirus
    Norton
I only disabled Logon.
No problems other than the 2 old games.
Do not have empty >tmp folders anymore.
 

My Computers My Computers

  • At a glance

    Windows11intel 8250 I58gbintel uhd 620
    OS
    Windows11
    Computer type
    Laptop
    Manufacturer/Model
    Huawei Matebook X Pro
    CPU
    intel 8250 I5
    Memory
    8gb
    Graphics Card(s)
    intel uhd 620
    Monitor(s) Displays
    built in laptop display
    Screen Resolution
    1920x1280
    Hard Drives
    Samsung 970 Evo 500gb M2
    Browser
    Edge
    Antivirus
    Defender
  • At a glance

    Windows 10AMD Ryzen 7300U16 GB DDR4AMD Raedon RX Vega graphics onboard
    Operating System
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    Acer A515-43-R6DE
    CPU
    AMD Ryzen 7300U
    Memory
    16 GB DDR4
    Graphics card(s)
    AMD Raedon RX Vega graphics onboard
    Monitor(s) Displays
    15"6 FHD IPS Slim Bezel
    Hard Drives
    512cb PCie NVME SSD
    Case
    Pure Silver
    Keyboard
    Inbuilt
    Mouse
    Touchpad and Logitech external mouse
    Browser
    Edge
    Antivirus
    Defender
It is a small price to pay not having the 2 games saved progress. Starting over was no biggie. Just wondered if anyone else noticed anything although I know this is an old thread. I really hated having to clean those folders.
 

My Computers My Computers

  • At a glance

    Windows11intel 8250 I58gbintel uhd 620
    OS
    Windows11
    Computer type
    Laptop
    Manufacturer/Model
    Huawei Matebook X Pro
    CPU
    intel 8250 I5
    Memory
    8gb
    Graphics Card(s)
    intel uhd 620
    Monitor(s) Displays
    built in laptop display
    Screen Resolution
    1920x1280
    Hard Drives
    Samsung 970 Evo 500gb M2
    Browser
    Edge
    Antivirus
    Defender
  • At a glance

    Windows 10AMD Ryzen 7300U16 GB DDR4AMD Raedon RX Vega graphics onboard
    Operating System
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    Acer A515-43-R6DE
    CPU
    AMD Ryzen 7300U
    Memory
    16 GB DDR4
    Graphics card(s)
    AMD Raedon RX Vega graphics onboard
    Monitor(s) Displays
    15"6 FHD IPS Slim Bezel
    Hard Drives
    512cb PCie NVME SSD
    Case
    Pure Silver
    Keyboard
    Inbuilt
    Mouse
    Touchpad and Logitech external mouse
    Browser
    Edge
    Antivirus
    Defender
I've deleted the folders on both Windows 10 and 11 with no apparent ill after-effects. Up to the user, of course, whether or not they care (or do something about it).
Best wishes,
--Ed--
 

My Computers My Computers

  • At a glance

    Windows 11i7-8650U (8th Gen/Kaby Lake)16 GBIntel UHD Graphics 620
    OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo X380 Yoga
    CPU
    i7-8650U (8th Gen/Kaby Lake)
    Motherboard
    20LH000MUS (U3E1)
    Memory
    16 GB
    Graphics Card(s)
    Intel UHD Graphics 620
    Sound Card
    Integrated Conexant SmartAudio HD
    Monitor(s) Displays
    FlexView Display
    Screen Resolution
    1920x1080
    Hard Drives
    Toshiba 1 TB PCIe x3 NVMe SSD
    external 5TB Seagate USB-C attached HDD
    PSU
    Lenovo integrated 65W power brick
    Case
    Laptop
    Cooling
    Laptop
    Keyboard
    Integrated Lenovo ThinkPad keyboard
    Mouse
    touchscreen, touchpad
    Internet Speed
    GbE (Spectrum/Charter)
    Browser
    all of em
    Antivirus
    Defender
    Other Info
    Purchased early 2019 as Windows Insider test PC
  • At a glance

    Windows 11Ryzen 5800X128 GB (4x32 DDR5-5600)NVIDIA 3070Ti
    Operating System
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    DIY
    CPU
    Ryzen 5800X
    Motherboard
    Asrock B550 Extreme4
    Memory
    128 GB (4x32 DDR5-5600)
    Graphics card(s)
    NVIDIA 3070Ti
    Sound Card
    built-in
    Monitor(s) Displays
    2xDell 2707
    Screen Resolution
    1980x1200
    Hard Drives
    2XNVMe, multiple HDDs from 3 to 12 TB
    PSU
    Seasonic 650
    Case
    NZXT Flo 6
    Cooling
    dual-fan air cooler
    Keyboard
    Logitech Wave
    Mouse
    Logitech Logi
    Internet Speed
    GbE
    Browser
    all of 'em
    Antivirus
    Defender
    Other Info
    temperamental UEFI
Does Ccleaner remove them?
 

My Computer My Computer

At a glance

Windows 11/Linux MintIntel Core 2 Duo CPU E8400 @ 3.00 GHz x 28 GBIntel 4 Series Chipset Integrated Graphics Co...
OS
Windows 11/Linux Mint
Computer type
PC/Desktop
Manufacturer/Model
Dell Optiplex 960
CPU
Intel Core 2 Duo CPU E8400 @ 3.00 GHz x 2
Memory
8 GB
Graphics Card(s)
Intel 4 Series Chipset Integrated Graphics Controller
Monitor(s) Displays
HP x22LED
Hard Drives
Crucial 250 GB SSD, HD 1Tb
Back
Top Bottom