Coder Social home page Coder Social logo

davidsahani / windowspeeduptool Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 37.79 MB

A system performance improvement tool that provides various tools for managing system.

License: GNU General Public License v3.0

Batchfile 0.33% Python 98.82% Inno Setup 0.85%

windowspeeduptool's Introduction

Windows Speedup Tool

A system performance improvement tool that provides various tools for managing system.

App Overview:

Currently supported os: Windows 10

Features:

  • SystemInfo: Provides comprehensive system information.
  • SystemRepair: Offers command-line tools for repairing Windows.
  • PowerOptions: Facilitates advanced power management and utility settings.
  • DriversBackup: Manages backup and removal of third-party drivers.
  • SystemCleaner: Facilitates removal of junk files and Windows update files.
  • WindowsUpdate: Manages Windows update.
  • WindowServices: Manages Windows services.
  • AdvancedOptions: Manages services requiring higher privileges.

Highlight:

Windows Speedup Tool allows services to be configured in config.ini file to be displayed in Windows Services and Advanced Options.

In config.ini, declare services as shown below to display them in Windows Services:

[Normal.Services]
title = Normal Services
filename = normal_services.json

[Wlan.Service]
display_name = WLAN AutoConfig
service_name = WlanSvc
startup_type = manual

In config.ini, declare services as shown below to display them in Advanced Options:

[Advanced.Services]
title = Advanced Services
filename = advanced_services.json

[Defender.Advanced.Service]
display_name = Windows Defender
service_name = WinDefend
startup_type = manual

For more than one service/services to be displayed in column of the same row use same name prefix for the section.

[Normal.Normal.Services]
title = Normal Services
filename = normal_services.json

[Normal.User.Services]
title = User Services
filename = user_services.json

Caution

Disabling services breaks system functionality. Be careful about what you break. Disabling critical services will blue screen your system.

windowspeeduptool's People

Contributors

davidsahani avatar

Stargazers

Deep Lazy Dev avatar

Watchers

 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.