Can i autologon at startup and automatically lock?

hesher

New member
Local time
7:48 AM
Messages
1
Hi,

I'd like windows to automatically logon at startup and then lock (or stay locked and logon in the background)

Is there such option?

Thanks.
 

My Computer My Computer

At a glance

7
OS
7

My Computer My Computer

At a glance

Windows 7 x64 7229Intel Core 2 Duo CPU T64004 GBMobile Intel 45 Chipset
Computer Manufacturer/Model Number
Dell Laptop Studio 1537
OS
Windows 7 x64 7229
CPU
Intel Core 2 Duo CPU T6400
Memory
4 GB
Graphics Card(s)
Mobile Intel 45 Chipset
Autologon says:
"Windows atomatic logon tool..." and "Locking a PC after logon -- Any logged-on session can be secured with automatic workstation locking." ;)
 

My Computer My Computer

At a glance

vista
OS
vista
Existing methods to lock the desktop after auto logon just call the LockWorkStation function through rundll32.exe via some shortcut placed in Start Up or registry. That takes a while to lock depending on how bloated your Windows is and till then it just sits on the desktop. And Safe Mode doesn't get locked since the start up items don't run in Safe Mode. More importantly using rundll32.exe for these functions causes a stack corruption which will eventually crash the system or worse.

So I made a replacement shell (Windows starts lock.exe instead of Explorer) which locks first and then launches Explorer in the background. It also handles Safe Mode and Safe Mode with Command Prompt and detects and launches the x64 cmd.exe on an x64 system.

Auto Logon & Lock v1.0
 

My Computer My Computer

At a glance

Windows 7 Professional x64
OS
Windows 7 Professional x64
worm detected

I like your program, finding it through several web links (including Maximum PC), but Avira shows that it contains a worm. What's the story?
 

My Computer My Computer

At a glance

Win 7 64 bit Ultimate
OS
Win 7 64 bit Ultimate
I like your program, finding it through several web links (including Maximum PC), but Avira shows that it contains a worm. What's the story?

It's just one page of code; must be a false positive. Unless you downloaded it from somewhere else; might be injected with webshit.
 

My Computer My Computer

At a glance

Windows 7 Professional x64
OS
Windows 7 Professional x64
Back
Top