mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2024-11-24 03:45:29 +00:00
baff27791c
Reworked the ReadMe.md to make it easier to read (PR #237 by @JimmyCushnie ). Also added the easy to start batch-files (PR #212 by @Woomy4680-exe ). Additionally added some individual scripts to deactivate AeroShake, deactivate and delete the "Last Used Files and Folders" and to change the Explorer LaunchTo (Entry Point) to Computer (like in Windows XP).
2 lines
180 B
PowerShell
2 lines
180 B
PowerShell
Write-Host "Clear last used files and folders"
|
|
Remove-Item %APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations\*.automaticDestinations-ms -FORCE -ErrorAction SilentlyContinue |