Trying to push registry setting batch script using PDQ Deploy but doesn't work..any help?
Trying to push registry setting batch script using PDQ Deploy but doesn't work..any help?
Here is the script
----------------------------------------------------------------------------------------------------------------
@echo off
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" ^ /v ProxyEnable /t REG_DWORD /d 00000001 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" ^ /v ProxyServer /t REG_SZ /d 10.1.99.9:8080 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" ^ /v ProxyOverride /t REG_SZ /d 10.1.98.*;10.9.94.*;10.1.99.*;10.9.99.*;192.168.25.*;10.5.*.*;10.9.*.*;10.68.19.*;*.microsoftonline.com;intranet;*.cashmoney.ca;cmcrmsvr01;*.noblehosted.com /f
---------------------------------------------------------------------------------------------
Comments
HI Syed,
This video will help you with your registry change.
https://www.youtube.com/watch?v=xinwVm6qu9A
Hope this helps
Lex
@Mehmood,
You can use .reg file to deploy using PDQ Deploy, so export the reg key and add into package and deploy on Logged on User.