Registry: Difference between revisions

From WikiWiki
Jump to navigation Jump to search
No edit summary   (change visibility)
No edit summary   (change visibility)
Line 1: Line 1:
Usefull regkeys!
Usefull regkeys!


HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon


{| class="wikitable"
|-
! Key !! Description
|-
| HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon || 
|-
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe]
"debugger"="cmd"||
set debug program
|-
| [HEKY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider]||


default network host name resolution search order


 
* localhost
 
* hosts file
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe]
* dns
"debugger"="cmd"
* netbios
|}

Revision as of 10:26, 15 June 2016

Usefull regkeys!


Key Description
HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe]

"debugger"="cmd"|| set debug program

[HEKY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider]

default network host name resolution search order

  • localhost
  • hosts file
  • dns
  • netbios