Solution 3 the registry key is incorrect because items under that Run folder in the registry are executed when the user logs in to the system rather than when the computer boots Solution 2 is incomplete and unintelligible wihtout reference to a comment on the question
windows 10 How to run a PowerShell script at logon for Super User
Where System ToolsLocal Users and GroupsUsers Doubleclick the user to which you want to assign a logon script Click the Profile tab In the Logon script field enter the path and name of the logon script you want to assign to that user and then click OK Else heres a handy HowTo from Microsoft Creating logon scripts
Start an application at system start without login
Running a Script Automatically at System User Logon
3 Under the General tab give your task a name eg Run PowerPoint at Login and check Run with highest privileges to avoid any permission issues 4 In the Triggers tab click New set the trigger to At logon and select Any user if applicable 5 Under the Actions tab click New and in the Programscript field type
Run Windows PowerShell scripts first at user logon logoff startup
How to automatically run a file at Windows 11 login
Running A Script Automatically At System User Logon
Run Windows PowerShell Script at User LogonLogoff Lets look at how to automatically run a PowerShell script when a user logs into or logs out Windows If you need to run the script not at computer startup but after the user logs into Windows for each user on the computer you need to link the GPO to the Active Directory OU with users
Run Windows batch files at startup or when any user logs on
Running PowerShell Startup Logon Scripts Using GPO
How to set a program to startup on boot for all users in Super User
Automatically run a script when I log on to Windows
Press WinR Type regedit and hit the Enter button Click the Yes button Go to System in HKLM Rightclick on System New DWORD 32bit Value Name it as RunUserPSScriptsFirst Double
Running A Script Automatically At System User Logon
A In the New Action dialog select Start a program in the Action drop menu B In the New Action dialog clicktap on the Browse button C In the Open dialog navigate to and select the app ex cmdexe or script file ex ps1 bat reg etc and clicktap on Open D In the New Action dialog you can add any arguments you want
Create another User Account with a long random password and save it somewhere on your primary account Be sure to secure questions too Do not use real passwords link 1 link 2 General Change the User Account to the previously created user Check Whether user is logged on or not needed when using system startup Uncheck Do not store password
Im building a login script for our company Some of the things it will do include installing printers mapping drives setting wallpapers etc Many of these things will require elevated permissions Many of these things will also require the username IE cannot be run as system must have user context to check groups etc
Then open Group Policy Editor gpeditmsc go to User Configuration Windows Settings Scripts LogonLogoff then select Logon on the main panel Click on Add in the Logon Properties dialog then Browse to select the script Repeat this for each script you want to run at logon For more detailed information see this Microsoft article
How to Create Task to Run App or Script at Logon in Windows 10
I have tried to run an ahk file automatically at system user logon by adding a task in Task Scheduler and then specifying the path to the ahk file But the file is not run with the use of AutoHotkey on logon even though ahk scripts are run normally when I click on them Does anyone know how to run a script at user logon