Which WDK to install for Windows 10 21H2? - windows

I use Windows 10, and winver for me says:
... that it is Windows 10, Version 21H2 (OS Build 19044.1889).
So, I want to install Windows Driver Kit (WDK), but https://learn.microsoft.com/en-us/windows-hardware/drivers/other-wdk-downloads?source=recommendations says:
... that is, it lists as closest options:
Windows 11, version 21H2 (but I have Windows 10?)
Windows 10, version 2004 (but I have version 21H2?)
So, which WDK should I install? Would I be OK installing the Windows 11, version 21H2 - even if I have Windows 10, version 21H2?

Well, went with Windows 11, version 21H2 - apparently it worked, but who can tell ...

Related

dart compilation for windows not work for every version? is there are any work arounds?

so recently I have created a program in dart and compiled that program to exe file on my windows10 machine. Using dart compile exe main.dart and then main.exe is generated, but the problem is when I try to run this script on different version of windows like windows 11, windows server 2016 or windows server 2012. It didn't seem to run the program.
Note that actually there is no folder missing, still it is giving FileSystemException but only for windows server 2012, windows 11, and windows server 2016 not for windows 10.
I am only saying is that why is this error not occurred in windows 10 my guess is because I created the binary in windows 10.
I have searched about this but couldn't find a way is there is any way I can compile this binary, so it works in all version of windows? Or like dart compile exe --windows11 for windows 11.
Does dart only compile for Windows version specific binary, not for general win32 APIs?

How to install informatica 10.1.0 on windows 10 Pro 64-bit?

How to install informatica 10.1.0 on windows 10 Pro 64 bit?
I have downloaded files from https://edelivery.oracle.com/. Extracted files and double clicked on install.bat file. But only a black screen flashes for a second.
Informatica 10.1 Files
System Details:
Operating system: Windows 10 Pro 64-bit
RAM: 16 GB
Java version: Java 7 64-bit (Also tried with Java 8)
Is there any other prerequisite for informatica 10.1.0?
Is it compatible with Windows 10 Pro 64-bit?
Please give me any solution or suggestion.
Informatica server does not support on windows 10 pro.

Python 3.5 64bit on Windows 8.1 64bit, The only way to install TensorFlow binaries on Windows does not work

Is it possible to install Python 3.5.x on Windows 8.1?
The primary goal is to install TensorFlow directly on my Windows.
It is not working. More specifically when using a 64 bit windows, and naturally trying the 64bits Python. The AMD name in the installation file is confusing, since my laptop is an Intel. But that is the only 64 bit option so I select that.
I try to set up via binaries. In the middle of installation a GUI tells me installation failed:
BTW, I have done my best to remove any remaining Python 32 bits from my system.
Gooogling "python supported windows versions" brings up Using Python on Windows — Python 3.5.3 documentation1:
3.1.1. Supported Versions
As specified in PEP 11, a Python release only supports a Windows
platform while Microsoft considers the platform under extended
support. This means that Python 3.5 supports Windows Vista and newer.
If you require Windows XP support then please install Python 3.4.
1Or rather, https://docs.python.org/3/using/windows.html from which you can switch to the 3.5's version of the article with the drop-down list in the upper-left corner
After running windows update, I finally managed to install python 3.5 64 bits and then tensorflow on my windows 8.1.

Windows 8.1 Robocopy Running on Windows 7

I would like to copy the Robocopy.exe file from a Windows 8.1 system and run it on a Windows 7 PC. Both PC's are running the 64bit variant of their respective OS. Is this possible in any way?
At present I just get the error that it "is not a valid Win32 application".
The reason I wish to run it is because the newer version has the /J switch.
This doesn't work. You can't run programs from a newer Windows version in an older Windows version. A you already noticed you get the is not a valid Win32 application error because the new exe is compiled for the higher Windows version (You can see this in Depends.exe under OS Ver).

Install ImageMagick on MinGW

When I install IM on MinGW I got this error
c:\Users\MumMum\Desktop\MagickCore\ImageMagick-6.7.7-0/magick/nt-base.c:1021: un
defined reference to `IsWow64Process'
How i solve this problem?
You do not specify your OS version. IsWow64Process ("Is this a Windows on Windows 64 bit process?") is only implemented in XP and later desktop OSes, and Windows 2008 and Windows 2003 SP1. See: http://msdn.microsoft.com/en-us/library/ms684139%28v=vs.85%29.aspx
In a pinch, try installing the Portable version of ImageMagick: Link

Resources