×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: INI
Posted by: Scrappy Scripts
Added: Mar 28, 2019 1:29 PM
Views: 3804
  1. Windows Registry Editor Version 5.00
  2.  
  3. ; *** COMPUTER NAME ***
  4.  
  5. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName]
  6. @="mnmsrvc"
  7. "ComputerName"="branch"
  8.  
  9. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ActiveComputerName]
  10. "ComputerName"="branch"
  11.  
  12. ; *** User & Auto Logon ***
  13.  
  14. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
  15. "DisableLockWorkstation"=dword:00000001
  16. "AutoAdminLogon"="1"
  17. "DefaultUserName"="admin"
  18. "DefaultDomainName"="branch"
  19. "DefaultPassword"=4200"
  20.  
  21.