fir for: Screenshots made with Snipping Tool can't be saved anymore #54
This commit is contained in:
parent
35e0056405
commit
33b7f2fcd4
@ -256,6 +256,10 @@ rd /S /Q %STARTMENU%\"System Tools" 2>nul
|
|||||||
rd /S /Q %STARTMENU%\"Windows Powershell" 2>nul
|
rd /S /Q %STARTMENU%\"Windows Powershell" 2>nul
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
rem WARNING!
|
||||||
|
rem DO NOT remove the "PICTURES" folder!
|
||||||
|
rem this is used by the snipping tool!
|
||||||
|
|
||||||
echo Cleaning users home directory ...
|
echo Cleaning users home directory ...
|
||||||
echo ########################################
|
echo ########################################
|
||||||
echo.
|
echo.
|
||||||
@ -263,6 +267,9 @@ echo.
|
|||||||
echo 3D Objects ...
|
echo 3D Objects ...
|
||||||
rd /S /Q %USERPROFILE%\"3D Objects" 2>nul
|
rd /S /Q %USERPROFILE%\"3D Objects" 2>nul
|
||||||
|
|
||||||
|
echo Links ...
|
||||||
|
rd /S /Q %USERPROFILE%\"Links" 2>nul
|
||||||
|
|
||||||
echo Saved Games (folder used by Microsoft only) ...
|
echo Saved Games (folder used by Microsoft only) ...
|
||||||
rd /S /Q %USERPROFILE%\"Saved Games" 2>nul
|
rd /S /Q %USERPROFILE%\"Saved Games" 2>nul
|
||||||
|
|
||||||
@ -274,9 +281,7 @@ for %%D in (
|
|||||||
Contacts
|
Contacts
|
||||||
Documents
|
Documents
|
||||||
Favorites
|
Favorites
|
||||||
Links
|
|
||||||
Music
|
Music
|
||||||
Pictures
|
|
||||||
Searches
|
Searches
|
||||||
Videos
|
Videos
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user