From 2574cbdac2921f0a64336a36021d3c7619cf8115 Mon Sep 17 00:00:00 2001 From: JohnDripper Date: Tue, 26 Jul 2022 13:03:26 +0530 Subject: [PATCH] ablilty to bypass powershell restriction --- install_script.ps1 | 4 ++-- install_win98.bat | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install_script.ps1 b/install_script.ps1 index 377e0eb..66ff6b7 100644 --- a/install_script.ps1 +++ b/install_script.ps1 @@ -1,6 +1,6 @@ <#Author JohnDripper#> <#https://github.com/MrDiagnose/Windows98-install-scripts-DosBox-X#> -<#Version: 1.0.4#> +<#Version: 1.0.5#> <#set default output encoding of >>/> to utf8#> $PSDefaultParameterValues['Out-File:Encoding'] = 'utf8' @@ -27,7 +27,7 @@ $win98_conf = { cycles=max [video] - vmemsize=8 + vmemsize=4 vesa modelist width limit=0 vesa modelist height limit=0 diff --git a/install_win98.bat b/install_win98.bat index a73e90c..d8d20e9 100644 --- a/install_win98.bat +++ b/install_win98.bat @@ -1 +1 @@ -Powershell.exe .\install_script.ps1 \ No newline at end of file +powershell -ExecutionPolicy Bypass -File .\install_script.ps1 \ No newline at end of file