Home » 2009 » March
Delete Windows User Profile in Registry
To clear user local profile via registry : Press on Start > Run >Regedit Navigate to the following registry key :“HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionProfileList” Under ProfileList navigate to  binary key’s like this :S-1-5-21-3656904587-1668747452-4095529-500 On the right side under  ProfileImagePath you’'ll see the username and profile path. Chose the one with the desired user and delete the long reg key like :“HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows Read more
Folder Redirection to NTFS share Permissions
If you want to redirect domain user folders to NTFS or Storage share, you need to set the permissions like in the list bellow: Creator Owner => Full Control on “Subfolders and Files Only” Security group of users needing to put data on share => List Folder/Read Data, Create Folders/Append Data  on “This Folder Only” System =>  Full Control, on “This Folder, Subfolders and Files” In addition you can add Domain Admins security group to have permissions on user folders: Open Read more
Install ESX Web Management MKS Plug-in to Firefox 3
Install ESX Firefox Web Management Plug-In for Windows Download the MKS plug-in file from the Stage Manager server using Internet Explorer from the following address: https://Servername/StageManager/ControlPanel/Machines/MachineDetails/ActiveXControls/xpihandler.ashx?filename=vmware-mks-windows-ff-3.xpi Where <Servername> fill your server hostname. Rename the extension of the file from .xpi to .zip . Unzip the file's contents into %ProgramFiles%Mozilla Read more
Hidden Windows 7 Commands – Access Windows 7 Shell
List of Shell Commands and the path they open using shell command allows you to include them in scripts and access hidden places in new Windows 7 OS Sample usage: Start>Run> type shell:AddNewProgramsFolder Where selected Hidden : The command opens Windows Hidden Folder shell:AddNewProgramsFolder Control PanelAll Control Panel ItemsGet Programs shell:Administrative Tools hidden C:UsersUser-NameAppDataRoamingMicrosoftWindowsStart MenuProgramsAdministrative Tools shell:AppData hidden C:Users(User-Name)AppDataRoaming shell:AppUpdatesFolder Installed Read more
Windows 7 Boot from VHD file
First you need to attach VHD file read: How to attach VHD file to Windows 7 Run CMD as Administrator In Command prompt type: bcdedit /copy {current} /d "VHD_Boot" If the command succeeds, BCDEdit displays a message similar to the following:The entry was successfully copied to {CLSID_Number} Then type bcdedit /set {CLSID_Number} osdevice vhd=[C:]disk1.vhd That’s it, now you can boot from your disk1.vhd Read more
Windows 7 Touch Screen Capabilities
Video: Windows 7 Touch Gestures Read more
Remove Outlook 2007 Business manager
Outlook 2007 Business manager can be uninstalled via Add or Remove Programs (Programs and Features in Vista) However, if you want to keep Business Contact Manager and only remove it from outlook it can be done via registry: Close Outlook. Click Start, click Run, type regedit, and then click OK. Navigate to the  following registry key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftOfficeOutlookAddinsMicrosoft.BusinessSolutions.eCRM.OutlookAddIn.Connect.1 Right-click on  LoadBehavior, Read more
Prevent users from deleting start menu items via GPO
Open Group Policy Editor: Link Policy to relevant OU Navigate to User Configuration>Administrative Templates>Start menu and taskbar. Edit “Prevent Changes to Taskbar and Start Menu Settings” Set it to enable Pres OK Note: To enforce group policy: Navigate to Start>Run type gpupdate /force and hit Enter Read more
Your credentials did not work – Hyper-V SCVMM
If you are trying to connect to server console in Hyper-V Server and SCVMM2008 asking for credentials every time, and you receive the following error message “Your system administrator does no allow the use of saved credentials to log on to the remote computer <computername> because its identity is not fully verified. Please enter new credentials. “ or  "No authority could be contacted for authentication" You need to install http://support.microsoft.com/kb/939820/en-us?sd=gn Read more
Configure TS Session Broker using Route Robin
Terminal services session broker is responsible to route incoming TS connections between two or more servers, to the right terminal server. When the TS Session Broker receives an incoming connection, it checks first to see if that user has an existing session on a terminal server in the farm. If they do, then the connection goes to that terminal server. If they don’t, then the Session Broker will redirect to the terminal server with the lowest number of sessions. If you are going to use Route Read more