everytime when I put in this command in cmd it say access denied help please :
ren %systemroot%\system32\catroot2 catroot2.bak
Hello Heino,
I'm Kshitij. I'm a Windows user from past 15 years. I help people resolving out with the technical issues.
I'll recommend you to make some minor changes in the command and it will work perfectly.
- Click the Start button and type cmd
- Right-click Command Prompt and select Run as Administrator
- Type the following commands one at a time. Press Enter after each command
net stop bits
net stop wuauserv
net stop msiserver
net stop cryptsvc
ren %systemroot%\softwaredistribution softwaredistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
net start bits
net start wuauserv
net start msiserver
net start cryptsvc
- Close the command prompt after running the command and restart the computer
Try this out. It'll work. All the best