Hello
Thank you for your question and reaching out.
Please try to save dump files to Folder like C:\Temp or D:\Temp instead of User Desktop folder.
- Start cmd with SYSTEM user context using below command
psexec -i -s -d cmd
- Then run command procdump
procdump -ma <PID>
--If the reply is helpful, please Upvote and Accept as answer--