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

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    Hope it can help you.
     
  2. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    Thank you.

    The default IL is relevant to the user name or the user group which the user belongs to.
    I don't know how to modify the default IL. Maybe the Local Security Policy Editor can help you.
    I hope I can add the implementation of context-menu integration in the NSudo's github repository in the next few days.
     
  3. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    NSudo Context Menu.png
    Something about context-menu integration.
     
  4. maelcum

    maelcum MDL Novice

    Mar 19, 2011
    24
    39
    0
    Wow... I am impressed... wooooow... What a cooool little helper!!

    Thank you! Thank you so much Mouri_Naruto. This. Is. Awesome!
     
  5. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Confirmed :good3:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    Yesterday, I add the ARM and ARM64 support for NSudo.

    If you want to compile the ARM and ARM64 edition. you need Visual Studio 15.4 or later and ANY RTM version of Windows 10 SDK. (NSudo's default SDK setting is Windows 10 SDK Build 14393.)

    The next final release of NSudo will provide binaries for ARM and ARM64.

    Here is the system requirements for the next final release of NSudo:
    • Supported OS Version: Windows NT 6.0 or later
    • Supported CPU Architecture: x86, x86-64(AMD64), ARM, ARM64
    I hope you like it.
     
  7. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    @ Mouri_Naruto Hi very good job dude thanks a lot, so I'm waiting for next vesion of NSudo :worthy::thumbsup:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    I am confused about the Context Menu - is it available already? Any instructions on how to make it happen?
     
  9. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    I have written the demonstration about the context menu.
    I am integrating the implementations.

    How about add the NSudo in the Win+X menu?
     
  10. Hackeur

    Hackeur MDL Senior Member

    Jun 14, 2009
    330
    441
    10
    the context menu works perfectly, tested with various reg, cmd and bat files with right click to run as TrustedInstaller or System.
    thank you!!
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,914
    340
    It could be better to add -P:E to context menu command, at least for Run As TrustedInstaller
    since the main porpose of TI is to get all possible privileges :)

    thanks
     
  12. ghostmankimo

    ghostmankimo MDL Novice

    Sep 12, 2013
    15
    12
    0
    Adding -P:E to both subkey seems work.

    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.System\command

    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.TrustedInstaller\command

    Thanks !!!
     
  13. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    Notice: The pure command line version of NSudo will be back and will add plenty of features in the next generation of NSudo.

    How do you think about that?
     
  14. Hackeur

    Hackeur MDL Senior Member

    Jun 14, 2009
    330
    441
    10
    drooling with anticipation...... :)
     
  15. tonto11

    tonto11 MDL Addicted

    Jun 18, 2012
    612
    279
    30
    Verrry interesting thread

    My 500th post, I am now officially MDL addicted

    ...T
     
  16. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. kandido

    kandido MDL Junior Member

    Jun 14, 2015
    59
    35
    0
    #159 kandido, Nov 5, 2017
    Last edited: Nov 5, 2017
    Something like this is correct ?
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.System\command]
    @="\"C:\\Windows\\NSudo.exe\" -U:S -P:E \"\"%1\"\""
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.TrustedInstaller\command]
    @="\"C:\\Windows\\NSudo.exe\" -U:T -P:E \"\"%1\"\""
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,356
    2,026
    210
    More like

    Code:
    "C:\Windows\NSudo.exe" -U:T -P:E  ""%1""