vizskywalker 0 Report post Posted March 21, 2005 Three(ish) questions:1) Does anyone know where (and even in what file if it is in a dll) the icon that is used for the restart symbol in WinXP is? The green one with the starish symbol? 2) Does anyone know how to cause the computer to standby, hibernate, and or log off using the switch users method using a command line option (so I can make a shortcut out of it)?3) Does anyone know how to set a Windows sound event to choose a random sound from a list of sounds, maybe a batch file or something?Thanks in advance. Share this post Link to post Share on other sites
scab_dog 0 Report post Posted March 22, 2005 I know how to change your sounds of your logon and logoff but I dont know how to make them rambom. How to change you log On and log Off sounds 1.This tutorial is only for Win XP 2.Go to your control panel(make sure you are viewing it in the category view) 3.Then go to Sounds, Speech and Audio Devices 4.Then to change the sound scheme. 5.Scroll down till you get Windows Log Off. 6.Click on log off then on the browse, and choose your sound that you are going to change too. Woola you should have your Log Off and you other sounds Changed. From .::DAMAN::. Share this post Link to post Share on other sites
sparx 0 Report post Posted March 31, 2005 Three(ish) questions:1) Does anyone know where (and even in what file if it is in a dll) the icon that is used for the restart symbol in WinXP is? The green one with the starish symbol? Most default shell icons are stored in %WinDir%\System32\shell32.dll2) Does anyone know how to cause the computer to standby, hibernate, and or log off using the switch users method using a command line option (so I can make a shortcut out of it)?1. Create a shortcut (Right-click on desktop, select New > Shortcut).2. For location, type the following:shutdown -r -t 03. Click Next, enter a name for the shortcut ("Restart" is appropriate), andclick Finish.When you click your Restart shortcut, Windows XP will reboot without any prompts !The "-r" switch tells XP to reboot. If you'd like the shortcut to shut offyour PC instead, change it to "-s"; to simply log off, change it to "-l".The "-t 0" sets the timeout (in seconds), so up this value if you find theneed for it. To force running applications to close, add "-f" -- be carefulwith this one! Anything in memory not saved to disk will be lost. Share this post Link to post Share on other sites