Showing posts with label driver. Show all posts
Showing posts with label driver. Show all posts

Monday, July 23, 2012

Gravis Stinger Driver for Windows XP, Vista, 7

25 comments

Older things tend to get discarded and left unused. I found a gravis stinger gamepad on drawer which were belong to my little brother. It was a present from my father. Now it hasn't been used for many years. Things is, there is no proper driver for windows xp and 7.



Back on old days, gravis stinger costs as much as today's gamepad or joystick and perhaps more expensive. Today's there are plenty of game controller to choose from and cheaper. The old hardware was left unused.
Read More...

Monday, March 28, 2011

fsredir v1.1.0

3 comments
Updated fsredir to v1.1.0
Hi all, I finally managed to update fsredir driver. There is issue with previous version which is file/folder will be duplicated when both target and source folder contain same file name. The fix is very easy but tracing other minor issue is not.

Since this driver is loaded on each volume, I added a feature to enable only certain drive and implement new configuration file parser. This feature can be changed by modifying fsredir.marker.

Read More...

Monday, February 7, 2011

Latest fsredir in action

5 comments
It's been a while since I last update this blog.

I want to tell that fsredir drivers almost complete (or already completes) and its now works on Windows XP too :) Of course it will works on windows 7 and windows PE. I haven't tested this driver with windows vista and other windows version because I don't have them but hope this driver works for them. Originally I want to make it support only for WinPE but considering that this driver might be helpful for some user such as lack of free space on C:\ drive and want to put the data on D:\ and still want windows to think that files still on C:\.

Read More...

Sunday, August 15, 2010

File Redirection using driver (fsredir)

11 comments
Here is my File Redirection (fsredir) that I write to solve problem with WinPE 3.0
This driver also works on normal windows.

This is my first driver and it is based on Simrep Minifilter Sample by Microsoft.

Download Here: http://www.fileserve.com/file/QCMUp3c
(Tested with windows 7 and WinPE 3.0 only)

Forum post: http://www.boot-land.net/forums/index.php?showtopic=12289

What does file redirection do?
Read More...