How To Hide Drive Partition

Sometimes when we need to hide some file/files to others, we commonly don’t place it in the hard drive rather we just put it to other removable drive like flash player or burn it to CD, but what if we need to hide the whole partition like a whooping 100GB drive partition? No problem, you can still hide your partition drive without using your flashdisk or your CDs but by using the traditional “cmd” Command Prompt.

Here’s how to hide drive partition:

1. First open Command Prompt (Start>Run>Type “cmd” without the quotes)

2. On the flushing cursor type “diskpart” (again without the quotes) Note: Wait for the Diskpart> and the flushing cursor to come out, usually it takes any seconds.

3. After the Diskpart> appears, type “list volume” (no quotes ok). It will then show all the drive in your computer including optical drives.

4. Select the drive you like to hide, for example your system configuration have 3 partitions and you want to hide drive E: — just type “select volume 3” (excluding the quotes).

5. After that, type “remove letter E” (again without the quotes). Then exit command prompt.

Your drive now is invisible, don’t worry its not been deleted of formatted, we just hide it. So if you want to see your drive again just follow the following.

To unhide the partition, repeat the steps 1-4 and on step 5 type “assign letter E” (ok again without the quote).

Your drive partition now visible again.

Other Guides

    How to install Rapidleech

    Rapid Leech is a free server transfer script for use on several favorite upload/download websites such as Rapidshare.com or megaupload.com – The script transfers files from hotfiles.com (for example) via your fast servers connection speed and dumps the file on your server.

    The script was originally created by Vyrus who written the script in russian. The script then got modified by several people who then published copies, encrypted the source code and made supposed advances.

    1. Download Rapidleech Script

    2. Unzip The File in a folder on your PC Using Winrar or anything you like

    3. Then Open Your Cpanel Which Your Hosting Company Has Given You and search For A File Named “public_html” , open it.

    4. Create a new folder in Public_Html , name it any thing you like.

    5. Then upload all the files unzipped at step no. 2 in a folder to that new folder that you have created in your Public_html

    6. There will Be a Folder Named “Files” within the files that you have currently uploaded . Right Click On It there Will Be A Option of “Change Permissions”, click on it

    7. A Box type Structure Will Appear,Check All the boxes In the Menu or input the values as 777

    8. Go to your site www.example.com/name of the folder that you Created At step 4/

    9. Your Rapidleech is working

    Other Guides

      Create Shutdown and Restart Icons in Windows Vista

      Windows Vista shutdown button is hidden place, Not like in Windows XP. Maybe you don’t like this situation. You can create icons that will let you shut down, restart or lock your computer with simple Vista Tip.
      Here is the step :
      Create new Shortcut by right-click on the desktop then choose New and then Shortcut.

      Enter the correct command in the shortcut location box as lists below:

      Shutdown Computer
      Shutdown.exe -s -t 00

      Restart Computer
      Shutdown.exe -r -t 00

      Lock Workstation
      Rundll32.exe User32.dll,LockWorkStation

      Hibernate Computer
      rundll32.exe PowrProf.dll,SetSuspendState

      Sleep Computer
      rundll32.exe powrprof.dll,SetSuspendState 0,1,0

      When you’ve clicked next on the above dialog, you’ll be asked to name the shortcut. Probably best to name it according to the right function.

      After you click Finish, you should now have a new icon that you can double-click to immediately shutdown, restart, or lock your computer.

      Change Shortcut Icon

      The default icon is really ugly, and if you want to have separate shortcuts for each function you might want to change the icon. Right-click on the icon and choose properties.

      Click the Change Icon button, and then you can pick from the available icons in the system, or you can use the Browse button to pick an icon you downloaded off the web.

      You can drag them to your quick launch bar if you’d prefer to have them there.

      Other Guides

        MrRat Amazon Products Feed APF4 installation guide

        This is guide to install MrRat Amazon Products Feed APF4 to your site.
        1. Upload your new script to your server.
        Upload folder apf4 like this : yoursite/cgi-bin/apf4

        2. CHMOD 2 files : amazon_products_feed.cgi and apf_config.cgi to “755″

        3. Configure your script http://www.yoursite.com/cgi-bin/apf4/apf_config.cgi and change the Associate ID to yours

        4. Test the Script : http://www.yoursite.com/cgi-bin/apf4/amazon_products_feed.cgi

        5. You can add Search Box and put any of your web pages with this code :

        <form method=”get” action=”/cgi-bin/apf4/amazon_products_feed.cgi”>
        <input type=”hidden” name=”Operation” value=”ItemSearch”>
        <input type=”text” name=”Keywords” size=”20″ />
        <select name=”SearchIndex”>
        <option value=”Blended”>All Products</option>
        <option value=”Apparel”>Apparel</option>
        <option value=”Baby”>Baby</option>
        <option value=”Books”>Books</option>
        <option value=”Classical”>Classical Music</option>
        <option value=”DVD”>DVD</option>
        <option value=”Electronics”>Electronics</option>
        <option value=”Kitchen”>Kitchen & Housewares</option>
        <option value=”Magazines”>Magazines</option>
        <option value=”Music”>Music</option>
        <option value=”OfficeProducts”>Office Products</option>
        <option value=”OutdoorLiving”>Outdoor Living</option>
        <option value=”PCHardware”>PC Hardware</option>
        <option value=”HealthPersonalCare”>Personal Health Care</option>
        <option value=”Photo”>Photo</option>
        <option value=”Software”>Software</option>
        <option value=”SportingGoods”>Sporting Goods</option>
        <option value=”Tools”>Tools & Hardware</option>
        <option value=”Toys”>Toys</option>
        <option value=”VHS”>VHS</option>
        <option value=”Video”>Video (DVD & VHS)</option>
        <option value=”VideoGames”>VideoGames</option>
        <option value=”WirelessAccessories”>Wireless Accessories</option>
        </select>
        <input style=”background-color:#FFCC68;color:#000068;font-weight:bold” type=”submit” value=”Search” />

        </form>

        Other Guides