Skip to content

How To Use Ninite2?

NoahIles edited this page Sep 17, 2017 · 6 revisions

Windows

Using Ninite2 is simple but not very obvious to one unfamiliar with powershell. Here you will see a step by step guide for usage.

Method 1

Step 1: Download the Ninite2.ps1 file from https://github.com/NoahIles/Ninite2.
Step 2: Run Powershell as an administrator. To do this you must right click the shortcut and press run as administrator.
Step 3: Run this command to enable the usability of scripts for powershell. "Set-ExecutionPolicy RemoteSigned"
Step 4: Then run this command "Powershell

Method 2

Step 1: Download the Ninite2.ps1 file from https://github.com/NoahIles/Ninite2.
Step 2: Right click Ninite2.ps1 and open it with a text editor.
Step 3: Copy the contents of the file.
Step 4: Run Powershell as an administrator. To do this you must right click the shortcut and press run as administrator.
Step 5: Run "Set-Executionpolicy Bypass" (this allows us to auto install chocolatey)
Step 6: Paste the contents of the file and press enter.

Clone this wiki locally