pals...
m building my own unattended win 7 64bit dvd..
and have stuck at 1 place where i need ur help...
i needed 2 delete a key...
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Windows.includeinlibrary
but the problem is, that the admin has only read access, just the trusted installer has full access rights..... i know how 2 get admin full rights 2 delete the key manually..but i want 2 integrate it into the setup...so i need a way 2 delete the key through command prompt (get admin full access then delete) so that i can integrate it.
i tried using regini.exe and also subinacl.exe but all failed,,same error!!!
access is denied....
Code:
subinacl.exe /subkeyreg "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Windows.includeinlibrary" /grant=Administrator=f
needed help!!!!
thanx
angel