>
Friday, 26 July 2013

Windows Firewall


Disabling Windows Firewall through command Prompt:

Open Command Prompt and type : netsh firewall set opmode disable

For Enabling Windows Firewall through command prompt:

Open Command Prompt and type : netsh firewall set opmode enable

If You want to make a batch file for Disabling/Enabling Firewall, Then Write above commands in Notepad and save them as filename.bat where filename is name of batch program you want to set.

There are some more command line options with which you can play :

1.) If you want to see configuration of Windows Firewall, Then:

Open Command Prompt and type : netsh firewall show config

2.) If you want to reset your Firewall to default setting then you can type:

netsh firewall reset

How To Hide and unhide the hard disk partition drive using CMD Commands



  • First check how many drives are there in my computer and then see which drive holds your secret files.Then make the drive to invisible by following the below steps of using cmd commands,
  • start->run->cmd->DISKPART
  • DISKPART>list volume (it list available partition volumes)
  • select the volume by SELECT VOLUME 1or 2 ..
  •  Hide the selected volume by REMOVE LETTER C or D or... command.
Note :For Unhide the hidden drive use the command ASSIGN LETTER after selecting the hidden drive.
 
 enjoys

rightclick

Twitter

Instagram
dashboard layout edit gadget html

About Me