I made this script to make it easier for PC flippers to prepare Windows on builds being prepared for sale.
- Detects graphics card and installs the appropriate graphics drivers
- Detects motherboard and installs chipset drivers
- Allows you to choose what extras to install from a variety of apps
- If you chose to install FurMark it will run a stress test
- Type "Windows PowerShell" into the Start Menu.
- Right-click it, and select "Run as administrator."
- Paste in the following command:
irm bit.ly/pcflipperwindowsscript | iex
If you have any issues, please create an "issue" on the Issues page.
You can also suggest new ideas to add to the script using the Issues page even though that's not it's intended use.
If you want to contribute, please fork the repo, clone it, edit/modify it to your liking, and make a pull request where I can review the code and choose to add it to the main script or not. Your contributions are greatly appreciated.