TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech World > Technical Discussions

Reply
 
Thread Tools Display Modes
Old 22-07-2008, 02:35 AM   #1
Newbie
 
newton's Avatar
 
Join Date: Jan 2008
Age: 21
Posts: 21
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0 newton is an unknown quantity at this point
Send a message via Yahoo to newton
How can i edit "services.msc\Messenger\general\startup type" value by registry or batch file

This value is disabled by default.
i wanna make it automatic.
But where in registry i cant find. Please help me.
Is not it possible to change it by a BAT file?
Thanks.
__________________
i must understand if u can...
newton is offline   Reply With Quote
Old 22-07-2008, 10:17 AM   #2
Founder
 
Strider's Avatar
 
Join Date: Nov 2005
Location: The Last City Zion!
Posts: 2,451
Thanks: 212
Thanked 206 Times in 171 Posts
Rep Power: 51 Strider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just Great
Re: How can i edit "services.msc\Messenger\general\startup type" value by registry or batch file

You may use the following registry fragment to make the 'Messenger' service automatic.

Quote:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Messenger]
"Start"=dword:00000002
Create a batch file and use the command regedit.exe /s Example.reg to merge the it silently to the registry.

Last edited by Strider; 22-07-2008 at 12:22 PM.
Strider is offline   Reply With Quote
Old 22-07-2008, 12:15 PM   #3
Newbie
 
newton's Avatar
 
Join Date: Jan 2008
Age: 21
Posts: 21
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0 newton is an unknown quantity at this point
Send a message via Yahoo to newton
Re: How can i edit "services.msc\Messenger\general\startup type" value by registry or batch file

thank you sir.
Keep helping.

However,
I think it would be [HKEY_LOCAL_MACHINE...........\Services\Messenger]
rather than [HKEY_LOCAL_MACHINE...........\Servic es\Messenger]
am i right?
__________________
i must understand if u can...
newton is offline   Reply With Quote
Old 22-07-2008, 12:23 PM   #4
Founder
 
Strider's Avatar
 
Join Date: Nov 2005
Location: The Last City Zion!
Posts: 2,451
Thanks: 212
Thanked 206 Times in 171 Posts
Rep Power: 51 Strider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just Great
Re: How can i edit "services.msc\Messenger\general\startup type" value by registry or batch file

Quote:
I think it would be [HKEY_LOCAL_MACHINE...........\Services\Messenger]
rather than [HKEY_LOCAL_MACHINE...........\Servic es\Messenger]
am i right?
Yeah, right. Some parsing error.
Strider is offline   Reply With Quote
Old 22-07-2008, 12:56 PM   #5
ƒ(ψ)=ΘΊΧφ
 
bakuryu's Avatar
 
Join Date: May 2006
Location: India
Age: 22
Posts: 4,606
Thanks: 12
Thanked 352 Times in 323 Posts
Rep Power: 65 bakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant future
Send a message via Yahoo to bakuryu
Re: How can i edit "services.msc\Messenger\general\startup type" value by registry or batch file

you can do the same via the reg add command too.

Code:
reg add HKLM\SYSTEM\CurrentControlSet\Services\Messenger /v Start /t REG_DWORD /d 02  /f
__________________
Please don't click here
bakuryu is offline   Reply With Quote
Reply
Tags:


Thread Tools
Display Modes


Google
 


All times are GMT +5.5. The time now is 05:05 PM.


vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright © 2005-2008, TechTalkz.com. All Rights Reserved - Privacy Policy