Giter Club home page Giter Club logo

autoinit's Introduction


AutoInit Logo

AutoInit

Configure Windows automatically
Version: 1.1.0

No downloads available

Report Bug ยท Discussions

-----------------------------------------------------

Workflow

๐Ÿ”” Information

AutoInit is a little application for initializing a Windows machine without Image modification.

  • Switch to Administrator by activating the account and removing the "User"-Account.
  • Remove Bloatware apps that are shipped with Windows.
  • Install applications like Firefox, Adobe Reader and Remote Management Control with winget.
  • Plays music when opening the application (Typical music from cracking software).
  • Clean reinstall Windows without CD/USB.

โš  This tool is designed to use in a internal environment. If you want to use this tool as a "template" or just for testing, you will need to compile it for yourself.

โ„น๏ธ Disclaimer

This application will modify the system. I won't be responsible for any damage you've done yourself trying to use this application.

โš™๏ธ Compiling the source code

For compiling, you'll need Visual Studio 2022 and .NET 6.0. Clone this source and restore the NuGet Packages.

๐Ÿ“œ Configuation

Filename: config.ini

[AutoInit]
AdminPassword = 

; Note that this user will be deleted (if not set otherwise) after the Administration switching phase.
DefaultUsername = User
RemoveDefaultUser = true

BackgroundMusic = true

[Applications]
PackageID_Firefox = Mozilla.Firefox
PackageID_AcrobatReader = Adobe.Acrobat.Reader.64-bit
InstallFirefox = true
InstallAcrobatReader = true

EnableSMB1 = true
EnableNET35 = true

RemoteMaintenance = true
RemoteMaintenanceURL = https://example.com
RemoteMaintenanceFileName = Remote Maintenance.exe

; Install other apps by inserting the Package ID of the application.
; You can find the Package ID by typing 'winget search <Name>' or by searching on https://winget.run/
; Use ',' for more than one application
OtherApps =  

[Settings]
DisableTelemetry = true
CheckActivation = true

; System Protection
; Set to 0% to disable system protection
SystemProtection = 20%
DisableAutoRebootAfterBSOD = true

; Options:
;   None = None
;   Complete = Complete memory dump
;   Kernel = Kernel memory dump
;   Small = Small memory dump (64 KB)
;   Auto = Automatic memory dump
SPMaxMemoryDump = Small

; Power Settings
SetMaxPerformance = true
DisableFastBoot = true

You can also use AutoInit.exe --new-config for creating a new empty configuration.

๐Ÿ“– Credits

  • goblinfactory: Simple console library - Konsole
  • NAudio: C# Audio and MIDI library - NAudio
  • PrivacyIsSexy: Bloatware removal script - Privacy.Sexy

๐Ÿงพ License

AutoInit is licensed under MIT License. So you are allowed to use freely and modify the application. I will not be responsible for any outcome. Proceed with any action at your own risk.

Copyright (c) 2018 - 2022 valnoxy. By Jonas G. <[email protected]>

autoinit's People

Contributors

valnoxy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.