Asked by:
WriteProcessMemory slowdown on Windows 10

Question
-
Hi,
Windows 10 seems to have introduced a performance bug when using WriteProcessMemory.
I prepared a simple repro here: https://gist.github.com/tivolo/26737684c38a2c409c95339cbd3cba5dThe repro application is about 100x (!) slower on Windows 10 than on earlier versions of Windows.
Is this a known bug?
All replies
-
-
Hi,
Thank you for posting here.
Did you test the issue on other windows version?
About windows 10 issue, you can try to use feed hub of windows 10 to submit issue. According to your description, the issue seems to be windows SDK library, you can post the issue on windows sdk forum.
I also test your demo. If I get new information, I will tell you
Best Regards,
Hart
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
-
-
@Stefan,
I can reproduce this from my side. On windows 8.1 it is 73ms and on windows 10 which has the same setting it is 9780ms. I will try to see if I can consult this for you.
Best regards,
Barry
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com. -