Skip to content

arshit09/RunCustomizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

RunCustomizer

Create custom Run commands for Windows 7 or higher OS.
Download RunCustomizer.rar and run "RunCustomizer.exe" - That's it!

Click me to watch how-to YouTube video.

Screenshot

Main Page

Setup in Visual Studio Code

  1. Import RunCustomizer.cs to your WindowsFormApp.
  2. Change the following in "app.manifest" to get administrative privilege,
    change
    <requestedExecutionLevel level="asInvoker" uiAccess="false" />
    to
    <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />

About

Create custom Run commands for Windows 7 or higher OS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages