X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Ffaq.sgml;h=9d82bfdba0cfd240c7c31c0042ad461f688b7648;hb=e91792c88ad0ba79c08a640e3d1e4830a58bc8be;hp=318e6598e732a37058fb8c8ceb27b30d90c2849c;hpb=9c92714f07019beb11d7b7eefdd3bab1004cc170;p=privoxy.git diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 318e6598..9d82bfdb 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -21,13 +21,11 @@ Privoxy"> ]> - Copyright &my-copy; 2001-2016 by + Copyright &my-copy; 2001-2018 by Privoxy Developers -$Id: faq.sgml,v 2.135 2017/03/27 10:22:27 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. + + +