Import scripting module inside the PowerManagement module
This commit is contained in:
parent
12c449eb7c
commit
5ff8639898
|
@ -1,7 +1,7 @@
|
|||
using namespace Microsoft.Win32;
|
||||
. "$PSScriptRoot/Scripting.ps1";
|
||||
|
||||
$null = New-Module {
|
||||
. "$PSScriptRoot/Scripting.ps1";
|
||||
[RegistryKey] $key = $null;
|
||||
$runOncePath = "HKLM:\Software\Microsoft\Windows\CurrentVersion\RunOnce";
|
||||
$runOnceName = "PortValhalla";
|
||||
|
|
Loading…
Reference in a new issue