Windows 10에서 멀티유저를 사용하는 경우.....
UserA가 로그온 후 셧다운을 하고....
UserB가 로그온 하게되면 UserA의 세션이 남아있게 된다. (연결끊김상태로....)
작업관리자에서 사용자탭에서 확인이 가능하다.
서버환경이 아닌 데스크탑환경에서는 불필요한 리소스만 소비하는 결과가 된다.
이러한 경우 사용할 수 있는 방법이다.
컴퓨터\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\UserSwitch\
Enabled = 1 변경........ 하지만... RollBack... ^^*
아래방법으로 진행하면 됨~~~
Solution 1: A Registry Editor Tweak
- Go to Search and type regedit
- Open Registry Editor
- Navigate to the following key:
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\UserSwitch
- Check the “Enabled” DWORD
- Set the value of Enabled to 1
- 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.
- Close Registry Editor and press Windows key and R at the same time
- In Run window, enter the following and press Enter: netplwiz
- User Accounts windows will display with a list of all users of your computer
- 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:
- Download ReimagePlus (100% safe download and endorsed by us).
- Click “Start Scan” to find Windows issues that could be causing PC problems.
- Click “Repair All” to fix all issues.
- In Search type edit group policy, and open Local Group Policy Editor
- In Local Group Policy Editor go to User Configuration, Windows Settings and Scripts (Logon/Logoff)
- Click on Logoff and go to Properties
- Set Script Name to: C:\windows\system32\reg.exe
- Set Script Parameters to: add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\UserSwitch /v Enabled /t REG_DWORD /d 1 /f
- 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.
'뉴스/기사 > · 정보' 카테고리의 다른 글
안드로이드 갤럭시탭S LTE (해외판) 끊김 현상 해결방법 (Band 설정) (0) | 2015.05.20 |
---|---|
Access 배포를 위한 패키지 솔루션 활성화 - Microsoft Access 2010 Package Solution Wizard is not available (0) | 2014.08.20 |
웰빙 영양 간식 고구마 스틱 과자 만들기 (2) | 2013.05.07 |
Windows 시스템 동기화 설정 (0) | 2013.04.12 |
EXCEL 새창에서 열기 메뉴 추가하기 (0) | 2013.04.02 |