If you are having issues with finding a driver for a USB Drive, here's a trick.
Go to C:\Windows\System32\DriverStore\FileRepository\usbstor.inf_
and get the latest directory, copy the contents to
C:\Windows\Inf
Reinsert your USB stick, it should detect it now and install it...
Wednesday, December 14, 2011
Monday, October 31, 2011
dotless Configuration Options
Unless my googling is failing me, I can't find any documentation on the dotless configuration for Web.Config, so I've gone through the code, I think I understand the different options
minifyCss
true or false
Minifies the CSS output
cache
true or false
Caches the CSS after being created
web
true...
Thursday, September 29, 2011
Greasemonkey Script to Remove Facebook in Facebook plus more
Here's a simple script to remove the right hand column on Facebook, which has Facebook-in-Facebook, adverts and crap, also Greasemonkey is easy.
// ==UserScript==
// @name Remove Facebook Right Column
// @namespace http://sarkies.blogspot.com
// @description Remove all the pointeless...
Friday, July 08, 2011
Duke Nukem Forever Stutter work-a-round
When playing the game on my PC, it was stuttering like hell, thought it was to-do with not being optimized, since I have a dual screen, I ran task manager in the other monitor. This showed Steam.exe was using 30% of my CPU regardless.The work-a-round I propose till its fixed will mean no Achievements...
Tuesday, May 24, 2011
Getting Hexxeh's Chromium Builds Network working
If you're trying to get ChromiumOS working on Virtual box, you'll need these network settings.It took me a while, since its the last in the list!!Bridge AdapterAdapter Type: Paravirtualized Network (virtio-net)Should give you Ethernet in the login screen now?Its a bit slow for me though....
Friday, January 07, 2011
Sys is undefined error
Having tried every single way of fixing this error, I came across and two part fix. Add that to your Web.ConfigandDisable and Renable,Use HTTP 1.1Use HTTP 1.1 through proxy connectionsIn your Internet Explorer Optio...