I'm the same guy with the problem with that lol. Worked out it was Windows
Steady State but even with windows disk protection off it wouldn't work. Very
weird so I thought I'd try everything. I could do it the hard way go "net
user Jake /workstations:none" then hide the account from the Welcome Screen
but I just think it would be interesting to find out exactly what's doing it.
I'm the same guy with the problem with that lol. Worked out it was Windows
Steady State but even with windows disk protection off it wouldn't work.
Very
weird so I thought I'd try everything. I could do it the hard way go "net
user Jake /workstations:none" then hide the account from the Welcome
Screen
but I just think it would be interesting to find out exactly what's doing
it.
I see. Since you cannot prevent the account from being
re-enabled, why don't you create a scheduled task that
runs at boot time and disables the account with the
command I gave you before? It might just work! If it does
not then you could trick it with a delay loop:
@echo off
ping localhost -n 60 > nul
net user jake /active:no
Make sure to schedule the command under a sufficiently
powerful admin account.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.