Skip to content

openHacking/windows-menu-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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