Access to SysWOW64

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.

2

1 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).

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like