Giter VIP home page Giter VIP logo

quickboost's Introduction

QuickBoost: Automated Windows 10/11 Tweaking Utility

GitHub

GitHub all releases

GIF

⚠ MAKE A SYSTEM RESTORE POINT IN CASE ANYTHING GOES WRONG, TUTORIAL HERE

Leave a ⭐ if it helped <3

Code Written & Compiled by @SanGraphic

Quickboost is a community project, anyone can help grow and improve the program through pull requests!

what does it do? (Simplified Summary)

  • Disable Telemetry & Data Collection
  • Disable Scheduled Tasks & Bloatwares
  • Disable Unnecessary Services
  • Disable (most) System Loggings
  • Performance & Memory Usage Tweaks
  • Remove Temporary Files
  • Auto-update to use latest script

What does it Actually do? (Nerd Summary)

  • Disable CPU energy-saving technique that reduces CPU power consumption and synchronizing of process wake-ups.
  • Adding more ram for applications in system memory caching to improve microstuttering (Enable LargeSystemCache)
  • Disable Ram saving techniques Windows use (Paging Combining) to improve microstuttering
  • Disable Start-up Telemetry and Programs to Improve Startup and Memory Usage
  • Disable Delivery Optimization P2P Update downlods outside of local network
  • Disable unnecessary System Services for less System Usage (116 Services Disabled)
  • Speed up start time by Disabling DelayedDesktopSwitchTimeout
  • Applying Optimal Win32Priority for balanced FPS and Latency
  • Disable Settings App unnecessary and telemetry Options
  • Change Windows Updates to "Notify to schedule restart"
  • Install Timer Resolution Service to lower Input Delay.
  • Turn off microsoft peer-to-peer networking services
  • Enable Full-screen Exclusive for lower input delay
  • Disable Telemetry & Data Collection bloatwares
  • Remove unwanted unnecessary temporary files
  • Disable Consumer experiences from Microsoft
  • Enable Hardware Accelerated GPU Scheduling
  • Enabling Normal Priority for Fortnite
  • Disable Windows Automatic maintenance
  • Run Windows Cleaner (cleanmgr.exe)
  • Turn off data execution prevention
  • Add Take Ownership to Context menu
  • Disable WPP SOFTWARE tracing logs
  • Disable prefetcher and superfetch
  • BCD Tweaks for lower Input Delay
  • Import Custom Nvidia Profile
  • Disable System Auto-Loggers
  • Disable Paging Executive
  • Disable DistributeTimers
  • Disable GPU Preemption
  • Disable fast startup
  • Disable Hibernation
  • Disable Sleep study
  • Disable Aero shake
  • more that I don't have the time to write.

How to Build from Source? (Simple)

  1. Hold shift + Right click and click Open Powershell window.
  2. type "cd .\QuickBoost" without the quotes obvously
  3. run the following command to build a non-compressed .exe file:

dotnet publish -c Release -o publish -p:PublishReadyToRun=true -p:PublishSingleFile=true --self-contained true -p:IncludeNativeLibrariesForSelfExtract=true

or this one for a smaller compressed .exe:

dotnet publish -c Release -o publish -p:PublishReadyToRun=true -p:PublishSingleFile=true --self-contained true -p:IncludeNativeLibrariesForSelfExtract=true -p:EnableCompressionInSingleFile=true

now its in the QuickBoost\publish Folder.

quickboost's People

Contributors

jotisa avatar overimagine1 avatar sangraphic avatar whispersofj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

quickboost's Issues

Nvidia/GPU Tweaks causes GPU driver errors results in black box type artifacts flickering on windows desktop..

Once applied the Nvidia/GPU Tweaks it causes GPU driver errors results in black box type artifacts flickering on windows desktop..

Windows 11 latest 22h2 update
RTX 3080 16GB 175W Laptop GPU
12700H CPU
64GB DDR5

Nvidia Driver latest:
527.37-notebook-win10-win11-64bit-international-dch-whql

The GPU/Nvidia tweaks once applied, in random programs, like Cinebench R23 could give blinking (coming and go away) artifacts in form of black small cubes.

Once Nvidia driver was reinstalled to clean the tweaks - issue is gone.

The artifacts could come with and without GPU core OC and without VRAM OC.

Artifacts were something like those:
https://prnt.sc/qoObuyY1K3o7

Little semantic things

Not so much issues, but little semantic things looking through your code :)

For example, replacing the following:

C:\Users\%USERNAME%\AppData\Local\
C:\Users\%USERNAME%\AppData\Roaming\
C:\Users\%USERNAME%\
choice /C:123 /N /M "> Enter Your Choice on the Keyboard [1,2,3..] : "	

