pdf995.ini in Program Files (x86)
-
I have a file under Program Files (x86) called pdf995.ini and I want to programmatically edit this file. Sometimes I can make the software edit this file but many times it doesnt work. I know this file requires permission to change. Is there a way to open this file and overwrite this file? Please let me know.
-
I have a file under Program Files (x86) called pdf995.ini and I want to programmatically edit this file. Sometimes I can make the software edit this file but many times it doesnt work. I know this file requires permission to change. Is there a way to open this file and overwrite this file? Please let me know.
Perhaps, if you logged in as Admin...
-
I have a file under Program Files (x86) called pdf995.ini and I want to programmatically edit this file. Sometimes I can make the software edit this file but many times it doesnt work. I know this file requires permission to change. Is there a way to open this file and overwrite this file? Please let me know.
If it "sometimes" works, then "file replace" usually always works. [ReplaceFileA function (winbase.h) | Microsoft Docs](https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-replacefilea)
The Master said, 'Am I indeed possessed of knowledge? I am not knowing. But if a mean person, who appears quite empty-like, ask anything of me, I set it forth from one end to the other, and exhaust it.' ― Confucian Analects
-
I have a file under Program Files (x86) called pdf995.ini and I want to programmatically edit this file. Sometimes I can make the software edit this file but many times it doesnt work. I know this file requires permission to change. Is there a way to open this file and overwrite this file? Please let me know.
Erich Ruth wrote:
Sometimes I can make the software edit this file but many times it doesnt work.
You'll need to narrow this down. Once that happens, then you can starting working on a coding solution.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
I have a file under Program Files (x86) called pdf995.ini and I want to programmatically edit this file. Sometimes I can make the software edit this file but many times it doesnt work. I know this file requires permission to change. Is there a way to open this file and overwrite this file? Please let me know.