Showing posts with label Windows 7. Show all posts
Showing posts with label Windows 7. Show all posts

Wednesday, September 7, 2011

Hide your drive in window 7 without cmd

1.first right click to computer icon on your desktop.

2.click to manage.

3.click on disk management.

4.right click on the partition you want to hide.

5.click on change drive letters and path.

6.click on remove.and press yes in pop up window.

for again display it
press right  click to partition and press add button and add the displayed letter.

Run turbo c++ 3.0 in window 7 64 bit


download and install dosbox from http://www.dosbox.com . Follow the steps:

~ Before going to the details u have to create a folder (any name will do). Here we name it as Turbo. Copy the TC into the Turbo folder

~ Run the DOSBox 0.72 from the icon located on the desktop or from the location of the installation folder

~ Then u are presented with two screens which look like the command prompt in Windows. One with a Z prompt. U can ignore the other screen.

~ There type the following commands at the command prompt [Z] in this format:

Mount [Type in any alphabet that u wish except z] [Type the source of the turbo C] press enter

For ex: Z: mount d c:\Turbo\ [The folder TC is present inside the folder Turbo]

~ Now u should get a message which says: Drive D is mounted as a local directory c:\Turbo\ ***. type d: to shift to d: prompt .

~ D: cd TC [The contents inside the folder Turbo gets mounted as a virtual drive (Here D drive)

D: cd Bin

D: TC or Tc.exe [This presents u the Turbo C++3.0 screen]

On the Turbo C++ goto Options>Directories>Change the source of TC to the source directory [D] ( i.e. virtual D: refers to original c:\Turbo\ . So make the path change to something like D:\TC\include and D:\TC\lib respectively ). IMP : Don't use shortcut keys to perform operations in TC because they might be a shortuct key for DOSBOX also . Eg : Ctrl+F9 will exit DOSBOX rather running the code .

Hide your drive in window 7



 open command prompt and type          diskparta list of all available drives will be display. Choose  the which yo want to hideAccording to the operation you want to perform.

Best way for hide folder in window 7

i have created a folder named "dell" in c drive
steps for hide this folder are following

1.open command prompt and type this 

attrib +s +h C:\dell

and press enter.

now you can't see your folder evenif you change the folder  properties to "shiw hide folders and files"

2.to show it type

attrib -s -h C:\dell