Pages

12/02/2017

Remove Shortcuts from Removable Media or Disk using Command Prompt

METHOD - 1


STEP 1: 
Find the Drive Letter allotted by the System for your Removable Media(In My Case it is "F").


STEP 2:
Open "Command Prompt" by Right Click with pressing the "Shift Key" on the Keyboard.Then Choose "Open Command Window here" option from the Right Click Menu.


STEP 3: 
Type the Command as shown below
"attrib -h -r -s /s /d*.* "


METHOD - 2

STEP 1: 
Find the Drive Letter allotted by the System for that Removable Media(In My Case, it is "F").


STEP 2: 
Open "Run" by pressing the Keyboard shortcuts "Windows Key" + "R".

STEP 3: 
Then Type the Command "cmd" in Run in order to open the "Command Prompt".


STEP 4: 
Type the Command as shown below
"attrib -h -r -s /s /d f:\*.* "



NOTE: 
Replace "f" on the command with a Drive Letter allotted by the System for  your Removable Media.

Other Related Links



No comments:

Post a Comment