Redirect Windows user profile to non-system disk

There is Microsoft article which explains why to do not redirect user profiles/home folders to non-system disk: LINK.

By changing the default location of the user profile directories or program data folders to a volume other than the System volume, you will not be able to service your Windows installation. Any updates, fixes, or service packs will fail to be applied to the installation. Microsoft does not recommend that you change the location of the user profile directories or program data folders.

Poodlebleed – disable SSL 3.0 support on Windows Server 2012/2008/2003 R2

PoodleBleed-logo

  1. regedit
  2. Go to: HKey_Local_MachineSystemCurrentControlSetControlSecurityProviders SCHANNELProtocols
  3. Create new key named “SSL 3.0”
  4. Inside SSL 3.0 create new key named “Server”
  5. Inside Server create new dword 32bit “Enabled”
  6. Make sure dword Enabled has value “0”
  7. Reboot server

There is registry source to fix it (PoodleBleed-Fix.reg):

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsSSL 3.0Server]
"Enabled"=dword:00000000