Coder Social home page Coder Social logo

amrsatrio / ep_dwm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from valinet/ep_dwm

0.0 0.0 0.0 33 KB

Implements a Windows service that removes the rounded corners for windows in Windows 11

License: GNU General Public License v2.0

C 100.00%

ep_dwm's Introduction

ep_dwm

Implements a Windows service that removes the rounded corners for windows in Windows 11.

Tested on Windows 11 build 22000.434.

Pre-compiled binaries are available in the ExplorerPatcher setup program (download the latest pre-release). You can install that program - it already includes this functionality built-in. Alternatively, to get only ep_dwm.exe from the downloaded ep_setup.exe, run this:

ep_setup /extract C:\ep_dwm

The executable will be extracted in C:\ep_dwm. If you do not need them, you can delete the rest of the files in there and keep only ep_dwm.exe.

To register, type these commands in an elevated command window:

sc.exe create ep_dwm binPath= "\"C:\ep_dwm\ep_dwm.exe\" ep_dwm Global\ep_dwm" DisplayName= "ep_dwm" start= auto
sc.exe description ep_dwm "ep_dwm Service"
sc.exe start ep_dwm

To unregister, type these commands in an elevated command window:

sc.exe stop ep_dwm
sc.exe delete ep_dwm

ep_dwm's People

Contributors

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