openHacking / windows-menu-editor

Windows 11 Classic Right-Click Menu Editor

Home Page:https://lwebapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Menu Editor

English| 简体中文

Introduction

Windows 11 Classic Right-Click Menu Editor.Change your windows 11 right-click menu back to the old style of windows 10 with one click.

Requirement

Usage

  1. Download the executable file: Releases
  2. Directly execute win-menu-editor.exe

Develop

pip install pyinstaller
python win/main.py

Build

pyinstaller -F -w -i ./win/assets/img/logo.ico ./win/main.py --add-data "./win/bat/classic.bat;bat" --add-data "./win/bat/default.bat;bat" -n "win-menu-editor" --noconfirm

Reference

About

Windows 11 Classic Right-Click Menu Editor

https://lwebapp.com/


Languages

Language:Python 89.6%Language:Batchfile 10.4%