RSS

Monthly Archives: August 2005

How do I disable the Windows XP balloon tips?

To disable the Windows XP Notification Area balloon tips:

1. Use the registry editor to navigate to HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced.

2. on the Edit menu, press New and DWORD value.

3. Type a Value Name of EnableBalloonTips.

4. Double-click EnableBalloonTips and type 0.

Alternately, open a CMD.EXE window and type:

REG ADD “HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced” /V EnableBalloonTips /T REG_DWORD /F /D 0

 
1 Comment

Posted by on August 26, 2005 in General, Scripting, Windows XP

 

How can I determine which groups I’m a member of for my current logon session?

You can use the whoami command with the /groups switch to display all the groups in the currently logged on user token as the following command and output show:

whoami /groups

C:Documents and Settingsali>whoami /groups

[Group 1] = “UKDomain Users”
[Group 2] = “Everyone”
[Group 3] = “MERCURYDebugger Users”
[Group 4] = “BUILTINAdministrators”
[Group 5] = “BUILTINUsers”
[Group 6] = “UKDomain Admins”
[Group 7] = “UKEnterprise Admins”
[Group 8] = “UKSchema Admins”
[Group 9] = “LOCAL”
[Group 10] = “NT AUTHORITYINTERACTIVE”
[Group 11] = “NT AUTHORITYAuthenticated Users”

 
 

What will a World Of Warcraft player look like in the year 2030?

Image Hosted by ImageShack.us

All credit to Pyxelated from Deviantart for the pic

 
Leave a comment

Posted by on August 1, 2005 in General

 
 
Follow

Get every new post delivered to your Inbox.