From 5081d805b05f5874a6439dc49311e038cca1595c Mon Sep 17 00:00:00 2001 From: DESKTOP-AJSJJMA\Admin Date: Mon, 25 Jul 2022 23:33:20 +0530 Subject: MAS 1.6 --- _site/mas-todo-list.html | 67 ------------------------------------------------ 1 file changed, 67 deletions(-) delete mode 100644 _site/mas-todo-list.html (limited to '_site/mas-todo-list.html') diff --git a/_site/mas-todo-list.html b/_site/mas-todo-list.html deleted file mode 100644 index f5b7335..0000000 --- a/_site/mas-todo-list.html +++ /dev/null @@ -1,67 +0,0 @@ - -
-
-
-Last updated - 08-Mar-2022
-
-
- MAS Issues List:
-
- - Cosmetic error: Showing product name Windows 10 in Windows 11 system in HWID/KMS38 scripts.
- Reason: Product name registry is not updated in windows 11, didn't use WMI method because changes reflects in late when edition is changed
- Solution: Need to use winbrand.dll to get product name (to be updated in MAS v1.6)
-
- - HWID script crashes when it tries to proceed activation for unsupported edition if Retail/OEM/MAK key is installed.
- Solution: In `HWID_Activation.cmd` line number 435, change to,
- if /i "%key%"=="KCNVH-YKWX8-GJJB9-H9FDT-6F7W2" (
-
- - In some cases, KMS script is unable to convert project/visio office apps to VL if O365 subscription is found & unable to convert to VL from C2R retail
-
- - Script are not opening if special characters are found in script path,
- Solution:
- Below line,
- set "_PSarg="""%~f0""" -el %_args%"
- Needs to be changed to,
- set _PSarg="""%~f0""" -el %_args%
-
- - Compressed2txt extraction is not working if admin user account name have special characters as "Hiền"
- Solution: For now, use separate files version if it happens to you.
-
- - Unable to clear ZoneIdentifier from files if file path have special characters
-
- - In some rare cases, scripts are looping in reopen when trying to launch script from main arch process (cause: messed up systems.)
-
- - Registry ownership snippet is not working if path have special characters (used in HWID lockbox method and in KMS38 protection)
-
-
-
-
-
-
-
-
- MAS Todo List:
-
- - Update read me's with better format and content
- - Simplify removal of Zone.Identifier in script "Verify_Files-Clear_Zone.Identifier-68.cmd"
- - Updated slc.dll for lockbox method, so that separate slc.dll is not required for ARM64
- - Test the scripts with various av's and find which commands or series of commands av's are complaining about and find alternatives
- - Show warning to clean subscription license in KMS script when expired Office subscription license is detected. It prevents volume license to take effect in activation
- - Show warning before converting to Windows SE in change edition script
- - Make HWID/KMS38 & Windows section in KMS & change edition and key insert scripts futureproof for new Windows editions by getting required key from system itself
- - Do more testing and find bugs
- - Keep the folder/files names same in future versions. I.e. MAS_1.5_AIO_CRC32_21D20776.cmd should remain MAS_AIO.cmd
- - Show the error about WMI and SPP separately
-
-
-
-- - - -- cgit v1.2.3