Here is a way by using which you can easily hide any folder in just few steps.
- Open cmd either pressing "win+r" or by going through Start button.
- Now in cmd type "attrib +s +h folder name" and press enter(don't include quotes)
Ex- i have to hide a folder which is in c drive
"attrib +s +h C:\digital" (don't include quotes).
- Open cmd either by pressing "win+r" or by going through Start button.
- Now in cmd type "attrib -s -h folder name" and press enter(don't include quotes)
Ex- i have to hide a folder which is in c drive
"attrib -s -h C:\digital" (don't include quotes).
how can we delete history from cmd browser window..??
ReplyDelete