I'm trying to create a .reg file that I can distribute to automatically remove Homegroup from the Windows 7 Windows Explorer Navigation Pane.. (and several other folders actually)
So like in that case it would be -
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}\ShellFolder]
"QueryForOverlay"=""
"HideOnDesktopPerUser"=""
"PinToNameSpaceTree"=""
"Attributes"=dword:b094010c
"CallForAttributes"=dword:00100000
...But you need to give administrator permissions via Rclick > Permissions > Administrators > Allow Full Control
in order to use that .reg file.
I'm super new to making .reg files, Is there any way that you can incorporate the permissions into a .reg file?
If not, is there a way I can give the key admin permissions via a newbie-computer-user-friendly way?
Thank you!