Redirect Profile error after applying XenApp 6.5 Windows 7 Experience(CtxPersonalizableUser GPO).
Must edit the CtxPersonalizableUser gpo and change the entry in "User Configuration/Policies/Start Menu and Taskbar/Remove Run Menu from Start Menu" to not configured or disabled.
Thursday, June 13, 2013
Thursday, May 30, 2013
Citrix Xenapp 6.5 Registry Opitimization File. Link below is registry file to optimize Windows 2008 R2 according to Citrix Xenapp 6.5 optimization guide. Not all registry settings in the guide were included.
https://docs.google.com/file/d/0B5BV58-jDE-_eXc3YmtRTEhaUkk/edit?usp=sharing
https://docs.google.com/file/d/0B5BV58-jDE-_eXc3YmtRTEhaUkk/edit?usp=sharing
Wednesday, April 17, 2013
INTEL NIC Teaming in Windows 2008 R2 Core
You need the drivers from Intel to team nics.
1) Navigate to C:\Program Files\Intel\DMIX\CL.
2) Use command PROSetCL.
3) We have to list the nic adapters first. To do this type ProSetCL Adapter_Enumerate.
4) Now that we have a list of Intel nics, we could create a team. Type ProSetCL Team_Create adapter list team name team mode.
adapter list = The adapters to be in the team. e.g. 1,2
team name = Name of the team. You could put anything in here. e.g. Teamnic
team mode = The mode of the team. Choices are alb, aft, sft, 802.3ad, sla, vlmb.
Let us say I have 3 Intel nics. I would issue a command like this:
ProSetCL Team_Create 1,2,3 Teamnic alb
1) Navigate to C:\Program Files\Intel\DMIX\CL.
2) Use command PROSetCL.
3) We have to list the nic adapters first. To do this type ProSetCL Adapter_Enumerate.
4) Now that we have a list of Intel nics, we could create a team. Type ProSetCL Team_Create adapter list team name team mode.
adapter list = The adapters to be in the team. e.g. 1,2
team name = Name of the team. You could put anything in here. e.g. Teamnic
team mode = The mode of the team. Choices are alb, aft, sft, 802.3ad, sla, vlmb.
Let us say I have 3 Intel nics. I would issue a command like this:
ProSetCL Team_Create 1,2,3 Teamnic alb
Tuesday, April 16, 2013
Disjoin Windows 2008 R2 core from domain forcefully
NETDOM remove computername /Domain:domainname /Force