Difference between revisions of "IT-OS-Admin-Winodws"

From wiki.samerhijazi.net
Jump to navigation Jump to search
Line 1: Line 1:
 
Windows Admin Config/tools
 
Windows Admin Config/tools
 +
* HOSTs: C:\Windows\System32\Drivers\etc\hosts
 
<pre class="code">
 
<pre class="code">
 
C:\> netsh winhttp show proxy ==> lists system-proxy
 
C:\> netsh winhttp show proxy ==> lists system-proxy
 
C:\> doskey np=notepad++.exe $*
 
C:\> doskey np=notepad++.exe $*
 
</pre>
 
</pre>

Revision as of 12:01, 13 April 2020

Windows Admin Config/tools

  • HOSTs: C:\Windows\System32\Drivers\etc\hosts
C:\> netsh winhttp show proxy ==> lists system-proxy
C:\> doskey np=notepad++.exe $*