Archive for the ‘Windows’ Category.
April 11, 2008, 12:17 PM
From a command window run…
regsvr32 mshtml.dll
regsvr32 shdocvw.dll -i
regsvr32 shell32.dll -i
After each command, you’ll get a pop-up window saying “xxx was registered”
I support a lot of W2K boxes :(
April 7, 2008, 3:28 PM
osql -E- Login with your Windows credential
to change your authentication mode to Mixed Mode (meaning you can use both local password such as sa, and Windows Credentials), change…
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\LoginMode from 1 (default) to 2(mixed).
Now that you have mixed, mode you can change the sa password..
osql -E
sp_password NULL,”<new-password>”,sa
go
April 4, 2008, 9:19 PM
For those savvy in the ways of Unix and maybe even VMware, here is what you need to do…
vmkfstools -i /<source directory>/<VM name>.vmdk /<destination directory>/<VM name>.vmdk
cp /<source directory>/<VM name>.nvram /<destination directory>/<VM name>.nvram
cp /<source directory>/<VM name>.vmx /<destination directory>/<VM name>.vmx
Edit beyond01.nvram and change the swap volume path – AKA sched.swap.derivedName
Register – vmware-cmd register -s /vmfs/volumes/OS_Store/beyond01/beyond01.vmx
Error message about msg.uuid.moved. Use Keep if you are just moving.
Now for the long answer
Continue reading ‘Moving a .VMKD in VMware ESX 3.5’ »
March 20, 2008, 2:00 PM
Tools -> Account Settings
Under the e-mail tab select “microsoft exchange” and click change
More settings – advanced tab
click add – add the name of the new mailbox.
February 29, 2008, 8:30 AM
I just got Office 2007 installed. On the very top is a yellow bar asking me to “Click here to enable Instant Search.” This is Microsoft’s attempt to get me to install their intrusive Desktop Search, and clicking the bar takes you to the download page for that product. It’s ugly and unwanted and it took some time to figure out how to disable it. To disable…
Tools -> Options -> Other -> Advanced Options -> remove the check box for “Show prompts to enable Instant Search”.
An option to either install or remove would have been a lot easier.