run a reg file via Scripts
Hi
im trying to run this reg file but on some machines it pop ups for confirmation and on some this is not running .
Launch a program... $(KACE_SYS_DIR)
File: cmd.exe
Parameters: /c regedit /s "$(KACE_DEPENDENCY_DIR)\ProxyEnable.reg"
also how can enable proxy settings for all users logging into a computer via KACE?
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "ProxyEnable"=dword:00000001 "ProxyServer"="10.10.0.10:8008" "ProxyOverride"=""
3 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
anonymous_9363
7 years ago
Posted by:
anonymous_9363
7 years ago
Any client I've ever been at has done this via Group Policy.
Comments:
-
yes that whats i planned but our team wants to do it for only few selected employees ,thats why had to check for other options.. - rahimpal 7 years ago
Posted by:
rockhead44
7 years ago
I deploy registry keys via Offline Kscript. I upload the reg file and a simple batch file which executes the registry command. I then execute the batch file from the script.
Comments:
-
can u share the screen shot or steps, my script works but UAC window pops up with do you want to make this change, how can i skip this? - rahimpal 7 years ago
-
I upload my .reg and .bat files
For Task 1:
Verify - Run a batch file (input my batch commands)
That's it. I haven't run into any UAC problems with my scripts so I can't help you there. - rockhead44 7 years ago
Posted by:
Desktop Jockey
7 years ago
Posted by:
akmagnum
7 years ago
Run the Online Shell Script and KScripts in the context of specified credentials. - rahimpal 7 years ago
Tried https://support.quest.com/kace-systems-management-appliance/kb/131517/how-to-import-reg-file-via-scripting-to-64-bit-registry-hive
But no luck either. - hendra.tommy 6 years ago