1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Using Logon Scripts

Discussion in 'Windows XP' started by sbrs, 2008/02/26.

  1. 2008/02/26
    sbrs

    sbrs Inactive Thread Starter

    Joined:
    2008/02/21
    Messages:
    3
    Likes Received:
    0
    Hi,

    We are using logon scripts for our Windows XP accounts to force users (employees) to run an exe on some specific days - say, for example, a timesheet application when they do not enter timesheets for the previous day.

    We are able to call the exe we need from logon script but at the same time the system is logging the user in (while our applciation is open) and the user is able to continue with his normal work, minimizing the application window that we popped up in logon script.

    Is there a way where we can prevent windows from logging in completely until the user exits our application (i.e, the user must not see 'start' button, status bar, other icons etc. until the user exits our applicaiton).

    Thanks in advance
    SB
     
    sbrs,
    #1
  2. 2008/02/26
    Techmonkey

    Techmonkey Inactive

    Joined:
    2007/11/06
    Messages:
    62
    Likes Received:
    0
    you could change the shell section of the registry:

    HKLM\Software\microsoft\windows NT\current version\winlogon

    to something other than explorer.exe

    Then in you login script instead of just launching your app, use this:

    Code:
    START yourexehere.exe /wait
    start explorer.exe
    So Windows explorer wont start up when windows loads, but once they exit your application it will then fire up explorer again.
     

  3. to hide this advert.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.