Guest User

Untitled

a guest
Mar 7th, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. cmdkey /generic:<ip or hostname> /user:<username> /pass:<password>
  2.  
  3. cmdkey /list
  4.  
  5. cmdkey /delete:<hostname>
  6.  
  7. Windows Registry Editor Version 5.00
  8.  
  9. [HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindows NTTerminal Services]
  10. "DisablePasswordSaving"=dword:00000000
  11.  
  12. [HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindowsCredentialsDelegation]
  13. "AllowDefaultCredentials"=dword:00000001
  14. "AllowDefaultCredentialsWhenNTLMOnly"=dword:00000001
  15. "ConcatenateDefaults_AllowDefault"=dword:00000001
  16. "AllowSavedCredentials"=dword:00000001
  17. "ConcatenateDefaults_AllowSaved"=dword:00000001
  18. "AllowSavedCredentialsWhenNTLMOnly"=dword:00000001
  19. "ConcatenateDefaults_AllowSavedNTLMOnly"=dword:00000001
  20.  
  21. [HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindowsCredentialsDelegationAllowDefaultCredentials]
  22. "1"="TERMSRV/*"
  23.  
  24. [HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindowsCredentialsDelegationAllowSavedCredentials]
  25. "1"="TERMSRV/*"
  26.  
  27. [HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindowsCredentialsDelegationAllowSavedCredentialsWhenNTLMOnly]
  28. "1"="TERMSRV/*"
  29.  
  30. [HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindowsCredentialsDelegationAllowDefaultCredentialsWhenNTLMOnly]
  31. "1"="TERMSRV/*"
Add Comment
Please, Sign In to add comment