Please fix "Windows Shadow Copies" script and Windows.old script
Hi Belim ,
When I run Cleanmgr+, I see many windows popping up for short period of time. But still two of them requires to interact with them. Please fix these 2 scripts:
-
Windows Shadow Copies. In my machine I disabled this service and because of this I get a window in CMD generated by the command "vssadmin - Volume Shadow Copy Service administrative command-line tool" with this messageNo items found that satisfy the query.The script should first check if the service is activated and only then could run the commandvssadmin list shadows. -
Windows.oldscript that performs this command-linecacls %SystemDrive%\Windows.old\*.* /C /T /grant administrators:Fis popping up the following messageAre you sure (Y/N)?.This script should have a parameter or switch to not display this message. I guessFile1=Detect|%SystemDrive%\windows.olddon't work properly because I do not have the folderC:\Windows.oldon my system.
~~Also, after I updated to a new version I discovered that "Windows Downloads" is enabled by default despite being disabled previously.~~
Hi,
-
Please replace the current script with the following code here (x64-bit ONLY)
-
Just add a
/Qparameter for suppressing the confirmation prompt. ThisFile1=Detect|%SystemDrive%\windows.oldpart is used to check for existence of Windows.old directory. I haven't tested this optional script since Win10/1809 and I am not sure if it works at all.
Regarding the Windows Downloads folder, I can say that I did not touch it in the last update :grimacing:
I have a problem with Windows Shadow Copies.csc on Windows 11, maybe have a look at #27