Follow This steps:
1)This step for How to open Command Prompt?
Go to the command prompt. You can go through Start> All Programs> Accessories Command Prompt, or use the shortcut type cmd in Run Window then press OK
2) This Step for How to go inside any drive?
Go to the flash drive where the files/folders are hidden (just assumed it on ‘K’) by type---- K: on command prompt and press Enter, so it looks like K:\>
3)This Step for How to view name of files and folders?
Type command as dir /ah
It means that display only Hidden files and folders
or
Type command as dir/a
It means that display both Hidden and Not Hidden files and folders
4)This Step for How to make visible any file or folder?
Type command as attrib -r -h -s Recycler(just assume hidden folder name is Recycler)It means that test.txt is visible in drive k:
Attribute R --- for Read-only file
Attribute H --- for Hidden file
Attribute S --- for System file
or
Suppose we want make visible all files and folder Then
Type command as attrib -r -h -s *.*
or
If any file or folder name with space then
Type command as attrib -r -h -s "System Volume Information" (just assume hidden folder name is System Volume Information)
By using This command u can also make visible any virus
Type command asattrib -r -h -s virusname.exe
5)This step for how to remove or erase file or virus?
Type command as del virusname.exe
It means that delete virusname.exe file
1)This step for How to open Command Prompt?
Go to the command prompt. You can go through Start> All Programs> Accessories Command Prompt, or use the shortcut type cmd in Run Window then press OK
2) This Step for How to go inside any drive?
Go to the flash drive where the files/folders are hidden (just assumed it on ‘K’) by type---- K: on command prompt and press Enter, so it looks like K:\>
3)This Step for How to view name of files and folders?
Type command as dir /ah
It means that display only Hidden files and folders
or
Type command as dir/a
It means that display both Hidden and Not Hidden files and folders
4)This Step for How to make visible any file or folder?
Type command as attrib -r -h -s Recycler(just assume hidden folder name is Recycler)It means that test.txt is visible in drive k:
Attribute R --- for Read-only file
Attribute H --- for Hidden file
Attribute S --- for System file
or
Suppose we want make visible all files and folder Then
Type command as attrib -r -h -s *.*
or
If any file or folder name with space then
Type command as attrib -r -h -s "System Volume Information" (just assume hidden folder name is System Volume Information)
By using This command u can also make visible any virus
Type command asattrib -r -h -s virusname.exe
5)This step for how to remove or erase file or virus?
Type command as del virusname.exe
It means that delete virusname.exe file
No comments:
Post a Comment