Category Filter - (Windows)

Move your Microsoft OS Window with the keyboard

A simple method to move your Windows 7 open window with your keyboard...

Filed under: Windows  Tags: Win7

Quick notes on Win7 SSD Trim

Just my quick notes on checking SSD Trim support is working on your Win7 OS...

Filed under: Notes, Windows  Tags: Win7

Run 32 bit Jet & DAO application on 64 bit windows

Officially MS says that under 64 bit Windows the JET engine is no longer available, however it is still possible to run your JET or DAO based application on a 64 bit Windows machine...

Filed under: Windows  

The dreaded HDD clunk de-clunk

You may have heard the dreaded HDD clunk before followed by the solid red HDD led! Its really not a sound you want to hear. For me its not so bad as I'm running a RAID-1 mirror which means I can disconnect the failed drive, order a new one if needed and still keep working....

Filed under: Windows  Tags: Hardware, Xp

How to Reboot under Windows Remote Desktop

When running a remote desktop to a Windows machine the normal Start menu option Turn off Computer is not available...

Filed under: Windows  Tags: Xp

Spybot reporting framedyn.dll not found after SP3 reinstall

After re-installing SP3 on my XP box while trying to figure out a different software issue I started getting the following dialog message alert while starting Spybot, "framedyn.dll not found"...

Filed under: Windows  Tags: Xp

Samsung 204B LCD screen blackout

The screen blackout issue with my Samsung SyncMaster 204B occurs when using the DVI input on the monitor. The screen will blackout at random times and then flick back on, this does not occur when using the analogue input into the monitor. This issue only happen's on some Samsung 204B monitor's...

Filed under: Windows  Tags: Hardware, Xp
(default) 9 queries took 6 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `posts`17171
2DESCRIBE `comments`11111
3DESCRIBE `tags`220
4DESCRIBE `categories`220
5DESCRIBE `posts_tags`220
6DESCRIBE `categories_posts`221
7SELECT Post.* FROM posts Post, categories_posts pc, categories c WHERE c.category = ('Windows') AND c.id = pc.category_id AND pc.post_id = Post.id AND Post.status = 1 ORDER BY Post.created DESC771
8SELECT category, COUNT(*) AS cat_cnt FROM categories_posts c2p INNER JOIN categories Cat ON c2p.category_id = Cat.id GROUP BY category15151
9SELECT tag, COUNT(*) AS tag_cnt FROM posts_tags t2p INNER JOIN tags Tag ON t2p.tag_id = Tag.id GROUP BY tag49491