
Synapse
MemberContent Type
Profiles
Forums
Events
Everything posted by Synapse
-
CPUs in 2060 Smarter Than Every Human Brain
Synapse replied to ringfinger's topic in General Discussion
you know.. i was just thinking this.. but CPU's are already smarter then 99% of the people i've ever met... so to me this article is true. give a CPU a calculus math problem and it'll be done in like a nanosecond... give a calculus math problem to a human and i'd say 75% of the U.S.A. wouldn't know how to answer it. lol. But i do agree with the stuff said at the beginging of this post. CPU's are designs to take orders, not give them. if there is ever a time CPU's "take over" lol... i'll be there plugging in keyboards spamming Ctrl+Alt+Delete.. (waits for pics of robots with the BSOD in 2060) -
don't need autoit to do this.. althought autoit is a very useful tool. in your batchfile just do: rename test.old test.dll1 rename test.dll test.old rename test.dll1 test.dll and replace the name of the files with the ones you got.
-
gilesw, as a precaution to other members, could you take those down rename them from .reg to .txt so no one on accident downloads and runs it and screws up their registry.
-
svcpack.inf - need help integrating 4 hotfixes
Synapse replied to Synapse's topic in Unattended Windows 2000/XP/2003
yes i know about the search function.... i'm not a newb to these forums.. anyways.. i was wondering if i should install these from runonceex or if i should integrate them with the svcpack.inf. such as the .netframework 1.1 SP1... would i have to install that from runonceex after installing the main .netframework.. or would it work from the svcpack.inf. -
ok sorry for askin this stupid question, but never integrated hotfixes before lol. anyways... I downloaded all the hotfixes for Windows XP Service Pack 1 (I really hate Service Pack 2). but theres 4 hotfixes i'm not sure what to do with. They are: 1. WindowsInstaller-KB893803-v2-x86.exe (Windows Installer 3.1) 2. js56nen.exe (JavaScript 5.6) 3. NDP1.1sp1-KB867460-X86.exe (Microsoft .NET Framework 1.1 SP1) 4. IE6.0sp1-KB896688-Windows-2000-XP-x86-ENU.exe (IE 6.0 SP1) for 1 and 3 i'm guessing all i have to do it just shorten the name and put it in the SVCHOST.INF file like normal.. but i'm not sure. and also.. i'm going to be putting .NET Framework in my runonceex.cmd file. so should i put the service pack there insted? thx for any help.
-
ok.. after windows is installed and it gets to the desktop. i get the "NVIDIA nView Setup Wizard". (can see it by going to start -> run -> nwiz) anyways... i was looking into the nv4_disp.inf file to see if i could just remove this.. and came across this line.. (this is nvidia driver 45.23 btw.. since i run a geforce4 mx440 and it preforms better with old drivers) HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"nwiz",,"nwiz.exe /install" if i remove or comment this line out of the INF will the nvidia drivers still work as intended. i don't plan on ever getting dual screens. and don't care for the whole connecting to a T.V. thing...
-
My Cyborg Name: My Monster Name:
-
lol found this quite funny... http://gizoogle.com/ search for whatever you want and the results will be translated to ebonics....
-
I tried 007 about 2 years ago. and if i'm not mistaken if its a trial version it will popup a notification about "this computer is running a limited trial of 007 blah blah blah... do you want to disable it?" i haven't been able to find a freeware alternative.. but my guess is run the 007 on your own computer for about 3 hours or so to make sure its completly silent.
-
if you're not including the version of Windows XP since it was installed by the network admin, i think its illegal to sell without formatting the harddrive clean. They probably run the same serial number on all 5 computers.
-
I gotta disagree with this, as this is saying what i had once thought.. sure its nothing but 1's and 0's on your hard drive, but when its peiced together makes the actual virus. so using this... would an airport allow me to carry on a disassembled gun? I don't think so. or is just changing a shareware program to make it registered legal cause your just changing 1's and 0's on your hard drive? nope still illegal. do you think the FBI/RIAA are going to see that you have 50,000 Mp3's on your hard drive or nothing but 1's and 0's? but back on topic, I think people make viruses to try to do what other people don't. sure anyone can make a batch file that deletes all files in the Windows folder. but to get it to reproduce and spread to other computers is an art. The Sapphire/Slammer worm comes to mind. the total size of the slammer was only 376 bytes and doubled every 8.5 seconds. I couldn't make that if my life depended on it. and truely was a masterpeice in my opinion. Source: http://www.cs.berkeley.edu/~nweaver/sapphire/
-
hah got that too. I need a GF........ ugh... but don't want to deal with the constant nagging... lol
-
not sure which came first, but theres a Flash Animation of that. WARNING - Has lots of usage of the "F" Word http://media.ebaumsworld.com/fword.swf
-
*wonders what Word / OpenOffice would do if you threw that into the spell check....*
-
you know.. i just thought of something.. when shes like 60 years old and has wrinkles all over her face... will it say another website.? LOL
-
Postal 2 Colt + Cat as a silencer.... need i say more? Dogs > Cats
-
ROFL! I swer people try to sell anything. I saw a couple funny posts a while back like an already used condom, half of some actors donut, some actors gum. its like... wow what are you going to do with a pre-licked cookie?
-
http://deseretnews.com/dn/view/0,1249,600145187,00.html wonder what happens when goldenpalace is no more... lol.
-
I believe you can hit use an exsisting partition and select a partition to install to, just make sure your winnt.sif file is set up correctly so it doesn't auto partition and format. Values you want to check: [Data] AutoPartition=1 or 0 ( 1 is on 0 is off) [unattended] Repartition=No I'm not to sure how accurate this is, as i prefer to format and repartition my drive whenever i do a reinstall. You really should backup the data on the second partition incase it does. check the winnt.sif file refrence in the unattended section for more info. http://unattended.msfn.org/global/reference.htm
-
Batch Script Tips and Tricks for XPCDs
Synapse replied to DarkShadows's topic in Unattended Windows 2000/XP/2003
why not just use this? @echo off for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WPI.ico set CDROM=%%i:\ echo Found CD-Rom as drive %CDROM% pause Source: WPI.cmd from the WPI Project substitute the WPI.ico for any file on the CD thats right off the root... such as autorun.inf or whatever. it scans through each drive letter looking for that file and when it finds it sets the variable %CDROM% -
I put yes.... because it beats my computer LOL! although case looks kinda weird.. but i don't think that really matters lol. you also didn't put any specs on how much or what type memory you will be using, you have to check with the mainboard manufacturer too find out what the max speed, max amount and what type of memory you have to use. based on what you have put for what your needs are, i would say its a "good" computer, and memory really makes a diffrence in a PC. a stick of 512 mb will probably be enought for your needs. oh.. and for games... I would say its still good enough to play games. My Main Computer / Gaming Computer is... AMD AthlonXP 2400+ @ 1.9 ghz 2 x sticks of 512mb 2700 GeForce4 MX440 128mb AGP 8X (but mainboard only supports 4x) 2 x 40gig hard drives. 1st for windows + apps / 2nd for Backup Games I Play or have Played without much trouble: Counter-Strike, Call of Duty, Battlefield 1942 + Desert Combat, Doom 3 (although it was a little choppy, but still playable)
-
ROFL! thanks for making coke come out my nose