Britec Tech Support Forum

Full Version: How do write a bat file that runs at the startup of windows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im trying to figure out how to write a .bat file that runs automatically at startup of windows.

The .bat file would be fore the use of changing a process cpu priority setting of high
https://www.computerhope.com/issues/ch000322.htm
You can do this:

1. Put Batch file in startup directory if dosen't work try to disable you Anti-Virus/Malware or path may be changed to see used path go to registry here Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Startup in that string you have path.

2. Create startup string in Software\Micosoft\Windows\CurrentVersion\Run and set the value to path of batch file.

There are more ways to do this but these are the easiest.
Nice thank you guys for the help. We can close the thread