mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
[DOC] Update Customizing-the-Web-UI.md (#16025)
This commit is contained in:
@@ -65,7 +65,7 @@ Windows Registry Editor Version 5.00
|
||||
[HKEY_CLASSES_ROOT\winbox\shell]
|
||||
[HKEY_CLASSES_ROOT\winbox\shell\open]
|
||||
[HKEY_CLASSES_ROOT\winbox\shell\open\command]
|
||||
@= '@="C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command \"$val=\'%l\'; $val = $val.TrimEnd(\'/\');if ($val.StartsWith(\'winbox://\' { $val = $val.SubString(9) }; & \'C:\Program Files\winbox64.exe\' \"$val\"\""' =@
|
||||
@= '@="C:\\Windows\\System32\\WindowsPowerShell\v1.0\\powershell.exe -Command \"$val=\'%l\'; $val = $val.TrimEnd(\'/\');if ($val.StartsWith(\'winbox://\' { $val = $val.SubString(9) }; & \'C:\\Program Files\\winbox64.exe\' \"$val\"\""' =@
|
||||
```
|
||||
|
||||
Now we can use that in the device menu entry to open winbox.
|
||||
|
Reference in New Issue
Block a user