Mahmod 0 Posted August 11, 2014 Share Posted August 11, 2014 hi I have problem with smart security 7 : Anti-Theft Optimization warning Issue: Windows Accounts are Not Password Protected however , i using password to protect my windows 7 help plz Link to comment Share on other sites More sharing options...
LabVIEW707 13 Posted August 11, 2014 Share Posted August 11, 2014 Are all the accounts password protected? You mean you are using a password to protect your user login? Link to comment Share on other sites More sharing options...
Administrators Marcos 5,408 Posted August 12, 2014 Administrators Share Posted August 12, 2014 If you boot to safe mode and log in as Administrator, is that account password protected too? Link to comment Share on other sites More sharing options...
Arakasi 549 Posted August 12, 2014 Share Posted August 12, 2014 If you boot to safe mode and log in as Administrator, is that account password protected too? On windows 7, local admin should be disabled by default. If it's not, using an admin privileged account open a command prompt with elevated privileges and disable it "net user administrator /active:no" I don't suspect AT should see it or consider it a security risk if disabled. I would definitely type "net user" alone and see how many and what accounts are listed. Just add a password directly from the command prompt using the same syntax I presented. "Net user ACCOUNT PASSWORD" Where account = the account name and password = the password you wish to add if it doesn't have one. Good luck. Link to comment Share on other sites More sharing options...
Recommended Posts