Saturday, December 30, 2023

Fixing windows privileges

 Doesn't seem to work on windows 11.


trying Tweaking.com - Windows Repair

A:  I like to force a disk check with the command "chkdsk /F C:"


<windows><r>
chkdsk /F C:
<ctrl><shift><enter>
y

then reboot

B: fix privileges %userprofile%

ICACLS %userprofile% /T /Q /C /RESET 
takeown /R /SKIPSL /F %userprofile% /D N

then reboot