Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

shutdown menu not there

Status
Not open for further replies.

laziard

ISP
Joined
Oct 15, 2003
Messages
4
Location
KE
Hi techies,
shutdown menu on start up is not there. How do i go abt enabling it as it is cumbersome shutting down my Pc like a TV set!
tnx

Riz.
 
You should talk to your domain administrator. In a Windows2000 Active Directory environment there is a group policy that prevents certain users from shutting down the work station. This group policy would be found under Domain Policies -> User Rights Assignment and I believe the exact policy is called "Shut down the system". When the policy is defined and only admins have rights, other system users will not see the shut down menu. Hope this helps.
 
Oh frauw, it is a standalone at home. No active dir* or domain.
 
it is win 2k pro. 126 mb. 40 gb. and a stand alone.
 
do you see an options button on the main logon screen? if yes, expand it and then you should see the shut down option.
 
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

The registry entries are DWORD values. A value of 1 is enabled, and a value of 0 is disabled. If the key exists set its value as appropriate, or add the key and value if it is missing.

Registry Value:"ForceStartMenuLogoff"
Value: 1

Registry Value:"StartMenuLogoff"
Value: 0

Registry Value:"NoClose"
Value: 0


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top