Git Product home page Git Product logo

wsl2configurationeditor's Introduction

WSL2 Configuration Editor

WSL2 Configuration Editor is a tool for modifying the WSL2 configuation without manualy editing the .wslconfig file. It provides safe agaist setting .wslconfig file with invalid parameters as well as verifies the supported settings for the Windows version. This tool comes as a command line tool by default. But the modular design allows the core functionalities to be used through a GUI. Both Core Library and Command Line Interface target .NET 8.

Table of Contents

Building

  • Clone the repository: https://github.com/YashojaLakmith/WSL2ConfigurationEditor.git
  • Build the solution with .NET 8 SDK.

Dependencies

  • .NET 8 SDK must be present in order to build the apllication as either a framework-dependent or a self-contained application.
  • .NET 8 Runtime is required for running the CLI application as a framework-dependent application.

CLI Commands

Command Description
help Get help
about About the application
exit Exit the application
list-settings Lists all the settings
info <setting key> Shows deteiled information about the setting with given key.
set <setting key> <value> Sets the given setting to the given value.
save-changes Saves the changes to the .wslconfig file.
refresh Reloads the configuration from the .wslconfig file.
reset-changes Resets all unsaved changes to their current value.
make-default <setting key> Sets the given setting to its default value.
make-default-all Sets all settings to their default values.

Core Library

The Core Library contains all the logic for interacting with file systems, operating system services, implementations of all the available settings and their internal representations as well as APIs for interacting with them. Therefore, it can be referenced by any other project such as a GUI.

License

WSL Configuration Editor is an Open Source Software license under the MIT License.

wsl2configurationeditor's People

Contributors

yashojalakmith 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.