Situatie
Functia de fast user switching poate fi activata folosind un fisier batch.
Solutie
Pentru a activa functia de fast user switching folosing un fisier .bat, trebuie mai intai sa cream un fixier text nou apasand click dreapta pe desktop, apoi pe New si Text Document:
In fereastra Notepad a fisierului text trebuie sa inseram urmatorul paragraf:
problem solved with a batch file : powershell -windowstyle hidden -command “Start-Process cmd -ArgumentList ‘/s,/c,REG Delete HKLMSOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem /V HideFastUserSwitching /F & REG Delete HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem /V HideFastUserSwitching /F & taskkill /f /im explorer.exe & start explorer.exe’ -Verb runAs” |
Apoi vom da click pe File, Save as..
In noua fereastra deschisa inseram un nume, apoi extensia .bat si la selectam All files:
Apoi trebuie sa rulam fisierul bat ca Administrator.
Leave A Comment?