Results 1 to 4 of 4

Thread: Auto Logon AND auto lock workstation?

  1. #1
    Join Date
    Jan 2006
    Posts
    142

    Auto Logon AND auto lock workstation?

    I usually sometimes restart my computer and load all my apps after I login. But the whole process takes atleast 10 minutes. I want to start a restart and leave my desk and come back and have all my apps loaded automatically. I have my apps setup to auto start after I login and I know how to set the computer to auto log me in. I just want to know how to get the pc to lock itself as soon it logs me in so no one can use it while its loading my apps? Thanks.

  2. #2
    Join Date
    Jan 2006
    Posts
    605

    Re: Auto Logon AND auto lock workstation?

    You can try to create a batch file with the below contents:

    @ECHO OFF

    %windir%\system32\rundll32.exe user32.dll,LockWorkStation

    After that name the batch file "autolock.cmd". Now you can move the batch file to the "c:\documents and settings\<YourUserName>\Start Menu\Programs\Startup" folder.

  3. #3
    Join Date
    Jan 2006
    Posts
    142

    Re: Auto Logon AND auto lock workstation?

    Thanks for the reply, so after using it right now it starts loading the apps and then locks the pc. Can you tell me some other way to make it lock first. Will the sequence of the keys in the run entry matter?

  4. #4
    Join Date
    Jan 2006
    Posts
    830

    Re: Auto Logon AND auto lock workstation?

    You wont be able to tell the entries to start with the Windows XP regsitry first. You can try to get 3rd party apps which can do this for you, just search it on the net. Also, you can try to create batch file with the Run entries command for the Current User in the bacth file. After you have made the bat file, then you can delete all Run entries in the registry editor for the current user. After that create one registry entry that will start the bat file in the run entries for the current user. Check the below Batch File:

    @echo off

    START /wait "c:\autolock.cmd"
    START /wait "c:\program files\program1.exe" /switch
    START /wait "c:\program fils\program2.exe"

Similar Threads

  1. How to set auto logon in Windows 7 professional
    By Dhatri in forum Operating Systems
    Replies: 4
    Last Post: 16-09-2011, 11:28 AM
  2. Windows Vista Auto-Logon
    By Jason in forum Vista Help
    Replies: 5
    Last Post: 28-10-2010, 02:56 PM
  3. Shift to bypass auto logon not working
    By Tanveer Joshi in forum Networking & Security
    Replies: 6
    Last Post: 07-09-2010, 11:59 PM
  4. Schedule reboot with auto logon
    By benb in forum Windows Server Help
    Replies: 4
    Last Post: 29-04-2008, 02:07 PM
  5. disable auto logon in xp
    By alok_singh_tech in forum Operating Systems
    Replies: 1
    Last Post: 06-02-2008, 11:58 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,571,408.67947 seconds with 17 queries