By host on
3/16/2010 10:54 AM
Use this script to generate the SQL to create the users (and maintain passwords and roles) in a new database.
Read More »
|
By host on
2/3/2010 3:26 PM
Read More »
|
By host on
2/3/2010 3:01 PM
Check this registry entry:
HKLM\Software\Microsoft\Windows NT\Current Version\Winlogon\UserIni = C:\Windows\System32\userinit.exe,
Be sure to include the comma at the end of the string...
Read More »
|
By host on
11/6/2009 8:31 PM
Problelm: No print jobs are printing from Terminal Services to an XP client's local printer. Printing to a Vista client works fine.
Disable the following setting: Use Terminal Services Easy Print printer driver first
Read More »
|
By host on
11/6/2009 8:05 PM
dbcc shrinkfile(dbname_log,1)
backup log dbname with truncate_only
dbcc shrinkfile(dbname_log,1)
|
By host on
11/6/2009 8:00 PM
netsh firewall set service RemoteAdmin enable
|
By host on
11/6/2009 7:59 PM
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\IPEnableRouter=1
|
By host on
11/6/2009 7:58 PM
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Rasman\Parameters\AllowL2TPWeakCrypto=1
|
By host on
11/6/2009 7:56 PM
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Rasman\Parameters\AllowPPTPWeakCrypto=1
|
By host on
11/6/2009 7:55 PM
netsh interface tcp set global autotuninglevel=disabled
|