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

    imadlatch MDL Junior Member

    Aug 16, 2013
    61
    33
    0
    translation is done with resources hacker
    latest version not yet compiled last update was 2 month ago.
     
  2. imadlatch

    imadlatch MDL Junior Member

    Aug 16, 2013
    61
    33
    0
    #22 imadlatch, Nov 26, 2015
    Last edited by a moderator: Apr 20, 2017
  3. imadlatch

    imadlatch MDL Junior Member

    Aug 16, 2013
    61
    33
    0
    #24 imadlatch, Nov 29, 2015
    Last edited by a moderator: Apr 20, 2017
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    Thanks, really appreciate it :)

    does it need vc++ 2015 redist runtime? it's already installed on my system so i couldn't verify it
     
  5. imadlatch

    imadlatch MDL Junior Member

    Aug 16, 2013
    61
    33
    0
    No it does not vc++ 20xx redist runtime

    also for
    NSudoAPI.dll does not need for x64 ver
     
  6. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,682
    18,581
    340
    @imadlatch

    I've combined the threads & put a link to your post in the first post.

    :hug2:
     
  7. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,354
    2,026
    210
    #28 sebus, Nov 30, 2015
    Last edited by a moderator: Apr 20, 2017
    Is it me, or the debug 64-bit does nothing?

    Code:
    C:\windows\system32>NSudoC -U: T -P: E cmd
    NSudo 3.1 Debug(Build 950)
    © 2015 NSudo Team. All rights reserved.
    
    ???????: wxh32lkk@live.cn
    
    ??cjy__05,mhxkx,NotePad,tangmigoId,wondersnefu,xy137425740,????????(??????????????)
    
    ???????,???(??-???????)
    
    GUI version gives: Process creation failed

    sebus
     
  8. imadlatch

    imadlatch MDL Junior Member

    Aug 16, 2013
    61
    33
    0
    #29 imadlatch, Nov 30, 2015
    Last edited by a moderator: Apr 20, 2017
    for Process creation failed "don't run as administrator"
    sorry my mistake command is NSudoC -U:T -P:E cmd
     
  9. imadlatch

    imadlatch MDL Junior Member

    Aug 16, 2013
    61
    33
    0
    NSudo Updated:biggrin:
     
  10. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,354
    2,026
    210
    #31 sebus, Dec 13, 2015
    Last edited by a moderator: Apr 20, 2017
    Same nothing that happens!

    Code:
    Microsoft Windows [Version 6.3.9600]
    (c) 2013 Microsoft Corporation. All rights reserved.
    
    C:\Windows>NSudoC -U:T -P:E cmd
    NSudo 3.1 Debug(Build 950)
    © 2015 NSudo Team. All rights reserved.
    
    ???????: wxh32lkk@live.cn
    
    ??cjy__05,mhxkx,NotePad,tangmigoId,wondersnefu,xy137425740,????????(??????????????)
    
    ??????,???????
    
    C:\Windows>
    GUI version works if not run as administrator explicitly (but still of course needs administrator privileges to run)
     
  11. imadlatch

    imadlatch MDL Junior Member

    Aug 16, 2013
    61
    33
    0
    Anyone still facing process creation failed ?
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    Here's is not working correctly as well

    for some reason, the cmd/powershell is launched hidden in background (task manager shows them)
     
  13. imadlatch

    imadlatch MDL Junior Member

    Aug 16, 2013
    61
    33
    0
    :g:
    I see, when I fix "path with space" then cmd/powershell problem shows up
    when I fix cmd/powershell problem, "path with space" problem comes back:(
     
  14. imadlatch

    imadlatch MDL Junior Member

    Aug 16, 2013
    61
    33
    0
    #35 imadlatch, Dec 14, 2015
    Last edited: Dec 20, 2015
    cmd/powershell problem solved:D
     
  15. imadlatch

    imadlatch MDL Junior Member

    Aug 16, 2013
    61
    33
    0
  16. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,790
    30
  17. imadlatch

    imadlatch MDL Junior Member

    Aug 16, 2013
    61
    33
    0
    I'll do my best for Nsudo my pleasure:hug2:
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    #40 abbodi1406, Feb 7, 2016
    Last edited by a moderator: Apr 20, 2017
    Is't me or the new version doesn't properly handle command line launching?

    i mean, as example:
    Code:
    NSudo -U:T -P:E cmd
    this doesn't launch another cmd, rather it implement the TI cmd within the same cmd
    and the cmd window is stuck (can't be closed with X button) sometimes break it Ctrl+C works and sometimes not, and exit command needed

    same thing when launching a script
    NSudo -U:T -P:E Install.cmd

    thanks for the great tool :)