![]() |
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
|
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... ![]() |
|
|
|
|
|
#2 | |
|
Founder
![]() Join Date: Nov 2005
Location: The Last City Zion!
Posts: 2,451
Thanks: 212
Thanked 206 Times in 171 Posts
Rep Power: 51
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
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:
__________________
![]() Want to ask a question? Try This! A guide on how to post a question, reply to a post etc. Last edited by Strider; 22-07-2008 at 12:22 PM. |
|
|
|
|
|
|
#3 |
|
Newbie
|
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... ![]() |
|
|
|
|
|
#4 | |
|
Founder
![]() Join Date: Nov 2005
Location: The Last City Zion!
Posts: 2,451
Thanks: 212
Thanked 206 Times in 171 Posts
Rep Power: 51
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: How can i edit "services.msc\Messenger\general\startup type" value by registry or batch file
Quote:
![]() |
|
|
|
|
|
|
#5 |
|
ƒ(ψ)=ΘΊΧφ
![]() |
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 |
|
|
|
![]() |
| Tags: servicesmsc |
| Thread Tools | |
| Display Modes | |
|
|