Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

Commit b810035

Browse files
authored
Update README.md
1 parent dfe9161 commit b810035

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,36 @@ The basic menu structure was somewhat based on ![Jon Dechiro's suggestion](https
3131
| | TortoiseSVN | `MSI Afterburner`
3232
| | WinSCP | WinDirStat
3333

34-
## Note
34+
### Note
3535
- '\*' Behind the name of an application points to the fact that the installer file is downloaded from the publisher's official repository and not through MS Store. Those installers will automatically be downloaded inside ```~\Downloads\``` after which the installation process will start. The user is able to select installation destination of the application.
3636
- `App` Application written in this style means that Chocolatey package manager is being utilized. User will be prompted for confirmation inside the terminal.
3737

3838
Those adjustments were needed as not all used by me applications were available from the official MS Store and WinGet repos.
39+
40+
## How To Run
41+
42+
### Paste this command into Powershell (admin):
43+
44+
```iex ((New-Object System.Net.WebClient).DownloadString('https://tinyurl.com/InstallerScript'))```
45+
46+
### Use shorter command into Powershell (admin):
47+
48+
```iwr -useb https://tinyurl.com/InstallerScript | iex```
49+
50+
### Manual script running:
51+
52+
Download the script '.ps1' file from ![here.](https://github.com/KaiserDMC/InitialSetupProgramInstaller/releases/tag/1.0.0) Navigate to PowerShell application on your desktop. ** Dont forget to * Right-click * run as 'Administrator'. ** Navigate to the file download destination folder, most likely ```~\Downloads\```. Run the following command:
53+
54+
```.\InitialSetupProgramInstaller.ps1```
55+
56+
#### Note
57+
If you have NEVER run scripts before, you will need to enable that option by running the following command:
58+
```set-executionpolicy remotesigned```
59+
PowerShell must once again be *Run as... 'Administrator'*
60+
61+
## Tested
62+
This script was tested and ran without any issues on a brand new instance of Windows 10 Pro, build 21H2.
63+
64+
## Troubleshooting & Contributions
65+
If you have any issues or encounter any bugs, [report them here.](https://github.com/KaiserDMC/InitialSetupProgramInstaller/issues) If you would like to add more apps to the script or think you can fix some issues, please feel free to create a pull requests.
66+

0 commit comments

Comments
 (0)