To Download go to -> Win 10 Script -Release
Current Version
Script: 3.4.0
(June 16, 2018)
This is a PowerShell script for automation of routine tasks/setting on Windows 10.
This is by no means a complete set of settings. (There is ALOT that can be changed/done)
The original basic script created by https://github.com/Disassembler0/Win10-Initial-Setup-Script/
^ We have some of the same setting and a few different stuff too
This script is a Highly Modded version of the 2.0 script by Disaseembler0.
The script has added items with an easy way to change settings and options using a GUI.
PS. Don't forget to check out my other Repo https://github.com/madbomb122/BlackViperScript
OS: Windows 10
Needed Files: Win10-Menu.ps1
(Script File)
Recommended Files: _Win10-Script-Run.bat
, Update.bat
Download/Save the following files
Script File: Win10-Menu.ps1 (Script) -Size about 188.0 KB
-Need
Bat File: _Win10-Script-Run.bat -Size about 2.29 KB
-Recommended
Update File: Update.bat -Size about 11.7 KB
Note 1: DO NOT RENAME THE FILES
Note 2: HAVE THE FILES IN THE SAME DIRECTORY
Next follow the Basic Usage or Advanced Usage
You can do a save as
on the filenames above to save them to you computer, you cannot do a save as
on github's file list
Run the Script by bat file _Win10-Script-Run.bat
(Recommended)
or
powershell.exe -NoProfile -ExecutionPolicy Bypass -File c:/Win10-Menu.ps1
For the above, Please note you need change the c:/ to the fullpath of your file
Use the Menu
Set what you want
Select option to run script
Use one of the following Methods you can
- Run script with one (or more) of the switches below
- Edit the script (bottom of file) to change the values
- Edit the bat file (top of file) to change the values to add the switch
Switch | Description | Notes |
---|---|---|
-atos | Accepts the ToS | |
-auto | Runs the script to be Automated.. Closes on Errors, End of Script) | Implies -atos |
-run | Runs script with setting in script | |
-run Settingfile | Runs script with Settingfile | May Imply -atos (If file was saved from script) |
-run WinDefault | Runs script with Win Default | |
-load Settingfile | Loads Settingfile (Does not run) | |
-load WinDefault | Loads Win Default (Does not run) | |
-sic | Skips Internet Check (If checking for update) | Tests by pinging github.com |
-usc | Checks for Update to Script file before running | Auto downloads and runs if found |
-crp | Creates a Restore Point | |
-dnr | Do not restart when done | |
-help | Lists of all the switches | Alt -h |
Examples:
powershell.exe -NoProfile -ExecutionPolicy Bypass -File Win10-Menu.ps1 -auto -run mine.csv
powershell.exe -NoProfile -ExecutionPolicy Bypass -File Win10-Menu.ps1 -atos -load WinDefault
This file is EXACTLY the same as the one in my other Repo
This file will
- Allow you to download my Black Viper Script or my Win 10 Script and the needed files (if any).
- The script will use to Download updates (to replace the old file, instead of creating a new file, so you dont have to rename the file or edit the bat file). (If this script is present)
Switch | Description |
---|---|
-Help | Shows the list of switches |
-BV | Downloads My Black Viper Script |
-W10 | Downloads My Windows 10 Script |
-Both | Downloads My Black Viper Script & My Windows 10 Script |
-Test | Downloads The Test Version of the Script |
-Run | Run the Script after Downloading (Does not work with -both) |
-Bat | Download the bat file to run script easier |
Q: Do you accept any donations?
A: If you would like to donate to me Please Contact me about donating or pick an item from my amazon wishlist.
Wishlist: https://www.amazon.com/gp/registry/wishlist/YBAYWBJES5DE/
Q: How can I contact you?
A: You can email me @ madbomb122@gmail.com
Q: The script file looks all messy in notepad, How do i view/change it?
A: Try using wordpad or what I recommend, Notepad++ https://notepad-plus-plus.org/
Q: The script window closes or gives an error saying script is blocked, what do i do?
A: By default windows blocks ps1 scripts, you can use one of the following
1. Use the bat file to run the script (recommended)
2. On an admin powershell console Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
Q: Can I run the script safely?
A: The script itself is safe, however some setting it can change may compromise your computer.
Q: Can I run the script repeatedly?
A: Yes, with same or different settings.
Q: Did you test the script?
A: Yes, but doesnt mean there isnt any bugs/errors.
Q:: I've run the script and it did BLAH, can I undo it?
A1: Yes, Most things can easily be undone by going in the script and run it again with the deisred change.
A2: System Restore can undo some of the changes, if you created a restore point (can be done from script)
Q: The script messed up my computer.
A: The script is 'as is', any problems you have/had is not my problem.
Q: Can I use the script or modify it for my/my company's needs?
A: Sure. Just don't forget to include copyright notice as per the license requirements, and leave any Copyright in script too.
Q: Can I add an App to Install/Hide/Uninstall, if so how?
A: Yes you can. You can add it in the script file under APPS_AppsInstall, APPS_AppsHide, APPS_AppsUninstall.
---------Please note you have to have the proper format and packagename for it to work.
Q: Can you add BLAH to the script?
A: Mabye, Depends on what it is and how hard it would be to add.
Q: How do I request adding BLAH to the script?
A: Just post it as an Issue.
Q: Are you planning to add BLAH to the script?
A: Check the todo list, anything i am planning to do or thinking of doing will be there.
Q: How long are you going to maintain the script?
A: No Clue.