본문 바로가기
뉴스/기사/· 정보

Windows 10 셧다운시 로그오프가 되지 않는 경우 해결방법

by 넷둥이파파 2018. 3. 20.

Windows 10에서 멀티유저를 사용하는 경우.....

 

UserA가 로그온 후 셧다운을 하고....

UserB가 로그온 하게되면 UserA의 세션이 남아있게 된다. (연결끊김상태로....)

 

작업관리자에서 사용자탭에서 확인이 가능하다.

서버환경이 아닌 데스크탑환경에서는 불필요한 리소스만 소비하는 결과가 된다.

 

이러한 경우 사용할 수 있는 방법이다.

 

컴퓨터\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\UserSwitch\

Enabled = 1 변경........ 하지만... RollBack... ^^*

 

아래방법으로 진행하면 됨~~~

 

 

 

Solution 1: A Registry Editor Tweak

  1. Go to Search and type regedit
  2. Open Registry Editor
  3. Navigate to the following key:
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\UserSwitch
  4. Check the “Enabled” DWORD
  5. Set the value of Enabled to 1
  6. Now we have to make sure that the value of Enabled will stay at 1, because there are certain processes in the computer that may automatically bring the value of Enabled back to 0, even if you manually set it to 1.
  7. Close Registry Editor and press Windows key and R at the same time
  8. In Run window, enter the following and press Enter: netplwiz
  9. User Accounts windows will display with a list of all users of your computer
  10. Check Users must enter a user name and password to use this computer, and click OK

Solution 2: Change Local Group Policies

If the Registry Editor fix didn’t work, you can try with changing one Local Group Policy. This solution is probably the best solution for this problem, and it should work on other versions of Windows, as well. Here’s what you need to do:

For various PC problems, we recommend to use this tool.

This tool will repair most computer errors, protect you from file loss, malware, hardware failure and optimize your PC for maximum performance. Quickly fix PC issues and prevent others from happening with this software:

  1. Download ReimagePlus (100% safe download and endorsed by us).
  2. Click “Start Scan” to find Windows issues that could be causing PC problems.
  3. Click “Repair All” to fix all issues.
  4.  

  1. In Search type edit group policy, and open Local Group Policy Editor
  2. In Local Group Policy Editor go to User Configuration, Windows Settings and Scripts (Logon/Logoff)
  3. Click on Logoff and go to Properties
  4. Set Script Name to: C:\windows\system32\reg.exe
  5. Set Script Parameters to: add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\UserSwitch /v Enabled /t REG_DWORD /d 1 /f
  6. Click OK and Close Local Group Policy Editor

This tweak should solve your login problems, as you’ll get a list of all users who use your computer on login. If you have some questions or suggestions, please share it with us in the comments.