Skip to content

Commit

Permalink
ablilty to bypass powershell restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDripper authored and JohnDripper committed Jul 26, 2022
1 parent 74f3153 commit 2574cbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions install_script.ps1
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -27,7 +27,7 @@ $win98_conf = {
cycles=max

[video]
vmemsize=8
vmemsize=4
vesa modelist width limit=0
vesa modelist height limit=0

Expand Down
2 changes: 1 addition & 1 deletion install_win98.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Powershell.exe .\install_script.ps1
powershell -ExecutionPolicy Bypass -File .\install_script.ps1

0 comments on commit 2574cbd

Please sign in to comment.