X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Ffaq.sgml;h=6422f84189812c68f04bb1543f260e62286cd026;hp=54590d7d0d13f2a70e484576fbf12d8e40ce52a4;hb=6b12a8f1704e127a1553e08541cd007dbdfc462e;hpb=ea5031f1261e5ccc01ceb955ac95cd6a70b20ed4;ds=sidebyside diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 54590d7d..6422f841 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.131 2016/08/26 12:27:34 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.131 2016/08/26 12:27:34 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. + + +