NSudo | Series of System Administration Tools | General Thread

Discussion in 'MDL Projects and Applications' started by Mouri_Naruto, Feb 6, 2015.

?

These things you maybe see in the future version of NSudo. What do you think about?

Poll closed Sep 13, 2019.
  1. Publish to Chocolatey? (Suggested by wwtex.)

    8 vote(s)
    66.7%
  2. Publish to scoop? (Suggested by wwtex.)

    1 vote(s)
    8.3%
  3. Publish to Windows Store? (Desktop Bridge.)

    3 vote(s)
    25.0%
  4. Add NSudo Configuration Editor?

    9 vote(s)
    75.0%
  5. Using Qt to implement the UI? (It may increase the binary size of NSudo.)

    3 vote(s)
    25.0%
  6. Compile NSudo with CMake?

    3 vote(s)
    25.0%
  7. Yes

    0 vote(s)
    0.0%
  8. No

    0 vote(s)
    0.0%
Multiple votes are allowed.
  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,763
    340
  2. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
  3. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    @DennyAmaro @_kod0k

    I add some assert in NSudo. If you met the error and NSudo may popup the message box and I hope I can know the content of the message box.

    I hope it can help me to solve the issue.

    Kenji Mouri
     

    Attached Files:

  4. DirtyAngelicaSecured

    Mar 30, 2020
    101
    17
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    462
    261
    10
  6. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    462
    261
    10
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,763
    340
    NSudoLC = Console
    NSudoLG = GUI

    both work from command line, but NSudoLC is preferable
     
  8. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    462
    261
    10
    Seems people have been pointed to this post from other forums.

    Setting RunAsPPL also sets a UEFI variable, which requires an opt-out .efi to be run to remove that variable and restore the previous behavior... Or use the new NSudo v9.0 Preview.

    Personally, in a production environment I prefer to wait for programs to reach "stable" status.

    The relevant post with the solution is here; https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-1081#post-1708348
     
  9. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    I wonder to know some suggestions about reducing the abuse of NSudo.

    Kenji Mouri
     
  10. alessio89g

    alessio89g MDL Member

    Jan 20, 2013
    235
    17
    10
    Hi,
    I'm looking for a way in order to make a shortcut for classic Notepad side by side the UWP one in Windows 11.
    I noticed that opening NSudoLG and running notepad.exe as TrustedInstaller I get the classic Notepad, but making a .cmd file that run
    NSudoLG -U:T notepad.exe
    nothing happen.
    I also tried enabling and disabling Full Privileges, with SYSTEM account and using full paths both for NSudoLG and Notepad, but nothing seems to work.
    Any idea?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. alessio89g

    alessio89g MDL Member

    Jan 20, 2013
    235
    17
    10
    Solved with
    Code:
    psexec -d -i -s notepad
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    There are some issues using Desktop Bridge apps with SYSTEM access token because apps in App Model are installed for specific users. (Or installed for all normal users if you add your appx/msix via DISM.)

    P.S. Several months ago, I tried Windows Terminal with SYSTEM access token. It can run but cannot accept any keyboard input.

    Kenji Mouri
     
  13. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30