From a00a1e17a164536fdb472cafa8b79d367ed7342a Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Mon, 16 Oct 2023 10:03:51 +0000 Subject: [PATCH] Update setupScriptInfo.ps1 --- setupScriptInfo.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setupScriptInfo.ps1 b/setupScriptInfo.ps1 index 60dc381..2b7ba6c 100644 --- a/setupScriptInfo.ps1 +++ b/setupScriptInfo.ps1 @@ -69,7 +69,7 @@ function SetRegistry { ) if( -not (Test-Path -Path $regpath -PathType Container) ) { - New-Item -Path $regpath -Force + New-Item -Path $regpath -Force -ItemType Registry New-ItemProperty -Path $regpath -Name $regproperty -Value 1 -PropertyType DWord } else {