X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Ffaq.sgml;h=7474167d963e3b3b796a06fbfa0894ebdce2f781;hb=4c4af19863193dd2a1b504bcd627417e29d41b70;hp=3633de9a547aafde2c899ac3f6d3a4bab1424b19;hpb=e22a8cad1bac2c28925823b91fa7099a411390e6;p=privoxy.git diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 3633de9a..7474167d 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -9,9 +9,9 @@ - - - + + + @@ -21,15 +21,11 @@ Privoxy"> ]> - Copyright &my-copy; 2001-2016 by + Copyright &my-copy; 2001-2018 by Privoxy Developers -$Id: faq.sgml,v 2.134 2017/03/08 13:10:52 fabiankeil Exp $ - + On Windows you can use the windows equivalent of sudo: + + runas /user:administrator "notepad \privoxy\config.txt" + + + or fix the file permissions: + +C:\Privoxy>icacls config.txt +config.txt BUILTIN\Administrators:(I)(F) + NT AUTHORITY\SYSTEM:(I)(F) + BUILTIN\Users:(I)(RX) + NT AUTHORITY\Authenticated Users:(I)(M) + +Successfully processed 1 files; Failed processing 0 files + +C:\Privoxy>icacls config.txt /grant Lee:F +processed file: config.txt +Successfully processed 1 files; Failed processing 0 files + +C:\Privoxy>icacls config.txt +config.txt I3668\Lee:(F) + BUILTIN\Administrators:(I)(F) + NT AUTHORITY\SYSTEM:(I)(F) + BUILTIN\Users:(I)(RX) + NT AUTHORITY\Authenticated Users:(I)(M) + +Successfully processed 1 files; Failed processing 0 files + +C:\Privoxy> + + + or try to point-n-click your way through adjusting the file + permissions in windows explorer. + + +