How can you most reliable open ports need by WMI in windows firewall ? In need this in form of a BAT or VBS script and it needs to work on win XP and all newer.
Thank you very much.
EDIT1: win XP insted of 2000.
|
How can you most reliable open ports need by WMI in windows firewall ? In need this in form of a BAT or VBS script and it needs to work on win XP and all newer. Thank you very much. EDIT1: win XP insted of 2000.
| |||||||||
feedback
|
|
.BAT You can use the to allow remote administration
and to open the WMI port
Additionally you can read this article VbScript if you want to use vbScript to accomplish this task , try using the | |||||||||||||
feedback
|
|
Although JScript wasn't mentioned by name, JScript is available from Windows 95 throughout all Windows OS's and uses the same WSH as VBScript. You can create a .js file and use this code:
You can then execute this .js file the same way you would execute any .vbs file. | |||
|
feedback
|