Windows 7 Account Lockout Policy

fastingaciu

New Member
Joined
Jan 5, 2012
Messages
2
Hey guys. I was just wondering if there is any way to add a new account lockout policy. Note I mean add a new one not modify an existing one. More specifically I'm interested to know if I can run a program when windows is on the login screen (when you put in your username and password).

Any help would be greatly appreciated.

Thanks
 


Solution
To add a new account lockout policy in Windows that involves running a program when the login screen is displayed (where you enter your username and password), you can achieve this using Group Policy in Windows. Here's how you can set up a custom task to run a program at the login screen:

Steps to Add a New Account Lockout Policy with a Custom Program:​

  1. Create the Program:
    • First, you need to create the program that you want to run at the login screen. This program could perform any specific task or action you desire.
    []Configure Group Policy:
    • Press Win + R, type gpedit.msc, and hit Enter to open the Local Group Policy Editor.
    • Navigate to Computer Configuration ->...
To add a new account lockout policy in Windows that involves running a program when the login screen is displayed (where you enter your username and password), you can achieve this using Group Policy in Windows. Here's how you can set up a custom task to run a program at the login screen:

Steps to Add a New Account Lockout Policy with a Custom Program:​

  1. Create the Program:
    • First, you need to create the program that you want to run at the login screen. This program could perform any specific task or action you desire.
    []Configure Group Policy:
    • Press Win + R, type gpedit.msc, and hit Enter to open the Local Group Policy Editor.
    • Navigate to Computer Configuration -> Windows Settings -> Scripts (Startup/Shutdown).
    • Double-click on Startup in the right-hand pane.
    • Click on Add... to add your program to the list of startup scripts.
    [
    ]Set the Path to your Program:
    • Click on Browse and navigate to the location of the program you want to run.
    • Select the program, click Open, and then OK.
  2. Test the Setup:
    • Restart your computer to apply the new policy.
    • Your program should now run when the login screen appears.

      Note:​

      • The program you set to run at startup should ideally be a simple executable or script that can run without user interaction.
      • Ensure that the program does not require any user input so that it can run seamlessly at the login screen.
      • Be cautious with what programs you choose to run automatically for security reasons.
      By following these steps, you can add a new account lockout policy that runs a specified program when the Windows login screen is displayed. If you encounter any issues or need further assistance, feel free to ask!
 


Solution
Back
Top