Skip to content

8mpty/Windows_Post_Install_BATCH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows_Post_Install_BATCH

Post Install Script With Collections Of Online And Personal Scripts.

Disclaimer!

An INTERNET Connection is required for this script to run properly.

Will have a full offline version down the road. (Not Possible)

TASKLIST:

  • Script Creation
  • IRM Version for using in terminal
  • Offline Install Version (Not Possible)
  • EXE Version? (Maybe)

HOW TOs

Option 1: Either download the zip file and launch the "Install.bat" file

Option 2: Using the Powershell/Terminal commands below ☟

Command (Click Me)

irm 8mpty.com/post | iex

or (A bit more Secure)

irm https://8mpty.com/post | iex

or (use if DNS issues)

irm https://raw.githubusercontent.com/8mpty/Windows_Post_Install_BATCH/main/psfile/empty.ps1 | iex

EXE and MSI formats will be provided at a later data. (Maybe)

Additional Options

You may also pass in UNLIMITED arguments into the script downloaded locally or over the internet with "irm". (See Additional Disclaimers))

ARGUMENTS MUST BE SEPERATE WITH A SPACING TO WORK EX. 5 6 and not 56

Credits: https://massgrave.dev/command_line_switches.html

Example Arguments are:

If Downloaded Locally Examples (Click Me)

.\Install.bat 5

Which will go to the [Extras] page.

If running:

.\Install.bat 5 6

Will go the [Extras] page and execute option [6] which is creating the script shortcut.

If Running with IRM Examples (Click Me)

Default is irm post.8mpty.xyz | iex,

But if you want to pass in arguments:

iex "&{$(irm 8mpty.com/post)} 5"

Which will go to the [Extras] page.

If running:

iex "&{$(irm 8mpty.com/post)} 5 6"

Will go the [Extras] page and execute option [6] which is creating the script shortcut.

Additional Options (Disclaimers)

Ofcourse these options are not only limited to Options 5 & 6, other options are availble to try but do NOTE that only a max of "2" options are availble.

As of right now, this script is not able to run further than "2" arguments like iex "&{$(irm 8mpty.com/post)} 5 3 1".

Above is meant to go to the [Extras] Page and execute option [3] which is "Removal of Folders" and will execute [1] to confirm the removal but as of this current iteration of the script, it is NOT POSSIBLE yet.

The script is now able to run unlimited arguments as long as the arguments corresponds to the correct options in the script.

Fixed in Commits 986aa9a , 61aaf40 and e0fb8c3.

EX. iex "&{$(irm 8mpty.com/post)} 5 4 2 5 3 1 1 7 0"

Explanation from left to right argumetns: (Click Me)

5: Go to [Extras] page

4: Execute [UAC_Verification] Option

2: Select option [2] which is [Disable + Enchanced] option

5: Go back to [Extras] page

3: Execute [Remove or Restore folders] option 

1: Select [Remove Folders] Option

1: Select [64 Bit] Architecture

7: Remove [ALL] folders

0: Exits the script

References (Scripts)

Windows Activator (https://github.com/massgravel/Microsoft-Activation-Scripts)

Program's Installer (https://github.com/ChrisTitusTech/winutil)

Winget Standalone Installer (https://christitus.com/installing-appx-without-msstore/)

Windows AutoLogon (https://github.com/mbd-shift/Windows10-Autologon)