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
    You can get them from AppVeyor CI. But I don't add new features now. I am trying my best to discover Windows binaries for developing better.
     
  2. E*L*I*X

    E*L*I*X MDL Novice

    Aug 1, 2015
    27
    18
    0
    Error.PNG
     
  3. Thomas Dubreuil

    Thomas Dubreuil MDL Senior Member

    Aug 29, 2017
    363
    620
    10
    #383 Thomas Dubreuil, May 22, 2019
    Last edited: May 22, 2019
    Just learn basic syntax...
    22-05-2019_16h27m37s.png

    made a one line command to start/stop windefender from context menu. ;)
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsDefenderToggle]
    "Icon"="%ProgramFiles%\\Windows Defender\\EppManifest.dll,4"
    "MUIVerb"="Toggle Windows Defender On or Off"
    "Position"="Bottom"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsDefenderToggle\Command]
    @="\"C:\\Path\\To\\Nsudo\\NSudoG.exe\" -U:P -ShowWindowMode:Hide cmd /c  \"sc query WinDefend | find \"STATE\" | find \"STOPPED\" && (\"C:\\Path\\To\\Nsudo\\NSudoG.exe\" -U:T -ShowWindowMode:Hide sc start WinDefend & exit/b) || (\"C:\\Path\\To\\Nsudo\\NSudoG.exe\" -U:T -ShowWindowMode:Hide sc stop WinDefend)\""
    
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. E*L*I*X

    E*L*I*X MDL Novice

    Aug 1, 2015
    27
    18
    0
    #384 E*L*I*X, May 23, 2019
    Last edited: May 23, 2019
    It doesn't work. ERROR: Access is denied. Windows 8.1 Pro 32-bit
     
  5. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    I am focus on my study because I want to be a computer science postgraduate. I am preparing for the entrance exam now. It's a hard way for me.

    This is why the NSudo won't publish 7.x branch, because of that. I will in unactive status until the next summer. But my GitHub is still updating because my diary is a GitHub private repository.

    So the next major update of NSudo will be 8.x, and NSudo will follow the Semantic Versioning.

    Thanks for every NSudo user, and I hope most, or even every NSudo user can understand me about that.

    Mouri_Naruto
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,194
    84,732
    340
  7. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    NSudo is so wonderful, but soon it may get black-listed by many anti-viral programs after I used it at work to disable every protective service, driver, and go around the company's VPN to make my PC run better :D.
     
  8. pf100

    pf100 Duct Tape Coder

    Oct 22, 2010
    2,069
    3,447
    90
    No it won't.
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,235
    94,616
    450
    :eek:
     
  10. Mouri_Naruto

    Mouri_Naruto MDL Developer

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

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    Official website contents and repository documents have updated.
    upload_2019-9-12_4-45-35.png
    upload_2019-9-12_4-45-47.png
    upload_2019-9-12_4-46-50.png
    upload_2019-9-12_4-47-7.png
    upload_2019-9-12_4-47-22.png
    upload_2019-9-12_4-47-56.png

    Kenji Mouri
     
  12. AeonX

    AeonX MDL Addicted

    May 24, 2013
    793
    719
    30
    Nice :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    NSUdo 7.2 coming out soon?
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,235
    94,616
    450
  15. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    NSudo 7.x will be skipped. Next version of NSudo will be 8.0.0, follow the Semantic Versioning because it's simple.

    Current stage is NSudo 8.0.0-alpha1, you can get binaries from AppVeyor CI. (Official Website -> Downloads -> AppVeyor CI)

    I won't publish this version now until all adjustments are completed.

    And this version may be the last version in 2019, because I am busy but I don't want you to wait a long time.

    Kenji Mouri
     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    Any chance of a C# wrappers for NSudo SDK?

    Actually I have compiled the latest NSudo binaries for including with Toolkit, once again Thanking Mouri_Naruto for this wonderful tool.
     
  17. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    Thank you for your suggestion. I may provide you both .Net and COM wrapper in NSudo 8.x.

    Is it necessary for NSudo to keep single executable file style? What do you think about that?

    Kenji Mouri