.net - Modify the preferences of chrome with C# -


i developing application in c # modify file "preferences" of chrome. problem when want overwrite file

~users\"user"\appdata\local\google\chrome\user data\default\preferences 

for reason not rewritten, works fine.

if delete file manually, file disappears. if application removes file reappears ..

in manifest have declared

<requestedexecutionlevel level="requireadministrator" uiaccess="false" />

what problem in file deleted , reappear, or may rewritten?


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -