Fix broken code statement
This commit is contained in:
parent
94c74c8468
commit
1e62f6f9de
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class Context {
|
|||
$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() {
|
||||
|
|
Loading…
Reference in a new issue