Did you try to rename folder using Recovery environment's command prompt? Please show a photo of the rename command and the result.
Please answer.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
when i try to rename the catroot2 folder either by going into folder maunally
i get a message saying more or less that the folder is in use by another program and doesnt allow it
when i try with the command prompt ( yes with admin)
i get a access denied
PS C:\Users\scoot> ren C:\Windows\System32\catroot2 Catroot2.old
ren : Access to the path 'C:\Windows\System32\catroot2' is denied.
At line:1 char:1
+ CategoryInfo : WriteError: (C:\Windows\System32\catroot2:String) [Rename-Item], IOException
+ FullyQualifiedErrorId : RenameItemIOError,Microsoft.PowerShell.Commands.RenameItemCommand
thinking theres a issue with the cryptograph service not stopping in services.msc
i try there and get error 1052
the software distribution folder was able to get renamed not sure whats causing the catroot2 to not be able
Did you try to rename folder using Recovery environment's command prompt? Please show a photo of the rename command and the result.
Please answer.
You do not want to answer. I suppose, you do not need help in fact. Or maybe you wait for some magic.
I'm trying to help you. But you do not want to follow my recommendation. What is your goal?
Sometimes the CryptSvc doesn't stop in time and usually it's enough to call net stop cryptsvc twice.
Copy and paste all commands at once into an admin Command Prompt then press enter.
net stop bits
net stop wuauserv
net stop cryptsvc
net stop cryptsvc
ren %systemroot%\softwaredistribution softwaredistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
net start cryptsvc
net start bits
net start wuauserv
If you still don't succeed, try running the commands straight after rebooting.
Follow method one in the link below to boot into The Windows Recovery Environment (WinRE) Command Prompt.
https://windowsreport.com/boot-to-command-prompt-windows-11/
The Command Prompt in WinRE will point to 'X' drive. To determine which drive letter is your Windows installation, enter bcdedit
Scroll to Windows Boot Loader and note the partition letter. It's usually C or D.
Assuming it's C type C: at the Command Prompt > press enter
Next cd Windows\System32 press enter
Then ren catroot2 catroot2.old press enter **make certain it's catroot2
Close out the Command Prompt and click Continue.