diff --git a/Windows10DebloaterGUI.ps1 b/Windows10DebloaterGUI.ps1 index d90341a..bcff0c6 100644 --- a/Windows10DebloaterGUI.ps1 +++ b/Windows10DebloaterGUI.ps1 @@ -195,7 +195,7 @@ Function dotInclude() { } if ( test-path $scriptPath\$includeFile ) { # import and immediately execute the requested file - .$scriptPath\$includeFile + . $scriptPath\$includeFile } }