因為公司外部網路AD的給的權限不足,導致登錄黨無法使用派送
故想使用卡巴的安全管理中心去派送.BAT的檔案
故想請問看看有沒有高手可以幫忙將以下登錄檔數值改成.BAT的執行檔
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"ElevateNonAdmins"=dword:00000001
"WUServer"=http://wsus.cga.gov.tw
"WUStatusServer"=http://wsus.fou.net
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"RescheduleWaitTime"=dword:00000005
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"NoAutoUpdate"=dword:00000000
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000009
"UseWUServer"=dword:00000001
小弟不才,不過看起來除了這兩行改一下:
"WUServer"="http://wsus.cga.gov.tw"
"WUStatusServer"="http://wsus.fou.net"
其他你都已經寫好了啊?
存成bat檔,用系統管理者身份執行看看
如把reg內容存檔成 AAA.reg
拼次檔 BBB.bat 內容寫
regedit /s AAA.reg
然後 AAA.reg 與 BBB.bat 兩個檔案放在同一資料夾下
執行 BBB 批次檔就會匯入了阿~
/s 參數是略過詢問是否匯入的對話窗
可將貼上的檔案利用記事本存成123.reg
並且一支批次使用reg import "路徑"
就會去呼叫123.reg
就像是手動點123.reg點兩下匯入是一樣的意思