Skip to content

nachazo78/Nachazo_OLD_machine_Script_from_DNXDOScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nachazo_OLD_machine_Script_from_DNXDOScript image

Script for Old machines based on deen0x one.

Al the work is from Deen0X. I change some scripts to use in my old windows 10 PC/allinOne/Notebooks.

Changes

  • 1 Windows defender and security center remains.
  • 2 Virtual memory remains untouched
  • 3 power scheme goes to high power for ultimate performance of the old system.
  • 4 Microsoft store and chocolatey repositories are not present.
  • 5 Scheduled task enabled because i use scheduled task for running scripts ;).
  • 6 SSD tune is disabled by default.

Download package

Nachazo_OLD_machine_Script_from_DNXDOScript.zp

Purpose

This Script help to gain performance on your system, in two main ways:

  • First one, debloat windows. For this, i based on the W4RH4WK work on their project https://github.com/W4RH4WK/Debloat-Windows-10
  • Second, i included many tweaks for improve performance on windows, focused on setup a mining pc, or trying to get usable old machines such tablets, netbooks, old pcs, etc, that don´t have so much resources but can install windows 10.

As extra, there are some Utils included with the package that may be interesting for users to run on their system

This script will modify your windows 10 installation

image

How it works?

The main script will scan two main folders, looking for files (subscripts) that will execute.

These files can be .cmd, .bat, .reg, .ps1, etc, anything that can be launched from the main script (cmd)

There are two main folders:

  • Scripts: This contain all scripts that will be launched by the main script
  • Utils: This contain extra scripts considered as Util/Tool, because will not impact directly on the performance and most of them are accessory to the installation.

Inside each main folder, there are two subfolders

  • Enabled: Scripts that will be executed are included on this folder
  • Disabled: If you don´t want to run some script, instead of editing or deleting, move it from Enabled folder to this one. The main script will not execute any of the scripts on this folder.

Run modes

The script can be executed in two modes:

image

  • Safe: This mode is less invasive, because will not in-deep modify the system. This will not gain the same level of performance than Normal mode.
  • Normal: This will run all enabled scripts and utils. This will in-deep modify the system and cannot be undone.

The main script determine if a script is safe or not, simply checking if the file is named ".safe." example: Set SystemResponsiveness for Gaming.Safe.cmd This script will be considered safe, because their filename ends in ".Safe.", this case, ".Safe.cmd"

If you consider some script is safe to run on your system, simply add ".Safe" before the extension.

Main Screen Execution

The main screen of the Script will show the subscripts launched, and a little info about the kind of subscript (the first letter of the extension, to know if a Reg file, Cmd, Bat, Ps1, etc correspond to this script)

image

The "OK" text simply indicate that the script finalized. This will not be consider info about the result of the SubScript itself. The "." indicate that the subscript is not a file. Is part of the main script.

Window mode for SubScripts

The script will ask for window mode for running SubScripts. The modes can be:

image

  • Normal: Windows will open as normal, showing all the content of the SubScript excecution.
  • Min: Windows will open minimized, and you only will see the general script page.

image This case the subscripts are running in minimized mode.

image This case the subscripts are running in normal mode.

Note: On some windows subscripts may appear some errors/red text/etc. Don't worry, this is normal.

New feature: create restore point

Now, before running all the scripts, there is an option to create a restore point of the system The script will enable the service for creating and managing restore points, and then will create a restorepoint with the default settings.

Hope you found useful this script.

Thanks TuberViejuner for making a Video about deen0x script.

Nachazo78