X-Git-Url: http://www.privoxy.org/gitweb/03andreas.jpg?a=blobdiff_plain;f=doc%2Fsource%2Ffaq.sgml;h=64a7bc4703944445ee34cb8d3c1a652aebdbf810;hb=1ab5d5c80b0d088ecd058454aee0c1911cac80bd;hp=aa1e1bfccd0d541cc831a1de2256553cf690d863;hpb=1e0cbe72032d355c86b5c9c28d196b3ae203c256;p=privoxy.git diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index aa1e1bfc..64a7bc47 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -27,9 +27,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: faq.sgml,v 2.132 2017/01/23 12:59:45 fabiankeil Exp $ - - Copyright (C) 2001-2014 Privoxy Developers https://www.privoxy.org/ + Copyright (C) 2001-2018 Privoxy Developers https://www.privoxy.org/ See LICENSE. Based partially on the Internet Junkbuster FAQ originally written by and @@ -73,12 +71,12 @@ - Copyright &my-copy; 2001-2016 by + Copyright &my-copy; 2001-2018 by Privoxy Developers -$Id: faq.sgml,v 2.132 2017/01/23 12:59:45 fabiankeil Exp $ +$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. + + +