Bypassing Administrators Permission to Save a File through C++ in the C Drive

Hello new to the forums,

Anyways I have a C++ code that can access a file then copy it and save it to a new location. The only problem is that it fails when I try to save it somewhere in the C drive. The administrators permissions block it, is there anyway to bypass the administrators permissions through the C++ code itself? Or would I have to disable my administrators permissions?
Last edited on
Maybe running your app with elevated privilege would help.
Topic archived. No new replies allowed.