-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows #9
Comments
nntrn
pushed a commit
that referenced
this issue
Feb 7, 2023
nntrn
pushed a commit
that referenced
this issue
Feb 7, 2023
Read only attribute after Windows ReinstallUsing attrib:: for folders
attrib -r c:\my-folder
:: for files
attrib -r c:\my-folder\*.* Using takeownREG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /V EnableLUA /T REG_DWORD /D 0 /F
takeown /F c: /r
secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fix cmd.exe crash when opening
Edit registry value for
Autorun
inHKEY_CURRENT_USER\Software\Microsoft\Command Processor
to empty string (blank)Source:
The text was updated successfully, but these errors were encountered: