Skip to main content

Posts

Showing posts from January, 2015

view Desktop optimization script Changes

rem Making modifications to .DEFAULT rem Disable Screen Saver at Logon/Welcome Screen reg ADD “HKU\.DEFAULT\Control Panel\Desktop” /v ScreenSaveActive /d “0” /f rem Set Wallpaper to blank at Logon/Welcome Screen reg ADD “HKU\.DEFAULT\Control Panel\Desktop” /v Wallpaper /d “ “ /f rem Disable Address space layout randomization reg ADD “HKLM\System\CurrentControlSet\Control\Session Manager\Memory Management” /v MoveImages /t REG_DWORD /d 0x0 /f rem Enable “Automatically Reboot” reg ADD “HKLM\SYSTEM\CurrentControlSet\Control\CrashControl” /v AutoReboot/t REG_DWORD /d 0x1 /f rem Disable “Write an event to the system log” reg ADD “HKLM\SYSTEM\CurrentControlSet\Control\CrashControl” /v LogEvent /t REG_DWORD /d 0x0 /f rem Disable “Send an alert” reg ADD “HKLM\SYSTEM\CurrentControlSet\Control\CrashControl” /v SendAlert /t REG_DWORD /d 0x0 /f rem Disable IPv6 reg Add “HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters” /v DisabledComponents /t REG_DWORD /d 0xffffffff /f rem

create distributed switch vmware 5.5

In vCenter home, go to Networking Now you will able to see datacenter Right-click your Datacenter object in inventory then Select “New vSphere Distributed Switch”. Choose the preferred version for your DVS. If you need to maintain compatibility with an older version of vSphere, then choose the minimum version required. For example – if you need to join a vSphere 4.1 host to this DVS, choose Distributed Switch 4.1.0. For 5.0, choose Distributed Switch 5.0.0. If you are only going to join vSphere 5.5 hosts, leave it at the default Distributed Switch 5.5.0. Note that upgrades can be done without service interruption at any point, but downgrades are not possible, so choose appropriately. Click Next to proceed Give DVS Name and Number of port group we will add ESXi host later, Select "Add Later". Click Next Check once, "Click Finish" Now you can see new DVS in Networking Right Click on New DVS and click on New Por

create distributed switch vmware 5.5 web client

In the vSphere Web Client Home page, click on the Networking icon. Right-click your Datacenter object in inventory then Select “New Distributed Switch”.   Give DVS name, click Next . Choose the preferred version for your DVS. If you need to maintain compatibility with an older version of vSphere, then choose the minimum version required. For example – if you need to join a vSphere 4.1 host to this DVS, choose Distributed Switch 4.1.0. For 5.0, choose Distributed Switch 5.0.0. If you are only going to join vSphere 5.5 hosts, leave it at the default Distributed Switch 5.5.0. Note that upgrades can be done without service interruption at any point, but downgrades are not possible, so choose appropriately. Click Next to proceed. Choose your number of uplinks, decide whether you want to enable NIOC, and whether you want a default port group to be created. Click Next to proceed. In our case: §   We have 4 uplinks per host, all of which will be added to the DVS,