How to Make NET MAUI App Run As Administrator

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • In this video we learn how to make a .NET MAUI application always run as administrator in Windows.
    GitHub: github.com/cod...
    Twitter: / coding_flamingo
    Coding books I recommend:
    Clean Code: amzn.to/3i2lyIt
    The Art of Unit Testing amzn.to/3czqenS
    Refactoring: Improving the Design of Existing Code: amzn.to/3cwVkN3
    My Setup:
    Shure MV7 XLR/USB Dynamic Podcasting Microphone: amzn.to/38kPmgT
    KINESIS Gaming Freestyle Edge RGB Split Mechanical Keyboard amzn.to/3p57fXB
    GPU Nvidia GTX 1080 amzn.to/2RZDybA
    Mouse amzn.to/2WAPPZy
    CPU AMD Ryzen 5600x amzn.to/3DrhU6B
    Motherboard MSI MPG B550 GAMING amzn.to/2WvGGSm

КОМЕНТАРІ • 1

  • @CRBarchager
    @CRBarchager 8 місяців тому

    I guess you could transform the part out and only included it in release mode or wrap it in a #if !DEBUG #endif clause so it's only active in release mode.