My fellow VSTS MVP Marcel de Vries published a great poster explaining the various options a developer has when using the powerful LINQ queries.
Download poster at: http://www.infosupport.com/linq
Nutrition for the ambitious .NET developer - since 2003
My fellow VSTS MVP Marcel de Vries published a great poster explaining the various options a developer has when using the powerful LINQ queries.
Download poster at: http://www.infosupport.com/linq
Sometimes it might be useful to set the date and time in a virtual machine explicitly. Therefore you need to turn of the automatic time synchronization with the host system.
To do so set the following options in the virtual machine's configuration file (.vmx) using your favorite editor:
tools.syncTime = FALSE
time.synchronize.continue = FALSE
time.synchronize.restore = FALSE
time.synchronize.resume.disk = FALSE
time.synchronize.shrink = FALSE
time.synchronize.tools.startup = FALSE
Source: http://geekswithblogs.net/AJGB/archive/2006/10/19/94498.aspx
For more info see:
Timekeeping in VMware Virtual Machines
P.S. For disabling the time synchronization with Virtual PC 2007 see:
http://blogs.msdn.com/virtual_pc_guy/archive/2007/11/28/disabling-time-synchronization-under-virtual-pc-2007.aspx
Even if your base image is activated correctly the clones created from it might require an activation.
A simple workaround is to force VMware to generate a new MAC address. This will probably cause Windows to ask you to re-activate your base image. Once this is done you can clone it without having to re-activate it again.
The most reliable way to convert your Virtual PC/Virtual Server/Hyper-V virtual machines to VMware is to use the "VMware vCenter Converter" (available free of charge).
See how it all started on Channel 9…
You can subscribe to this episode here.
When trying to print or print preview a page in Internet Explorer you receive an permission error about the Temp\Low folder.
Solution:
Equipped with administrative privileges change the integrity level of the "Low" subfolder %Temp% to low (as explained here):
icacls Low /setintegritylevel (OI)(CI)low
When attempting to add a favorite in Internet Explorer you receive an "Unspecified Error".
Solution:
Equipped with administrative privileges change the integrity level of your favorites folder to low (as explained here) by typing:
icacls favorites /setintegritylevel (OI)(CI)low
When trying to switch to "Explorer View" or open a SharePoint document library in Windows Explorer and receive the following error message:
Install: Software Update for Web Folders (KB907306)
More information: KB907306
Full screen, please! But how? Well, it depends...
| Program | Shortcut |
| Remote Desktop | [Ctrl]+[Alt]+[Break] |
| Visual Studio | [Shift]+[Alt]+[Enter] |
| Internet Explorer & Windows Explorer | F11 |
| Windows Media Player | [Alt]+Enter or F11 |
| VMware Workstation | [Ctrl]+[Alt]+[Enter] |
Did you know that you can suspend a running process temporarily so you can focus on something different and resume it later, so that it doesn't steel your CPU time while you are working on something else?
You can use Process Explorer (by sysinternals) to suspend and resume processes easily.
Download or run online: Process Explorer
Did you know that you can copy files from:
using Remote Desktop (Windows XP or higher) by simple right-clicking the file and selecting Copy and then selecting Paste on your local machine/the other remote computer?
From the Microsoft KB article 300698:
Copy and Paste Files
You can copy and paste the files between the remote session and local computer, or vice-versa, by using the Copy and Paste feature.
Read the full article at: TechNet
Caution: You should not use the clipboard while a file is being copies using this method, otherwise the file transfer will be cancelled immediately. Additionally you should know that this is not a very fast way to copy large files over the network.
You urgently need a tool to undelete files you accidentally deleted?
I had the situation and was quite happy with Undelete Plus. It's free and you don't need to install it.