sudo
sudo copied to clipboard
It's sudo, for Windows
### Sudo for Windows version 1.0.0 ### Windows build number 10.0.26100.0 ### Other Software Note that it does work if you don't use sudo and just run DISM in an...
I think I can probably just copy-paste this: https://github.com/microsoft/terminal/tree/main/.github/actions/spelling
this PR adds non-EXE support by running `ShellExecute` with the default application for files. I'm not familiar with `AssocQueryStringW`, so this should not be merged until someone who does know...
* Changed the function name to PowerShell [valid](https://learn.microsoft.com/en-us/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands) function name syntax. * Added proper error types to the throw statements. It's best practice and also allows for catching specific errors...
### Description of the new feature / enhancement I'd like to have a WinGet configuration so I can get my development environment setup the right way. ### Scenario when this...
### Sudo for Windows version 1.0.1 ### Windows build number 10.0.26100.0 ### Other Software I am trying to make a .ps1 script that relies on sudo for Windows and I...
### Description of the new feature / enhancement Provide a `complete` subcommand to allow shells to provide tab completion. See examples in [Register-ArgumentCompleter](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/register-argumentcompleter?view=powershell-7.4#example-3-register-a-custom-native-argument-completer) for PowerShell native command tab completion. ###...
### Sudo for Windows version 1.0.0 ### Windows build number 10.0.26100.1742 ### Other Software N/A ### Steps to reproduce Using Sudo in CMD or w/e. I found that prior to...
This adds a proper value name to the `chdir` option so the help message shows `-D, --chdir ` instead of `-D, --chdir `
### Sudo for Windows version 1.0.0 ### Windows build number 10.0.26100.0 ### Other Software _No response_ ### Steps to reproduce I have write a custom function `Get-Tools` which will show...