mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2026-01-29 09:19:00 +01:00
Remove unnecessary insider check in Ohook script + make CAS beginning comment consistent with other scripts
This commit is contained in:
parent
a93b4b3f4b
commit
f0d13cb216
2 changed files with 4 additions and 2 deletions
|
|
@ -456,7 +456,6 @@ goto :oh_menu
|
|||
cls
|
||||
if not defined terminal (
|
||||
mode 140, 32
|
||||
if exist "%SysPath%\spp\store_test\" mode 140, 32
|
||||
%psc% "&{$W=$Host.UI.RawUI.WindowSize;$B=$Host.UI.RawUI.BufferSize;$W.Height=32;$B.Height=300;$Host.UI.RawUI.WindowSize=$W;$Host.UI.RawUI.BufferSize=$B;}" %nul%
|
||||
)
|
||||
title Ohook Activation %masver%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue