/build/static/layout/Breadcrumb_cap_w.png

Firewall Disable

HI All,

I want to run the below command through Kace 1000 can anyone help me out please

netsh advfirewall set allprofiles state off

It should run as administrator privileges by that i can disable firewall in my network on all my clients.

0 Comments   [ + ] Show comments

Answers (6)

Posted by: nikhilkota 12 years ago
Senior Yellow Belt
0
Can any one help please regarding this post
Posted by: mahendraKumar 12 years ago
Senior Yellow Belt
0
Are you trying to run this command inside MSI or u just wanted to execute this command by normal user by creating .bat file?
Posted by: nikhilkota 12 years ago
Senior Yellow Belt
0
i had done Through MSI also its not working
Posted by: anonymous_9363 12 years ago
Red Belt
0
Have you tried posting in the K1000 forum?!?
Posted by: anphi 12 years ago
Orange Belt
0
i think the format might be wrong..

if you are running the command through a script, follow this.


cmdLine = "C:\Windows\system32\netsh.exe" & " advfirewall set allprofiles state off"
WshShell.CurrentDirectory = "C:\Windows\system32"
cmd = "cmd /C " & cmdLine ' if you put cmd /K , you will be able to see the output
iReturn = WshShell.Run (cmd, 1, True) 'to check the return code


you have to run this in the admin window...

please let me know the results
Posted by: nikhilkota 12 years ago
Senior Yellow Belt
0
Can you Please let me know how can i run as MSI because i am new to KBOX
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