I wanted to add a file to SysWOW64 in Windows 10 and I need permissions to copy files. I tried messing with permissions but I can't change anything. I need help quick.
21 Answer
Press Super (Windows) + x, click on Command Prompt (Admin), then
cd ..
cd SysWOW64
copy %userprofile%\Desktop\test.txt .\You're done!
EDIT: Obivously replace the first argument of copy (%userprofile%\Desktop\test.txt by the location of your file).