Sometimes files are marked as "Read-Only" or "System," which blocks modification commands. You can strip these attributes using the attrib command.
net user administrator /active:no
: Press Windows Key + S , type cmd , then press Ctrl + Shift + Enter to launch it with admin rights immediately.
Sometimes files are marked as "Read-Only" or "System," which blocks modification commands. You can strip these attributes using the attrib command.
net user administrator /active:no
: Press Windows Key + S , type cmd , then press Ctrl + Shift + Enter to launch it with admin rights immediately.