First please forgive my English is not very good. I also have your problem, I use zh-cn, 10586 esd. Check the code for the V9 script.I found the script use 7z to extract the version.txt. But different languages of the EXE file to extract the version.txt character encoding is not the same So the find command cannot find a string in a non UTF-8 character set. Then I upgraded the 7z.exe and 7z.dll to v15.10. I use the following command to get version information as well. Code: bin\7z.exe l %systemdrive%\temp\setupprep.exe > %systemdrive%\temp\version.txt for /f "skip=2 tokens=4,5 delims=. " %%i in ('find "FileVersion" %systemdrive%\temp\version.txt') do set version=%%i.%%j for /f "skip=2 tokens=7 delims=.) " %%i in ('find "FileVersion" %systemdrive%\temp\version.txt') do set datetime=%%i for /f "skip=2 tokens=6 delims=.( " %%i in ('find "FileVersion" %systemdrive%\temp\version.txt') do set branch=%%i Finally I got the right ISO file name like 10586.0.151029-1700.TH2_RELEASE_CLIENTPRO_OEMRET_X64FRE_ZH-CN.ISO. @abbodi1406 I'm sorry to modify your script. Thank you for providing such a good script, I like it very much.
Lets say it this way: IT IS THE RTM on feature and buglevel.. there will be no difference between this version and the later released 10600 (10800?) Build... it't just the number that get changed to say to everyone: "its the final version... already tested volks"
Oh man.. thats sounds reasonable... but why would they take such a stupid number.. -.-* ... why when 10600 is sooooo near ... i don't get ms... ...
Looks like the real deal. I just installed it on a test laptop, everything looks legit for it to be the RTM. No timebomb, no watermarks, all tested features appear to work well. Edge browser definitely feels faster.
What you see when run this command in cmd Spoiler REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ProductName or short Spoiler systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
Sorry, at work, will try later. I installed all my software last night, I noticed nothing that showed in any way that this is not a completed final build.