Hello,
I cant add any program to startup
cant add any entry in these registry :
HKCU\Software\Microsoft\Windows\CurrentVersion\Run\
HKLM\Software\Microsoft\Windows\CurrentVersion\Run\
got this message: Cannot create value: Error writing to the registry.
already try change Permissions to my current Admin account and to Administrators but still got the error after doing this.
already try these commands with no results:
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f /grant=system=f
subinacl /subdirectories %windir%\*.* /grant=administrators=f /grant=system=f
secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb /verbose
takeown /f C:\Windows
cacls C:\Windows /G administrators:F
icacls * /T /Q /C /RESET
note: I can delete an existing entry in \RUN but cant create.
Please anyone help me
