KB4560960 oraz kb4556799 potrafi uszkodzić profil użytkownika
Kolejny problem z poprawką KB4560960 oraz kb4556799 to taki że potrafi uszkodzić profil użytkownika!!.
Po instalacji poprawki kb4556799 komputer traci wszystkie dane wszystkie ustawienia zapisane hasła. Profil tworzy się z nazwą TMP i należy go od nowa tworzyć.
Na windowsie 10 z wersją HOME nie można założyć nowego użytkownika jest to zablokowane więc trzeba zakładać profil z linii poleceń używając składni
CMD
NET USER
net user /add [username] [password]
net user username password /ADD
net localgroup administrators "USER" /add
Net User supports plenty of parameters, but there are some that you may use more often than others.
- Net User username -- e.g. Net User Martin -- This command lists detailed information on the user that you specify. This includes the last logon, local group memberships, and password information.
- Net User username password -- e.g. Net User Martin NewSecretPass -- Sets the password NewSecretPass for the account Martin.
- Net User username /active:yes|no -- e.g. Net User Martin /active:yes -- Activates the account so that it can be used. Setting it to no deactivates the account.
- Net User username password /add -- Net User Test qwerty1234 /add -- This adds the user account Test with the default password querty1234 to the system.
- Net User username /delete -- e.g. Net User Test /delete -- Deletes the Test account on the system.