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
|
cls
|
||||||
if not defined terminal (
|
if not defined terminal (
|
||||||
mode 140, 32
|
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%
|
%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%
|
title Ohook Activation %masver%
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,12 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
|
|
||||||
|
::============================================================================
|
||||||
|
::
|
||||||
:: Check-Activation-Status
|
:: Check-Activation-Status
|
||||||
:: Written by @abbodi1406
|
:: Written by @abbodi1406
|
||||||
:: https://gravesoft.dev/cas
|
::
|
||||||
|
::============================================================================
|
||||||
|
|
||||||
|
|
||||||
:: Set Environment variables, it helps if they are misconfigured in the system
|
:: Set Environment variables, it helps if they are misconfigured in the system
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue