Everything posted by Mijzelf
-
Transparency's in 98se
Of course you can create transparency in W9x. Just grab the background, mix it with the intended foreground, and write it back. The problem is that it's not done by the OS. So there is no easy and/or elegant way to let the background be updated. As far as the OS knows, it's covered, so it won't update it. When you put your transparent Opera over a clock or so, I suppose it will stop in w9x, while it will keep on running in W2K+.
-
Hard drives with 4kb sector-size are now available
I think it will take a long time to fase out the 512 byte sectors. There are no compatible biosses, so you won't be able to boot from a 4k sector disk. The standard 'IBM-compatible' partition table relies on 512b sectors. Maybe FAT32 is already compatible. I own a 1024 byte sectorsize usb-stick (actually an el-cheapo mp3 player), which is formatted FAT16. W98 has no problems accessing it. But I couldn't create a partitiontable on it, using linux, while other usb sticks are no problem.
-
Differences in Windows 9x Winsock2 API?
Long shot: W2000+ has support for IPv6. Functions as getnameinfo() can work in both ipv4 and ipv6, depending on the parameters. Maybe the w9x winsock2 gives the wrong return and/or WSAGetLastError() values when IPv6 functionality is asked.
-
Can Windows 9x support IPv6
Well, try it.
-
Win9x Tools: Realtime Process Monitors
Using this code I wrote top, a small commandline program, which spits every 3 seconds the total processtime of all running processes. When you press 'q' it stops. The output is tab-separated, so when you redirect the output to a file, you can use a spreatsheet program to analize the data. The program uses wintop.vxd, so make sure the program can find it.
-
Can Windows 9x support IPv6
Trumpet used to have an ipv6 stack for Windows 9x. But they sold the rights to Tattam, and now it's not advertized anymore. It is possible that Winsock 5 on this page does ipv6.
-
Opera 10
Process Explorer. What else?
-
Opera 10
Slightly off-topic: On my EEE laptop running Xandros, the Opera drive cache also caused a problem. After some use (several weeks) Opera didn't work well anymore, strange errors, couldn't download anything due to 'disk full' while the was enough free. I solved it by reformatting the rw layer of the unionfs root. Two weeks ago the same problems reoccurred. This time I decided to delete the diskcache (rm -rf ~/.opera/cache), and that took about 10 minutes. (On a SSD!). After that everything went fine again. Perhaps Opera does strange things in the cache, which unionfs doesn't like, and maybe FAT/vfat doesn't like it either.
-
Buffalo DriveStation NAS not Windows 98 Compatable
That problem should be solved by adding a client lanman auth = yes to smb.conf on the NAS, and restarting or resetting smbd. But I don't know if it's possible or feasable on that NAS. After all, this is not a NAS hacking forum.
-
How to programmatically find out if user profiles are enabled?
I'm not sure, but I think you can see it by gettng the current user with GetUserName(), and then check for the existance of \Windows\Profile\Username
-
iPOD Classic 160GB on Windows 98 S.E
When it's installed as a mass storage device it should appear as an extra harddisk in explorer.
-
Which oldest OS by Microsoft do you use?
I've an old 486SX running W95, which acts as printserver.
-
Opera 10
You'll have to use the 'Classic Installer'.
-
Windows 9x Home Page
<panicmode> On the page itself he says: "NOTE: This page will be discontinued on Dec. 25, 2009 and will be removed in late March 2010."
- Charging iPod Touch w/ Win98?
-
Win9x running on top of Linux
That's called WINE.
-
Charging iPod Touch w/ Win98?
You could also you an standard USB cord sets, in which you cut one of the two datalines. Then the iPod cannot see the USB host anymore.
-
Remapping Ctrl+Alt+Del?
AFAIK the 'Close program' windows is no 'real' window, and no normal program. When it's shown the whole gui is locked (have an animation shown, it stops while the 'Close program' window is there). I *think* it runs in kernelmode, and then it will be very difficult to exchange it.
-
Windows Me email server programs
Have a look here.
-
identfying an unknown device
Try Everest
-
Opera 10
Has anybody already tried Opera 10 on his W9x system? My instance very soon starts eating 100% CPU time, and I would like to know if all 9x systems have this problem. I switched off all features I could find in Opera, but no luck.
-
Online banking with windows and linux ..
That won't work against keyloggers in the host OS, since the keystrokes to the VM go through the host first.The safest way is booting a Live CD each time you want to online banking.
-
Change a Letter Game
And after almost half a year: VIGA, yet another river.
-
Using an MD5 function from an external dll in VB6
Unlikely you will ever hear from her. She has been banned a few years ago.
-
Need some help with batch files
The scriptencoder is not in the path. When you installed it at it's default position you can find it at C:\Program Files\Windows Script Encoder. Copy it to system32 or to the directory where you are working, or provide a full path: "C:\Program Files\Windows Script Encoder\screnc.exe" input output You should put the script *between* the <script> tags: <script LANGUAGE="JScript.Encode" > Encrypted stuff </SCRIPT >