Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
/ Assembly Public archive

Windows setup script for my Windows machines :)

License

Notifications You must be signed in to change notification settings

unofficialdxnny/Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assembly

Windows setup script for my Windows machines :)


This project is going to continue Here

packages used

import os
import getpass
import requests
import os.path
import subprocess
import sys
import ctypes
import keyboard as kb
from pystyle import *
from time import sleep
from elevate import elevate
from colorama import *
import time
import json
import platform
import pyautogui as pag
import winreg, ctypes, win32con

Usage

  • git clone or download repo
  • cd Assembly
  • edit config.json
  • edit choco.ps1 with your app names
  • change cursor files
  • python Assembly.py

Credits: