-Microsoft SQL Server 2000 SP3a and SP4
-Microsoft SQL Server 2005 SP1
-MySQL Server 5.0.27
Enjoy!
Chris
No posts received thumbs up, next time you see a good one, give some respect and thumb it up.
-Microsoft SQL Server 2000 SP3a and SP4
-Microsoft SQL Server 2005 SP1
-MySQL Server 5.0.27
Enjoy!
Chris
Some admins may want to 'hide' drives from the user. These instructions step the admin through a registry change to 'hide' drive letter "D". There's instruction on how to change other drives and multiple drives below the instruction.
1) Login as the user that your going to make this change for
2) Open the registry. In Windows XP, click Run and then type regedit and hit ENTER. In Windows Vista, type regedit into Start Search and hit ENTER.
3) Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer in the right side windows create DWORD Value by right click at the blank area New >> DWORD Value and give name NoDrives
4) Double click NoDrives, select Decimal in the Base option then give 8 for Value data then click OK. The number '8' will hide the 'D' drive.
5) Now close all applications and restart or Log Off your Windows. Now no more Drive D appear if you open Windows Explorer but it's means the Drive D not really lost.
-How do I hide other drives?
If Value for Drive :
A = 1 so,
B = A + A = 1 + 1 = 2
C = B + B = 2 + 2 = 4
D = C + C = 4 + 4 = 8
E = D + D = 8 + 8 = 16
F = E + E = 16 + 16 = 32
G = F + F = 32 + 32 = 64
and so on......
-How if I want to hide more than 1 drive, the example is Drive D and F ?
The answer is easy, just add up value D and F, like this D + F = 8 + 32 = 40
Many programs put an icon in the system tray or notification area for easy and quick access, besides providing some progress indication or notification when needed. But some admins like to hide these items on such devices like Thin Clients.
If you feel that notification system tray area is of no use to use, and you want to recover the bottom right space to make more room for Windows Taskbar, it’s possible to turn off and disable system tray with a simple registry hack.
1) Login as the user that your going to make this change for
2) Open the registry. In Windows XP, click Run and then type regedit and hit ENTER. In Windows Vista, type regedit into Start Search and hit ENTER.
3) Navigate to the following registry key in Registry Editor:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
4) Right click on Explorer, and then select New -> DWORD (32-bit) Value (DWORD Value in Windows XP). Type NoTrayItemsDisplay as its value name.
5) Double click on NoTrayItemsDisplay, and set the value data to 1.
6) Log off and log on again or restart computer to make the change effective.