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

    v72dd MDL Senior Member

    Nov 20, 2016
    445
    77
    10
    Where to find more info abou the SID's? Which one is for the administrator user account?

    Ah here it is... whoami /user
     
  2. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,790
    30
  3. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,354
    2,026
    210
    Thanks, that now works
     
  4. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,790
    30
    Thanks, now I can close the issue page in github.
     
  5. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    Where to download NSudo v5?
     
    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,790
    30
    NSudo v5 is in the alpha stage, so I l don't provide download link at this time.
     
  7. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,790
    30
    NSudo 5.0 will use the new Shortcut List (You can call it the custom list.) configuration file and format.

    You can edit NSudo.json by Notepad or other editors.

    Here is a sample.
    Code:
    {
      "ShortCutList_V2": {
        "Command Prompt": "cmd",
        "PowerShell": "powershell",
        "PowerShell ISE": "powershell_ise",
        "Edit Hosts": "notepad %windir%\\System32\\Drivers\\etc\\hosts"
      }
    }
    PS: Because NSudo 5.0 is still in the alpha stage now. I hope users can give me some advice.

    Mouri
     
  8. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,354
    2,026
    210
    This one works, but current release from Github still does NOT!
     
  9. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,790
    30
    Sorry, because the fix is after the latest release.

    I hope I will release a new version ASAP.
     
  10. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    ok we all stay waiting for this very good tool :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,790
    30
  12. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    Awesome work - Thank You!

    I am a bit disappointed that there is no way to add NSudo as Context Menu. For example, I would like to right-click on an EXE file and select "Launch with NSudo as TrustedInstaller" or something like that... I know it would mean that NSudo.exe would have to be located in a specific directory, but that is not an issue...
     
  13. slayer9450

    slayer9450 MDL Member

    Aug 3, 2015
    211
    87
    10
    Yes, there's no option inside NSudo to make a context menu option, but you can make one with a registry modification. That's what take ownership context menu option is. NSudo has command line parameters so you could just download a take ownership registry file and edit it for use with NSudo.
     
  14. niche99

    niche99 MDL Junior Member

    Oct 5, 2009
    79
    14
    0
    Latest Version STILL chokes on this as a shortcut:

    "Registry WorkShop":"E:\\!Taisoft!\\Bin\\X64\\Editors\\Registry\\Registry Workshop\\RegWorkshopX64.exe"

    it chokes on the space in the path.

    Can we have support for spaces in the path please.
     
  15. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,790
    30
    Yes, I have got the advice. Here is the future plan.

    NSudo will ask you to use Protable Mode or Installing NSudo.
    If you choose the Protable Mode, NSudo's behavior is the same as before.
    If you choose Installing NSudo. It will add the context menu and you can use NSudo in your console like sudo in linux.
     
  16. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,790
    30
    About the context menu, you can see my plan mentioned in #138 of this thread. Thanks.