PCbanter

PCbanter (http://www.pcbanter.net/index.php)
-   Windows 8 Help Forum (http://www.pcbanter.net/forumdisplay.php?f=50)
-   -   Shutting down (http://www.pcbanter.net/showthread.php?t=1094374)

[email protected] September 18th 15 07:19 AM

Shutting down
 
Why is it when I shut down Windows 8, I click in the lower left corner, then
click on "Shut Down" and it seems to default to "Switch User". I never switch
user since I'm the only user. Can I get it to default to Shut Down? Thanks.

Paul September 18th 15 09:13 AM

Shutting down
 
wrote:
Why is it when I shut down Windows 8, I click in the lower left corner, then
click on "Shut Down" and it seems to default to "Switch User". I never switch
user since I'm the only user. Can I get it to default to Shut Down? Thanks.


I don't know if this will remove that action or not. Consider
this a workaround if you cannot think of another solution. This
disables fast user switching, or attempts to remove
the interface elements.

http://www.eightforums.com/tutorials...ndows-8-a.html

It's more logical for switch user to be showing up, if there is another
account actually logged in.

And the "whoami" command likely only corresponds to your own account.
I don't know if there is the equivalent of "who" to find out all
logged in accounts or not. I didn't even know there was a "whoami",
which is a new addition to the more modern Windows. Older Windows
didn't have that. The idea of "who" and "whoami" are unix/linux things
from long ago.

whoami
https://technet.microsoft.com/en-us/.../cc771299.aspx

There is a sysinternals to see who is logged in.

https://technet.microsoft.com/en-us/.../bb897545.aspx

And a built-in called "qwinsta". Seems to give the same output,
whether run from a plain or elevated command prompt window.

http://superuser.com/questions/164/h...nto-windows-xp

sessionname=services ID=0 state=disc
sessionname=console username=myusername ID=1 state=active

You could try that command, and see whether you have three lines of
output, instead of two lines.

Paul

John Doe[_8_] September 18th 15 11:17 AM

Shutting down
 
wrote:

Why is it when I shut down Windows 8, I click in the lower left
corner, then click on "Shut Down" and it seems to default to "Switch
User". I never switch user since I'm the only user. Can I get it to
default to Shut Down? Thanks.


If you want to speed it up...

I don't remember if it was in this group or in the homebuilt PC group,
but there was discussion about putting a shutdown icon on the taskbar.
That links to a batch file in whatever folder you choose. Mine looks
like this...

@echo off
taskkill /fi "windowtitle eq scribble 1.rtf*" /f
shutdown /s /t 1

I don't use that file anymore, but the other part is great for forcing
programs to close without requiring my interaction. Just click on the
taskbar icon and BOOM it closes everything and shuts down. I use a big
bright icon for that taskbar button. Have never accidentally clicked on
it.


All times are GMT +1. The time now is 12:54 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2004 - 2006 PCbanter
Comments are property of their posters