Windows 7 is Microsoft's Best Windows Yet

Microsoft’s loyal customers are finally getting the operating system they deserve with Windows 7, and it was well worth the wait.

Avid Studio 1.1.0.2887 Multilingual

Avid company represents a unique combination of highly professional audio and video technology to work with video files in your home.

Windows 7 OEM 48 in 1 For Laptop 2011 - DVD - ISO

In the disk has all 48 versions of Microsoft Windows 7. Perfect copies of the OEM - or any activation, cracks and amendments. All versions of English (ENG), updates are available. You get a virgin system, each of which can recreate in their what specifically needed.

Showing posts with label DISKPART. Show all posts
Showing posts with label DISKPART. Show all posts

Tuesday, November 22

Hide important data from other users

Normally when you need to secure your important data from other users, then your first choice is to burn it on CD or put it to removable drive instead of hard drive. But imagine if your data size is more than 100 GB then it is not easy to burn it on CD. No worry, you can save your full drive from other users access using this trick.
Perform the given steps to hide your system data partition:
To enable this feature, you will need to be logged into your computer with administrative rights.
First click on Start button to open “Run” and type “CMD” (without the quotes) then press Ok button to open Command Prompt.
Now type diskpart on the blinking cursor and wait for 5 seconds to appear diskpart> utility.
To show the list of volume, type list volume command after the diskpart> prompt, this command will show you all system drives detail.

Now first select the volume that you want to hide, for example,

if you need to hide F drive then first type select volume 2 (in this case) and press enter button.
After loading volume, type remove letter F (in this case) to hide F drive.






But next time, when you want to unhide the D drive, just run assign drive F command after loading volume 2.