Fix broken code statement

This commit is contained in:
Manuel Thalmann 2023-06-25 16:14:08 +02:00
parent 94c74c8468
commit 1e62f6f9de

View file

@ -80,7 +80,7 @@ class Context {
$userKey = Get-Item "HKCU:\"; $userKey = Get-Item "HKCU:\";
} }
return Get-Item $userKey "$userKey\Software\Microsoft\Windows\CurrentVersion\RunOnce"; return Get-Item "$userKey\Software\Microsoft\Windows\CurrentVersion\RunOnce";
} }
[void] RegisterReboot() { [void] RegisterReboot() {