Content Type
Profiles
Forums
Events
Everything posted by Shoshoni
-
-
I don't think this 'll help (for now) but it will prevent future accidents with the hibernate button: Turn off hibernation! It will save a lot of your system resources. To turn it off head to the control panel, click power management, and then to the hibernation tab. Uncheck the "enable hibernation" thingy. click apply, OK and then your set.
-
maybe this "ll work! http://www.theeldergeek.com/logon_screen_saver.htm it doesn't turn the monitor off but it sure does save the screen!
-
How to keep Windows 98/ME running into the future.
Shoshoni replied to galahs's topic in Windows 9x/ME
Quick and clean! -
Go to Start > Run and type "cmd /k defrag /?" (without the "") You'll find your answer in the cmd window!
-
Read this article: http://www.novell.com/coolsolutions/zenwor...nt4lock_zw.html I don't know if this is what you want.
-
How to keep Windows 98/ME running into the future.
Shoshoni replied to galahs's topic in Windows 9x/ME
Maybe it's a good thing to add this link Unofficial Win98SE Service Pack so that it's easier for those people who still use 9x systems to get along. -
Size limit for standard DVD's are roughly 4,45 GB I think. If you need more space, consider using doublesided discs (.8.5 GB) but that's only possible when your burner supports it.
-
I use imaging software. Brilliant solution. This saves me a lot of time!
-
creating application installers using InstallRite
Shoshoni replied to piXelatedEmpire's topic in Application Installs
I dumped the program too because it wouldn't include all files or system changes. If you still wqant to use this, I recommend you do so for "small" and simple apps. -
Yeah that should work I guess
-
Try the win2k driver, if there's one available.
-
Very clean visual theme. Also the site loads very fast. Big plus.
-
are you sure that you have the latest driver installed?
-
OK I got this nice little script from a website somewhere. What it does, you enter a text string, press enter and then highlights the text. Very simple. I've searched high and low for how to get it to work in Firefox (I found some things but to no avail). From what I understand this script only supports ie4 and up and netscape. Here's the script. If someone has a solution I would be very grateful. Thanks in advance! <script language="JavaScript"> <!-- More javascripts http://www.hypergurl.com --> var NS4 = (document.layers); // Which browser? var IE4 = (document.all); var win = window; // window to search. var n = 0; function findInPage(str) { var txt, i, found; if (str == "") return false; // Find next occurance of the given string on the page, wrap around to the // start of the page if necessary. if (NS4) { // Look for match starting at the current point. If not found, rewind // back to the first match. if (!win.find(str)) while(win.find(str, false, true)) n++; else n++; // If not found in either direction, give message. if (n == 0) alert("Not found."); } if (IE4) { txt = win.document.body.createTextRange(); // Find the nth match from the top of the page. for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) { txt.moveStart("character", 1); txt.moveEnd("textedit"); } // If found, mark it and scroll it into view. if (found) { txt.moveStart("character", -1); txt.findText(str); txt.select(); txt.scrollIntoView(); n++; } // Otherwise, start over at the top of the page and find first match. else { if (n > 0) { n = 0; findInPage(str); } // Not found anywhere, give message. else alert("Not found."); } } return false; } </script>
-
Opera 8.5 Switchless Silent Installer + several plugins
Shoshoni replied to Shoshoni's topic in Application Installs
just /qb i thought. sorry, a bit old -
Office Shrinker [reduce source of o2k3/xp/2k]
Shoshoni replied to buckeyeXP's topic in Microsoft Office
There's something stupid going on. I've used this with Word 2002 dutch version and it worked like a charm. Now I have an Office 2003 Pro version. I did everything according to plan. It starts, then states that the file (for example "aw10graph") isn't there. So I checked and it was definately there! Now I'm lost. How weird. Any help would be appreciated. Thank you!