diff options
| author | DESKTOP-RBH716R\Admin | 2022-07-17 17:24:32 +0000 |
|---|---|---|
| committer | DESKTOP-RBH716R\Admin | 2022-07-17 17:24:32 +0000 |
| commit | 5237f887a359c9a49f0cf7889d3f50a571ee40f3 (patch) | |
| tree | 8726c8f60e03c09b07f79cac381b9bfd231b9a5a /_site/mas-todo-list.html | |
| parent | c7a7e179a05667254a0a0e26d076b5162fef2e72 (diff) | |
| download | massgrave.dev-5237f887a359c9a49f0cf7889d3f50a571ee40f3.zip | |
default folder _site
Diffstat (limited to '_site/mas-todo-list.html')
| -rw-r--r-- | _site/mas-todo-list.html | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/_site/mas-todo-list.html b/_site/mas-todo-list.html new file mode 100644 index 0000000..f5b7335 --- /dev/null +++ b/_site/mas-todo-list.html @@ -0,0 +1,67 @@ +<!DOCTYPE html> +<title>MAS Issues / Todo List</title> +<html> +<head> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> +</head> +<body style="background-color: #DfDfDf;"> +<pre> +<code> + +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 + +</code></pre> + +<p> </p> + +</body> +</html> |
