New
#1051
Craig, check this out!
.NET Framework 4.7.2 is available on Windows Update, WSUS and MU Catalog | .NET Blog![]()
Craig, check this out!
.NET Framework 4.7.2 is available on Windows Update, WSUS and MU Catalog | .NET Blog![]()
Mine did, but it's a Recommended update, so only if you choose to accept it....
...and no need for 'by deduction', so does W8.1.
That's the joy of having a few VMs available, I just ran them and looked....(I just don't have the time,patience,inclination and all that to go through the whole Win7 update process)
I just realized showkey no longer works in PE - I assume you realized this....
I tested back a few versions ( 6477 , 6893 , 6919 ) and it use to work in my PE Media, but not now with Win10XPE and windows 10.0.18362 as source...
I missed your PEBeta link, but process monitor show two missing required files...
\windows\system32\ucrtbase_clr0400.dll
\windows\system32\VCRUNTIME140_CLR0400.dll
Yup, needs testing in XPE - lastest beta: Releases · Superfly-Inc/ShowKeyPlus · GitHub
Those missing files seem to be NetFx4 related.
BTW There are a lot of things not working with build 18362.30 -- eg. Store app wont pass certification all of sudden..(?) almost certainly due to certification toolkit not playing nice with latest build - busy updating SDK now...We'll see if that helps... otherwise I'll just go back to developing on 1809.
testing XPE with 18362
SKP v6919 & SKP-WinPE v7045
with the two required files...
Only error I get is when trying to MASK "Original Key"
Otherwise v6919 saves Windows Key. txt to desktopCode:See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.IndexOutOfRangeException: Index was outside the bounds of the array. at ShowKey.frmKeyInfo.ToggleMask(Label lbl, String Key) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.Label.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///X:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll ---------------------------------------- ShowKeyPlus Assembly Version: 1.0.6919.33965 Win32 Version: 1.0.6919.33965 CodeBase: file:///X:/Program%20Files/ShowKeyPlus/ShowKeyPlus_x64.exe ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///X:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///X:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///X:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///X:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///X:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///X:/windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
and v7045 saves OS Description Key.txt to Program.exe's Program Folder
Like I said it always worked in My Media...
Just had to add the 2 NetFX files for 18632
PS: have Win8 Core OEM Embedded Key
Have Win8.1 Pro x64 / Win10 x86 / Win10 x64
Found them all...
Thanx Mr Bond![]()
The change in saving of key location came about that standard WinPE does not have Win Explorer and couldn't use the SaveAs functionality.
I think I fixed the toggle issue. Please try new Beta v7051 : Releases · Superfly-Inc/ShowKeyPlus · GitHub
Good to hear you found the problem with the missing files.
BTW: Updated SDK fixed my issue with Store certification. Not much backward compatibility there, oh well...