Skip to content

Commit cf28d46

Browse files
Formatting
1 parent 49e2336 commit cf28d46

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Windows App Installer MultiTool/Windows App Installer.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ function uninstall-MSRDCreg{
4545
{
4646
write-host "Remote Desktop not detected via registry. Trying as package"
4747
uninstall-MSRDC
48-
4948
}
5049
}
5150

@@ -105,9 +104,7 @@ function invoke-disableautoupdate($num){
105104
If (!(Test-Path $path)) {
106105
New-Item -Path $path -Force
107106
}
108-
109107
New-ItemProperty -Path $path -Name DisableAutomaticUpdates -PropertyType DWORD -Value $num -Force
110-
111108
}
112109

113110
#check if Windows App is installed. If so, skip installation. Else, install

0 commit comments

Comments
 (0)