Posts Tagged ‘windows’

How to hide disk drive using registry in windows

In windows operating system, hiding a disk drive is possible, this can be achieve by adding or editing the value into the registry. Below are the steps,

  1. Open registry, window+R or goto start->run
  2. Type regedit
  3. Drill down the registry tree up to HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
  4. Right click on the right pane, new->DWORD(32-BIT) value and type the NoDrives, then click ok
  5. Double click the NoDrives to enter its value,  enter 8 if you want to hide the Drive D, and if you have multiple drives and want to hide them, lets say Drive D and E you just need to add the corresponding number and you will get the result of 24 ( 8 + 16).

Below are the expected values you can use;

Values:

A = 1
B = 2
C = 4
D = 8
E = 16
F = 32
G = 64
H = 128
I = 256
J = 512
K = 1024
L = 2048
M = 4096
N = 8192
O = 16384
P = 32768
Q = 65536
R = 131072
S = 262144
T = 524288
U = 1048576
V = 2097152
W = 4194304
X = 8388608
Y =16777216
Z = 33554432
All drives = 67108863

, , ,

No Comments


Changing Dns Address in command prompt using Netsh

You can change by using netsh tool.
Syntax:

Netsh interface ip set dns “Name” static newdnsAddress

1. Open Command Prompt.
2. Type, netsh interface ip set dns “Local Area Connection” static 192.168.50.21

, , ,

No Comments


How to Create an Invisible Folder

1. Create new folder by clicking the right mouse button.

2. Instead of giving a name, rename the folder and press ALT + 0160 (number pad not the one at the top of your keyboard). This will give a black name of the folder.

3. Right click the folder -> Properties -> Customize Tab -> change icon button then select a blank icon.

4. Click OK., that’s it.. you have now an invisible folder.

, ,

No Comments



SetPageWidth