Tagged Questions
0
votes
1answer
201 views
execute .reg from bat silently in windows 7 with UAC
I need to be able to push out registry fixes with AD logon script to Windows 7 systems with UAC enabled. So far I have had no luck accomplishing this using the standard method that worked in XP.
...
0
votes
1answer
404 views
including the current directory in a .reg script
I have a .reg script:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SeleniumRC\Parameters]
"Application"="C:\\Program Files ...
6
votes
1answer
9k views
Is there a distinction between 64 bit and 32 bit regedit?
This question is asked out of total ignorance and no access to a 64 bit windows machine, but I would like to know whether there is anything special that needs to be taken into account regarding a ...