I am developing a project in which on clicking on create button A shortcut to disable Firewall in Windows 7 will be created on desktop.
The command is
netsh firewall set opmode enable
We can though simply create a shortcut through desktop > right clcik > new > shortcut > netsh firewall set opmode enable > finish
But I want to create it when user want on desktop any ideas how to do iy.


Reply With Quote
