Code Monkey home page Code Monkey logo

unhidedrives's Introduction

UnHideDrives

snap01

This simple tool for Windows will help you to hide drives (letters)

How does it work?

UnHideDrives basically works by editing a Windows registry entry at: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

The value to modify or create if it doesn't exist is NoDrives (DWORD value), that even Windows XP takes into consideration in order to show or not show, some drive letters.

Notice that it will only hide it, it won't make it unaccessible, and only Windows File Explorer is involved. You can even access hidden drive letters by writing it in the path edit box.

Its value is modified bitwise, and each bit set hides the corresponding drive letter as shown in the table below, the order is from A-Z in reverse, being the first bit drive A: e.g. in the following table I'm hiding the drive D:

Z Y X W V U T S R Q P O N M L K J I H G F E D C B A
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0

However, those changes won't be applied immediately, explorer.exe (Windows File Explorer) needs to be restarted.

Limitations: Even though this registry belongs to the current user, it won't be modified from third party tools as long as it is not evelated, so that's why the tool requires admin privileges.

How to use:

Just launch the tool (is portable, a.k.a. no need to install), and pick those drive letters you don't like to be (easily) visible in Explorer (Win+E), then Save Changes and finally Restart Windows Explorer. If you want to restore the already opened paths opened in the File Explorer, keep checked the Restore current opened Explorer windows, otherwise uncheck it, and Windows File Explorer will restart without reopening those paths.

Download:

Get it from releases page.

unhidedrives's People

Contributors

vhanla avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.