=Function=

Install Windows product Key and Activate.
If update service is off, turn it on and activate windows.
After activate, restore your previous service settings.


*It works only with genuine product key.

===========================================

Windows Key Activation v2 20170719.zip


20170719

KMS server change function added


*If you need KMS server activation find KMS=X in key.ini file and change X with your server.
If you don't need KMS activation just remove KMS=X in key.ini file.


=How to use=

1. Download attached file and extract archive.

2. Open file 'key.ini' and type your product key in the first line.
(Default Key is Windows 10 Pro generic key.)

3. Right click the cmd file 'Windows Key Activation' and click 'Run as Administrator'.

===========================================

=Difference between v1 and v2=


v1 only check Permanently Activated.

v2 check Not Activated/Permanently Activated/KMS Activated(Left period)

(Tested with Windows 7, 8, 8.1, 10.)

===========================================

=Old version=


20170620
Automatically get Administrator Rights

v2 version added


Windows Key Activation v1 20170620.zip


Windows Key Activation v2 20170620.zip


20170610

First Uploaded


Windows Key Activation v1 20170610.zip

===========================================


=Function=

Check if MS17-010 has been installed for EternalBlue exploit(SMBv1).
And automatically download the update for your windows version.

Supported: (Check available)
Windows XP SP3, Windows 7 SP1, Windows 8/8.1, Windows 10 TH1/TH2/RS1

Supported: (Download available)
Windows XP SP3, Windows 7 SP1 (32/64 BIT), Windows 8/8.1 (32/64 BIT)

*Since Windows 10 RS2, patch for EternalBlue is already installed.

*Turn on Windows Update Service before you install update.


Patch Download link:

http://sale.tistory.com/48

===========================================

EternalBlue Update Checker 20170809.zip


20170809
Automatically start update service and install update


=How to use=

1. Download attached file and extract archive.

2. Right click the cmd file 'EternalBlue Update Checker' and click 'Run as Administrator'.

===========================================

=Old version=


20170620
Windows 8 patch download added


EternalBlue Update Checker 20170620.zip


20170608

First Uploaded


EternalBlue Update Checker 20170608.zip

===========================================


=Function=

Turn off WannaCry ransomware exploit SMBv1 and replace with SMBv2.


If it stopped in 'Stopping services' press enter key.

===========================================

SMB Patch 20170620.zip


20170620
Automatically get Administrator Rights


=How to use=

1. Download attached file and extract archive.

2. Right click the cmd file 'SMB Patch' and click 'Run as Administrator'.

3. Reboot after apply.

===========================================

=Old version=


SMB Patch 20170608.zip

===========================================


=Function=


If you have underscan problem with ATI Radeon old model.
It will change the registry values for underscan fix.

=Supported Model=


Radeon HD 4000 series

Tested with:
Radeon HD 4200 built-in graphic
===========================================

Radeon Underscan Fix 20170620.zip


20170620
Automatically get Administrator Rights


=How to use=
1. Download attached file and extract archive.

2. Right click the cmd file 'Radeon Underscan Fix' and click 'Run as Administrator'.

3. Reboot after apply.

===========================================

=Old version=


Radeon Underscan Fix 20170608.zip

===========================================

Ransomeware:

WNCry, WCry, WanaCrypt0r, Wana Decrypt0r Ransomware


Exploit:

Windows SMBv1 exploit (EternalBlue)

===========================================

Patch and Description:

https://technet.microsoft.com/en-us/library/security/ms17-010.aspx


Patch information:

The security update addresses the vulnerabilities by correcting how SMBv1 handles specially crafted requests.


Updated:

March 12, 2017
(May 13, 2017 for XP SP3)

===========================================

Patch download links:


Windows XP SP3 - Click to download

Windows 7 (32bit) - Click to download

Windows 7 (64bit) - Click to download


Windows 8 (32bit) - Click to download

Windows 8 (64bit) - Click to download


Windows 8.1 (32bit) - Click to download

Windows 8.1 (64bit) - Click to download


*For Windows 10 users, just use Windows Update.

===========================================

Other way:

(For Windows 8.1 or later.)


1. Control Panel -> Programs -> Turn Windows features on or off


2. SMB 1.0/CIFS File Sharing Support -> Uncheck -> OK


3. Reboot

===========================================

It is parameters for integration between copy tools and file manager.


First one is for copying files.

Second one is for moving files.

===========================================

= Speed Commander & Copy tools =


ExtremeCopy:
-src $(ActSel) -dst $(InactDir) -exe copy
-src $(ActSel) -dst $(InactDir) -exe move

FastCopy:
/open_window /auto_close /estimate $(ActSel) /to=$(InactDir)
/cmd=move /open_window /auto_close /estimate $(ActSel) /to=$(InactDir)

Super/Ultracopier:
cp $(ActSel) $(InactDir)
mv $(ActSel) $(InactDir)

TeraCopy:
copy *$(ActSelLstU8) $(InactDir)
move *$(ActSelLstU8) $(InactDir)


*U8 means UTF-8.

Change it with U16 for UTF-16 languages.


Macro version: (It has problem with UTF-8 and UTF-16 languages.)

TeraCopy.txt

TeraMove.txt

===========================================
= Directory Opus & Copy tools =


ExtremeCopy:
-src {allfilepath$} -dst {destpath} -exe copy
-src {allfilepath$} -dst {destpath} -exe move

FastCopy:
/open_window /auto_close /estimate {allfilepath$} /to={destpath}
/cmd=move /open_window /auto_close /estimate {allfilepath$} /to={destpath}

Super/Ultracopier:
cp {allfilepath$} {destpath}
mv {allfilepath$} {destpath}

TeraCopy:
copy *{allfilepath|filem} {destpath}
move *{allfilepath|filem} {destpath}

===========================================
= FreeCommander XE & Copy tools =

ExtremeCopy: (It has problem with source and destination.)
-src %ActivSel% -dst "%InactivDir%" -exe copy
-src %ActivSel% -dst "%InactivDir%" -exe move

FastCopy: (It has problem with source and destination.)
/open_window /auto_close /estimate %ActivSel% /to="%InactivDir%\"
/cmd=move /open_window /auto_close /estimate %ActivSel% /to="%InactivDir%\"

Super/Ultracopier:
cp %ActivSel% "%InactivDir%"
mv %ActivSel% "%InactivDir%"

TeraCopy:
copy *%ActivSelAsFile% "%InactivDir%"
move *%ActivSelAsFile% "%InactivDir%"

===========================================
= Total Commander & Copy tools =

ExtremeCopy:
-src %P%S -dst "%T" -exe copy
-src %P%S -dst "%T" -exe move

FastCopy:
/open_window /auto_close /estimate %P%S /to="%T"
/cmd=move /open_window /auto_close /estimate %P%S /to="%T"

Super/Ultracopier:
cp %P%S "%T"
mv %P%S "%T"

TeraCopy:
copy *"%L" "%T"
move *"%L" "%T"

===========================================

+ Recent posts