With:

%LOCALAPPDATA%\
%APPDATA%\
%USERPROFILE%\
choice /C:123 /M "> Enter Your Choice on the Keyboard: "	

The first 3 make the application more portable, to account for users who've decided to redirect their userprofile directories elsewhere except the C drive.

The choice command alteration allows displaying the choiceKeys at the end of the prompt string dynamically, so if you have 4 choices, it will automatically show as [1,2,3,4], etc.

If I find anymore as I quickly scroll through, I'll update them inside here.

Hope that helps!

LAN drives

Dev,

after applying your app then not browsing LAN shares... (mapping and browsing directly as \lanshare.etc)

Where is problem? How i can fix this please?

Windows NightLight / SnippingTool no longer working after use

I know this isn't exactly an issue with the application itself. But You may have some insight on what has caused this. I expect its one of the windows services that's been disabled. Any idea?

Windows nightLight is no longer taking effect after using quickboost.

cant open the file

hi
its work on my windows 11
but i cant open it on fresh windows 10 (22H2 19045.3208) at all (no error btw) just nothing happen when i trying to open it
i have all NET Desktop Runtime 5.0.11 - 7.0.9 and all Microsoft Visual C x86-x64 installed

[IMPROVEMENT] Automatic tuning "SvcHostSplitThresholdInKB" (without user interaction)

I offer you a command to allow the job to be done without user interaction.

One-liner command for get amount of ram and calculate value to set
FOR /F "tokens=* USEBACKQ" %F IN (`powershell -c "(Get-WMIObject Win32_PhysicalMemory | Measure-Object Capacity -Sum).sum/1GB"`) DO (SET /a SUM="%F*1024*1024")

Note: Works as is into shell, "%F" should be "%%F" in the batch script ?

reg add "HKLM\SYSTEM\ControlSet001\Control" /v "SvcHostSplitThresholdInKB" /t REG_DWORD /d "%SUM%" /f

problem with taskbar and startmenu

hello. i have found your software very very impressive and i use it for a while now.
however, today i decided to run the disable unnecessary system services
after this, when rebooted, taskbar not coming up and when i manage to make it visible, windows start menu not working, nor my startup items startup.

i have deleted my last system restore accidentally.
is there a guidance you can suggest to get the taskbar and startmenu back to normal?
whatever i have tried via cmd and registry is not doing anything, even after booting in safe mode and restart.

[Improvement] Provide information about services and fix a TabletPC command

I discover this project today and I'm really the project. I find a few commands that needs an information so the user will know the problems that may have if disable the service list that is available in the project.

The first thing that I see is 4 services that needs an information, here's the services:

CaptureService, which is required by Snipping Tool, depending on windows version is Snip & Sketch
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CaptureService" /v Start /t REG_DWORD /d "4" /f

PimIndexMaintenanceSvc which is Contact Data and is required by Microsoft Store. I discover this after disable a few services and restore a few services that I know that is required by MS Store and when the service was restored to the default state MS Store could download apps normally.
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PimIndexMaintenanceSvc" /v Start /t REG_DWORD /d "4" /f
DevicesFlowUserSvc is required by Bluetooth & Devices and also required to show the informations in Quick Settings in Windows 11, this needs to be checked in Windows 10.
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DevicesFlowUserSvc" /v Start /t REG_DWORD /d "3" /f

Next is this command that needs to be fixed which is put the wrong location
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\TabletPC" /v "DoSvc" /t REG_DWORD /d 3 /f
The correct command is this one
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DoSvc" /v "Start" /t REG_DWORD /d 3 /f

Data Sharing service is also been disabled which is required by Snipping tool. If disabled shows "Failed to open a file" error
Source: https://www.winhelponline.com/blog/snip-failed-to-open-the-file-error-in-snipping-tool-sketch-app/#:~:text=To%20fix%20the%20%E2%80%9CFailed%20to%20open%20the%20file%E2%80%9D,by%20clicking%20%E2%80%9CStart%E2%80%9D.%206%20Exit%20the%20Services%20console.
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DsSvc" /v "Start" /t REG_DWORD /d "4" /f

Snipping Tool stopt working

Hey, after I used QuickBoost.exe and applied all Tweaks Snipping Tool stopt working.

I still can open it but every time I try to create an ScreenShot via the Hotkey or directly in the program, nothing happens.

Can someone help me?

Auto-Create System Restore Point

wmic /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "My Restore Point", 100, 12

Replace "My Restore Point" with the name of the Restore Point you're creating.

Batch file will need self-elevation in order for it to run successfully

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.