- Posts: 65
- Thank you received: 0
Mute the volume during logoff - Windows XP
17 years 11 months ago #18399
by sujo
Mute the volume during logoff - Windows XP was created by sujo
Is there any script or using registry settings mute the volume during logoff.
17 years 11 months ago #18420
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: Mute the volume during logoff - Windows XP
This will give you the same effect:
Goto "control panel" then "Sound and audio devices". click on "sounds" tab. find the "exit windows" event in the list below, then assign it to "None".
Thats on WinXP
Goto "control panel" then "Sound and audio devices". click on "sounds" tab. find the "exit windows" event in the list below, then assign it to "None".
Thats on WinXP
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
17 years 11 months ago #18431
by sujo
Replied by sujo on topic Re: Mute the volume during logoff - Windows XP
I just want is there anyother way to do this.
Can we do this using scripts or registry settings.
Can we do this using scripts or registry settings.
17 years 11 months ago #18432
by TheBishop
Replied by TheBishop on topic Re: Mute the volume during logoff - Windows XP
The settings S0lo mentions will be stored in the registry somewhere. If you can find them you might be able to manipulate them via Group Policy or by creating a script. Certainly in Perl you can manipulate registry settings (using the ActiveState libraries) or alternatively you could try creating .reg files to make and unmake the changes with a suitable batch file to apply them
17 years 11 months ago #18433
by DaLight
Replied by DaLight on topic Re: Mute the volume during logoff - Windows XP
The registry key you're looking for can be found at: HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogoff
for the current user. You can of course navigate to the appropriate user hive for any other user.
for the current user. You can of course navigate to the appropriate user hive for any other user.
17 years 11 months ago #18440
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: Mute the volume during logoff - Windows XP
And a nice tool to monitor registry changes on the fly is "Regmon" here:
www.microsoft.com/technet/sysinternals/s...mationutilities.mspx
www.microsoft.com/technet/sysinternals/s...mationutilities.mspx
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Time to create page: 0.133 seconds