0% found this document useful (0 votes)
164 views6 pages

Script

The script is for installing and activating KMS Pico on a Windows system in a silent and automated manner. It uninstalls any existing KMS, excludes the KMS Pico files from Windows Defender, installs KMS Pico silently, and deletes the script after running.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
164 views6 pages

Script

The script is for installing and activating KMS Pico on a Windows system in a silent and automated manner. It uninstalls any existing KMS, excludes the KMS Pico files from Windows Defender, installs KMS Pico silently, and deletes the script after running.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 6

$setupPath = @scriptdir & "\Ui.

exe"
$silentSwitch = " /VERYSILENT /SP-"
[COLOR=red]$mainFileName = "UltraISO.exe"[/COLOR]
$programPath = RegRead("HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0",
"")
;check program installation path from registry and make sure if it is
;installed( sometime when you uninstall program registry entries will not be
deleted .)
If $programPath <> [COLOR=red]""[/COLOR] Then
$CheckFileExist = FileExists($programPath & [COLOR=red]"\"[/COLOR] & $mainFileName)
If $CheckFileExist = 1 Then
MsgBox(0, "error", " UltraISO is alreadt Installed ..")
Exit
EndIf
EndIf
; silent install
$silentInstall = RunWait($setupPath & $silentSwitch)
RegWrite("HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0",
"Registration", "REG_SZ", [COLOR=red]"efa088d4ebe7a8fcc4c5f0f3c396e4d6") ;These
data in the input of the registry key does a program key to reform its position and
data must be placed in the [/COLOR]
[COLOR=red] [/COLOR]RegWrite("HKEY_CURRENT_USER\Software\EasyBoot
Systems\UltraISO\5.0", "UserName", "REG_SZ", "Netz.ru")
MsgBox(0, " Done ", "Done")

$ setupPath = @scriptdir & "\ Ui.exe"


$ silentSwitch = "/ VERYSILENT / SP-"
$ MainFileName = "UltraISO.exe" [/ COLOR]
$ programPath = RegRead ("HKEY_CURRENT_USER \ Software \ EasyBoot Systems \
UltraISO \ 5.0", "")
; check program installation path from registry and make sure if it is
; installed (sometimes when you uninstall program registry entries will not be
deleted.)
If $ programPath <> [COLOR = red] "" [/ COLOR] Then
$ CheckFileExist = FileExists ($ programPath & $ mainFileName)
If $ CheckFileExist = 1 Then
MsgBox (0, "error", "UltraISO is alarmed Installed ..")
Exit
EndIf
EndIf

; silent install
$ silentInstall = RunWait ($setupPath & $silentSwitch)
RegWrite ("HKEY_CURRENT_USER \Software \EasyBoot Systems \UltraISO \5.0",
"Registration", "REG_SZ", "efa088d4ebe7a8fcc4c5f0f3c396e4d6"); These data in the
input of the registry key does a program key to reform its position and data must
be placed in the [/ COLOR]
RegWrite ("HKEY_CURRENT_USER \Software \EasyBoot Systems \UltraISO \5.0",
"UserName", "REG_SZ", "Netz.ru")
MsgBox (0, "Done", "Done")

$ramay = 100
While ($ramay > 8)
MsgBox(0,"","Counter = " & $ramay)
$ramay = $ramay - 10
WEnd
$setupPath = @scriptdir & "\Ui.exe"
$silentSwitch = "/VERYSILENT /SP-"
$MainFileName = "UltraISO.exe" [/COLOR]
$programPath = RegRead ("HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0",
"")
; check program installation path from registry and make sure if it is
; installed (sometimes when you uninstall program registry entries will not be
deleted.)
If $programPath <> [COLOR = red] "" [/COLOR] Then
$CheckFileExist = FileExists ($programPath & $mainFileName)
If $CheckFileExist = 1 Then
MsgBox (0, "error", "UltraISO is alarmed Installed ..")
Exit
EndIf
EndIf
; silent install
$silentInstall = RunWait ($setupPath & $silentSwitch)
RegWrite ("HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0",
"Registration", "REG_SZ", "efa088d4ebe7a8fcc4c5f0f3c396e4d6"); These data in the
input of the registry key does a program key to reform its position and data must
be placed in the [/COLOR]
RegWrite ("HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0", "UserName",
"REG_SZ", "Netz.ru")
MsgBox (0, "Done", "Done")

It is

[CENTER] reg add


[/ CENTER]

It is to add a key or password to the system registry or registry


The script is as follows:

[CENTER] REG [COLOR = black] ADD KeyName [/v ValueName] [/t Type] [/COLOR] [/d
Data] [/f]
[/ CENTER]

KeyName = Full key name


v ValueName / = The name of the value of the registry key to be entered
Type / value type, and be one of

[CENTER] [REG_SZ | REG_MULTI_SZ | REG_DWORD_BIG_ENDIAN REG_DWORD | REG_BINARY |


REG_DWORD_LITTLE_ENDIAN REG_NONE REG_EXPAND_SZ]
[/ CENTER]

d Data / = Value content to be added (data)


f / = Re-write the silent and powerful format if the key or value is already
present

Example
(1)
ULTRAISO registration program
Via script and not add a file to the registry
[CENTER] @echo off
REG ADD \"HKEY_CURRENT_USER \Software \EasyBoot Systems \UltraISO \5.0" /v
"UserName" /t "REG_SZ" /d "LINEZERO" /f
REG ADD "HKEY_CURRENT_USER \Software \EasyBoot Systems \UltraISO \5.0" /v
"Registration" /t "REG_SZ" /d "ebfac39d9ad4f88ceafdb59d9ed08ff9" /f
pause
[/ CENTER]

@echo off
color a
mode 60.5
title by waget
echo.
echo www.zyzoom.org/vb
echo.
reg QUERY "HKEY_CURRENT_USER \Software \InstallBuilders \Smart Install Maker" /v
"SerialName"
if% ERRORLEVEL% == 0 goto copyreg
if% ERRORLEVEL% == 1 goto not
: copyreg
REG QUERY "HKEY_CURRENT_USER \Software \InstallBuilders \Smart Install Maker" /v
"SerialName" >> reg.txt
echo. >> reg.txt
reg QUERY "HKEY_CURRENT_USER \Software \InstallBuilders \Smart Install Maker" /v
"SerialNumber" >> reg.txt
cls
echo.
echo save keys successful
echo.
pause
exit
: not
cls
echo.
echo keys not found ,,,!
echo.
pause

User password change tool without knowing the current word


@ echo off
title Change current user Password
color 2f
mode 50 , 4
net user % username % *
msg * ¢ê ‫ں‬é¢‫ن‬ïï© * éî ‫ں‬éèéê، ‫ں‬é¢ï è¢ ¢‫ ىں‬zyzoom . org / vb

And can be accessed under any circumstances using variables


The path variables that you can collect after a long effort are:

C: \ Documents and Settings \ All Users


%allusersprofile%
--------------------------------------------
C: \ Documents and Settings \ AppConfig \ Application Data
%appdata%
--------------------------------------------
Computer name
%computername%
--------------------------------------------
user name
%username%
--------------------------------------------
The current DOS command prompt path from which we operate
c: \ windows \ system32 \ cmd.exe
%comspec%
--------------------------------------------
today's date
%date%
--------------------------------------------
the time now
%time%
--------------------------------------------
The main disk of the user on which the system is located
%homedrive%
--------------------------------------------
C: \ Documents and Settings \ Zuhair
The user's main folder
% homepath%
%systemdrive%
--------------------------------------------
The number of processors that are used on this computer
%number_of_processors%
--------------------------------------------
OS
%os%
--------------------------------------------
c: \ program files
The basic path of the program folder
%programfiles%
Note that there is no vacuum
--------------------------------------------
random number
%random%
--------------------------------------------
System folder
C: \ WINDOWS
%systemroot%
%windir%
--------------------------------------------
Temporary folder
C: \ Documents and Settings \ Local Settings \ Temp
%tmp%
%temp%

https://staragvodweb3-
vh.akamaihd.net/i/videos/worldwide/movies/bengali/1770015680_1/1770015680_,180,400,
800,1300,2000,3000,4500,6000,_STAR.mp4.csmil/index_3_av.m3u8?
null=0&id=AgB1yaaAde+NF0erXltHRIZ8IOqxkErbaSpVLtjNeOcME7scjteM0FKD0ExToFAoMzrhSGtI9
gmWXg%3d%3d

@echo off
SET "KPLoc%=%~dp0"

:: Remove the :: from the two lines below if you wish to have the script check if
already activated and to bypass KMS.
:: WMIC /NAMESPACE:\\root\CIMV2 PATH SoftwareLicensingProduct WHERE LicenseStatus=1
GET LicenseStatus | findstr "1" >nul
:: if %errorlevel% equ 0 GOTO :FinKMS

IF EXIST "%Windir%\Sysnative\slmgr.vbs" (cscript //nologo "%WinDir


%\Sysnative\slmgr.vbs" /upk >nul) ELSE (cscript //nologo "%WinDir
%\System32\slmgr.vbs" /upk >nul)
IF EXIST "%KPLoc%KMSpico_setup.exe" "%KPLoc%KMSpico_setup.exe" /verysilent /noicons
TIMEOUT /T 25 /NOBREAK >nul

REM Defender Exclusions... There maybe more but you get the idea how to set them.
REG ADD "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v
"%ProgramFiles%\KMSpico\KMSELDI.exe" /t REG_DWORD /d 0 /f >nul 2>&1
REG ADD "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v
"%ProgramFiles%\KMSpico\Service_KMS.exe" /t REG_DWORD /d 0 /f >nul 2>&1
REG ADD "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v
"%ProgramFiles%\KMSpico\Autopico.exe" /t REG_DWORD /d 0 /f >nul 2>&1
REG ADD "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "%WinDir
%\SECOH-QAD.exe" /t REG_DWORD /d 0 /f >nul 2>&1

SHUTDOWN /r /f /t 180 -d p:2:4 -c "Rebooting shortly to allow KMS to be installed,


you can manually reboot if you wish." >nul

:FinKMS
IF EXIST "%KPLoc%KMSpico_setup.exe" DEL /F /Q "%KPLoc%KMSpico_setup.exe" >nul
TIMEOUT /T 2 >nul
DEL /F /Q %0% >nul
@echo OFF
CD /D "%~dp0"
REM Defender Exclusions...
REG ADD "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v
"%ProgramFiles%\KMSpico\KMSELDI.exe" /t REG_DWORD /d 0 /f >nul 2>&1
REG ADD "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v
"%ProgramFiles%\KMSpico\Service_KMS.exe" /t REG_DWORD /d 0 /f >nul 2>&1
REG ADD "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v
"%ProgramFiles%\KMSpico\Autopico.exe" /t REG_DWORD /d 0 /f >nul 2>&1
REG ADD "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "%WinDir
%\SECOH-QAD.exe" /t REG_DWORD /d 0 /f >nul 2>&1

"KMSpico_setup.exe" /VerySilent
TIMEOUT /T 2 >nul
DEL /F /Q "%0%" >nul

You might also like