How to make windows bootable auto run usb

Im trying to make a bootable windows 10 usb that runs a program on startup with no login, i tried modifying the windows bootable install usb however, it did not work. i have also tried making a bootable installation of windows autorun a file but it was too big to put on a usb stick.

1

3 Answers

It's very easy to make a bootable USB. All you need to follow these steps:

  1. Go to start and type "cmd" and entre.
  2. Type "Disk part" in the command prompt and entre.
  3. New command prompt would open, type "list disk" and entre
  4. Then type "select disk 1" entre
  5. Type "clean" and entre.
  6. Type "create partition primary" and hit enter.
  7. Type 'select partition 1' a hit Enter.
  8. Type 'active' and hit Enter.
  9. Type 'format fs=ntfs quick' and hit Enter.
  10. Type exit.
  11. Copy all the window 10 data in pen drive and boot.
2

Once you have a bootable it is fairly easy for it to run a program on boot. Try to create a task in the Task Scheduler. You can create a task and configure it to run a certain program every time you boot. Also, you can configure Windows to always login the first time you boot without needing a password. You can use netplwiz as describe in this link.

There's an easier way to do this. If you copy a shortcut to your application in the following windows directory, your application will run immediately on startup without any extra steps.

C:\Users\YOUR_USER\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like