Lapas

pirmdiena, 2013. gada 4. marts

Windows home lietotāju atslēgšana

Lai lietotājs nerēgotos logon logā viņu atslēgt var Local security policies -> Deny logon locally, bet Windows home tādas iespējas nav. Tāpēc izmantojam regedit:

HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon\SpecialAccounts\UserList
Add new "DWORD" value, "Name" username that you want to disable.
Under the "Data" column, set the value to 0 to disable the account or set it to 1 to enable it 


Ja nav keys SpecialAccounts un UserList - izveidot.

Atslēgt lietotāju izmantojot command prompt

net user [username] /active:no

Nav komentāru:

Ierakstīt komentāru