Skip to content
Snippets Groups Projects
Unverified Commit 0975b852 authored by Jan's avatar Jan Committed by GitHub
Browse files

Added Windows activation helper

parent e22310c0
No related branches found
No related tags found
No related merge requests found
...@@ -10,3 +10,4 @@ These are made for double-click execution via file explorer. ...@@ -10,3 +10,4 @@ These are made for double-click execution via file explorer.
* `Fix search & settings.bat` fixes the windows search and the settings app not starting up correctly and freezing. * `Fix search & settings.bat` fixes the windows search and the settings app not starting up correctly and freezing.
* `Fix winmail.dat - Disable RTF & TNEF.reg` fixes the receiver of an email getting a `winmail.dat` file as attachment instead of a normal file by introducing a registry fix to keep Outlook from ever sending emails in RTF format or TNEF encryption. * `Fix winmail.dat - Disable RTF & TNEF.reg` fixes the receiver of an email getting a `winmail.dat` file as attachment instead of a normal file by introducing a registry fix to keep Outlook from ever sending emails in RTF format or TNEF encryption.
* `Remove Java.bat` removes remains of a Java installation after uninstall. * `Remove Java.bat` removes remains of a Java installation after uninstall.
* `Windows activation helper.bat` shows you the product key of your current Windows installation to potentially resolve activation issues.
\ No newline at end of file
@echo off
echo Input the following key at "Activate/Change Key":
wmic path softwarelicensingservice get OA3xOriginalProductKey
pause
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment