mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
4 lines
184 B
PowerShell
4 lines
184 B
PowerShell
$files = Get-ChildItem -Path 'C:\Program Files (x86)\Microsoft SDKs\Windows\' -Filter 'sn.exe' -Recurse | Select-Object -Property FullName
|
|
$files
|
|
& $files[0].FullName -k winsw_key.snk
|