Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Colombo
Kaduwela - Two Storey House for Sale
dilrasan
Updated:
Yesterday at 2:23 PM
Ad icon
Wechat qr verification
Pawan2005
Updated:
Yesterday at 1:28 AM
🚀 GOOGLE AI PRO 18 MONTHS ACTIVATION 🚀
sayuru bandara
Updated:
Wednesday at 5:34 PM
Pure VPN - Up to 27 Months
vgp
Updated:
Jun 5, 2026
එක පැකේජ් එකයි මාසෙටම Unlimited Internet. තාමත් DATA CARD දාන්න සල්ලි වියදම් කරනවද? අඩුම මිලට අපෙන්.
sayuru bandara
Updated:
Jun 2, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Help
Hidden partition.....
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="nismok" data-source="post: 5363411" data-attributes="member: 109094"><p>1.Using TweakUI - this method is easier for inexperienced users and requires the installation of Tweak UI, a tweak utility created and delivered for free by Microsoft.</p><p>2. The hard way - editing the registry.</p><p></p><p><strong>Using TweakUI Tool</strong></p><p><a href="http://news.softpedia.com/images/reviews/large/hidepartition_001-large.png" target="_blank"><img src="http://news.softpedia.com/images/reviews/large/hidepartition_001-large.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p></p><p>Download the utility and install it on your computer. Launch the application and in the left, go to My Computer -> Drives.</p><p></p><p>A list with all the drives will be displayed in the right. Every drive/partition has a checked sign in front. This means the drive/partition is visible under the Windows Explorer. To hide the desired drive, just uncheck its letter, click Apply and that's all. The drive will become hidden.</p><p></p><p>Even so, you will still have access to it by typing its letter in the explorer address bar. This is not a high security tweak but it offers protection against the curious eyes.</p><p></p><p><strong>Editing the registry</strong></p><p></p><p>In order to hide a drive/partition inside Windows, you can always edit the Registry. Although is not as comfortable as the method presented above, you can do it in a matter of minutes.</p><p></p><p>Go to Start -> Run and type Regedit to start the registry editor. Now you need to follow a specific key which must be edited:</p><p></p><p>HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer</p><p></p><p>Right click in the right panel and select New->DWORD value. Name it NoDrives. You will immediately observe that this new DWORD value got its data something like this: 0x00000000. The 0x in the front of the value means the number is stored hexadecimal (base 16). There are four sets of double 0. This means that every set has its representations as follows (from right to left):</p><p></p><p>- first set: drive letters from A to H</p><p>- second set: I to P</p><p>- third set: Q to X</p><p>- fourth set: Y to Z</p><p></p><p>The value number for the each drive is:</p><p></p><p>1 for A I Q Y, 2 for B J R Z, 4 for K C S, 8 for D L T, 16 for E M U, 32 for F N V, 64 for G O V and 80 for H P X.</p><p></p><p>Now focus on the information I provided you with above. If you want to hide partition E:, you should edit the NoDrives value as follows: E: corresponds to the first set of double 00 and the value for E is 16. Therefore, replace the first (rightmost) double 00 with 10 (the hexadecimal representation of the number 16). </p><p><a href="http://news.softpedia.com/images/reviews/large/hidepartition_002-large.png" target="_blank"><img src="http://news.softpedia.com/images/reviews/large/hidepartition_002-large.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a><a href="http://news.softpedia.com/images/reviews/large/hidepartition_003-large.png" target="_blank"><img src="http://news.softpedia.com/images/reviews/large/hidepartition_003-large.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p></blockquote><p></p>
[QUOTE="nismok, post: 5363411, member: 109094"] 1.Using TweakUI - this method is easier for inexperienced users and requires the installation of Tweak UI, a tweak utility created and delivered for free by Microsoft. 2. The hard way - editing the registry. [B]Using TweakUI Tool[/B] [URL="http://news.softpedia.com/images/reviews/large/hidepartition_001-large.png"][IMG]http://news.softpedia.com/images/reviews/large/hidepartition_001-large.png[/IMG][/URL] Download the utility and install it on your computer. Launch the application and in the left, go to My Computer -> Drives. A list with all the drives will be displayed in the right. Every drive/partition has a checked sign in front. This means the drive/partition is visible under the Windows Explorer. To hide the desired drive, just uncheck its letter, click Apply and that's all. The drive will become hidden. Even so, you will still have access to it by typing its letter in the explorer address bar. This is not a high security tweak but it offers protection against the curious eyes. [B]Editing the registry[/B] In order to hide a drive/partition inside Windows, you can always edit the Registry. Although is not as comfortable as the method presented above, you can do it in a matter of minutes. Go to Start -> Run and type Regedit to start the registry editor. Now you need to follow a specific key which must be edited: HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer Right click in the right panel and select New->DWORD value. Name it NoDrives. You will immediately observe that this new DWORD value got its data something like this: 0x00000000. The 0x in the front of the value means the number is stored hexadecimal (base 16). There are four sets of double 0. This means that every set has its representations as follows (from right to left): - first set: drive letters from A to H - second set: I to P - third set: Q to X - fourth set: Y to Z The value number for the each drive is: 1 for A I Q Y, 2 for B J R Z, 4 for K C S, 8 for D L T, 16 for E M U, 32 for F N V, 64 for G O V and 80 for H P X. Now focus on the information I provided you with above. If you want to hide partition E:, you should edit the NoDrives value as follows: E: corresponds to the first set of double 00 and the value for E is 16. Therefore, replace the first (rightmost) double 00 with 10 (the hexadecimal representation of the number 16). [URL="http://news.softpedia.com/images/reviews/large/hidepartition_002-large.png"][IMG]http://news.softpedia.com/images/reviews/large/hidepartition_002-large.png[/IMG][/URL][URL="http://news.softpedia.com/images/reviews/large/hidepartition_003-large.png"][IMG]http://news.softpedia.com/images/reviews/large/hidepartition_003-large.png[/IMG][/URL] [/QUOTE]
Insert quotes…
Verification
Dahaya deken beduwama keeyada?
Post reply
Top
Bottom