• Home
  • Cisco
  • Exchange
  • Linux
  • Navision
  • Network
  • Virtualization
  • Windows
  • About
  •  

    Disable UAC on Windows 2012

    August 24th, 2015

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system
    EnableLUA (dword) 00000000


    Outlook – Server not available and error in SSL

    August 5th, 2015

    If rpc over https is wrongly configurated, or the certificate for some reason not trusted on your local computer, you can disable the SSL check.
    Simply add this key:
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\RPC
    DefConnectOpts (dword) 0


    Show controller configuration and disk info on ESXi

    August 3rd, 2015

    If running HP servers you need the customized HP VMware image to install ESX.

    Show controller configuration:
    /opt/hp/hpssacli/bin/hpssacli controller all show detail

    Show disk info:
    /opt/hp/hpssacli/bin/hpssacli controller slot=0 physicaldrive all show

    Enable Drive Write Cache
    /opt/hp/hpssacli/bin/hpssacli controller slot=0 modify dwc=enable forced

    Array cache read and write ratio (read/write)
    /opt/hp/hpssacli/bin/hpssacli controller slot=0 modify cacheratio=40/60 forced