Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

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

---------------------------------------------------------------------------------------------

0

Comments

2 comments
Date Votes
  • HI Syed,

    This video will help you with your registry change.

    https://www.youtube.com/watch?v=xinwVm6qu9A

    Hope this helps

    Lex

    0
  • @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.

    0