This batch can batch import the loose rules of group policy.
It can also export after making the rules yourself.
Or the following script can also be used to export... I hope the moderator can distinguish right from wrong... If I really want to post a trojan or something, please let the moderator block my IP and my ID...
I am the moderator of bbs.verybat.org
the moderator of the batch processing section of the Shunwang Network Maintenance Master Forum bbs.icafe8.com...
It's not that some people slander me for posting a trojan and I really did post a trojan.. I hope the moderator can clarify.
[ Last edited by qq43142691 on 2009-1-21 at 15:16 ]
It can also export after making the rules yourself.
Or the following script can also be used to export... I hope the moderator can distinguish right from wrong... If I really want to post a trojan or something, please let the moderator block my IP and my ID...
I am the moderator of bbs.verybat.org
the moderator of the batch processing section of the Shunwang Network Maintenance Master Forum bbs.icafe8.com...
It's not that some people slander me for posting a trojan and I really did post a trojan.. I hope the moderator can clarify.
@echo off
title Group Policy - IP Policy + Software Policy Export Tool ℡ by Bin^|℡ Update Date: 2008/12/16
color 0a
set Policy=Exported Policy
if not exist %Policy% md %Policy%
REG EXPORT HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\IPSec\Policy\Local "%Policy%\ip policy.reg">nul
REG EXPORT HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers\0\Hashes "%Policy%\Dorp Hash Rules.reg">nul
REG EXPORT HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers\0\Paths "%Policy%\Dorp Path Rules.reg">nul
REG EXPORT HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers\262144\Paths "%Policy%\Allowed Path Rules.reg">nul
start mshta vbscript:CreateObject("Wscript.Shell").popup("IP Policy + Software Policy successfully exported to directory",10,"Bin Reminds You:",64)(window.close)
exit
[ Last edited by qq43142691 on 2009-1-21 at 15:16 ]
Recent Ratings for This Post
( 2 in total)
Click for details
Attachments
