7 lines
221 B
PowerShell
7 lines
221 B
PowerShell
$exe = Join-Path $PSScriptRoot "registry_dashboard.exe"
|
|
|
|
& $exe `
|
|
"\\wsl.localhost\Ubuntu\home\lucas\fn_registry\registry.db" `
|
|
"\\wsl$\Ubuntu\home\lucas\fn_registry\registry.db" `
|
|
"$PSScriptRoot\registry.db"
|