
war59312
MemberContent Type
Profiles
Forums
Events
Everything posted by war59312
-
Hey, Can you guys maybe turn off the IE cache setting. Appears only IE is effected by this "bug". Of course. If you use IE you know what I mean. More often then not, when posting a reply you then have to refresh the page manually via F5 for it to show up as the forum appears to have cache pages enabled. Yes, starting a new topic is not effected as IPB always forces a non cache refresh after starting a new topic. Same non chace process should happen if you disable the option, that is for replys as well as new topics, instead of just new topics. I know it saves a "little" bit of bandwidth, but dang it's annoying. I am not talking about compression either. Seems most Admins who use IPB have the option disabled. I believe it's disabled by Default in IPB 2.0. Again seems IE is only effected so nothing would change for users who prefer a different browser. Forgot to say, even making IE check for new pages every time instead of automaticly in IE options, it still happens. Like I said, it's happening more often then not. Meaning it does not happen every single time. But, it for sure, is happening more often then just occasionally. Really would appreciate it. Also, only IPB forum ATM that I have this issue with. So pretty sure it's the IPB cache option if you left it in tact. I could be wrong so please let me know. Then it could be an issue with my stupid IE. Though I would think all IPB forums would be effected, or at least more than just one. Thanks again, Will
-
Yeap, no problem. Take Care, Will BTW can a mod edit the first post to include a link to Registry Tweakage .net post. Just a though. Think post new comers would find that very usefull.
-
Only thing I see is: http://www.microsoft.com/technet/scriptcen...s_usr_akke.mspx Dont think its a registry setting.
-
Yeap sure is. Should use it automaticly. Thanks for the reminder Cartoonite, could not remember for the live of me. Added to my script.
-
Ment small version. Mod will do it for you surely if u dont know how. I figured it wold do it autmaticly. GUess not. Like prathapml did for clents post on the previous page.
-
Sorry no leeching. lol Just make a php file to point to it. Need to vist my site first this way. Just tired of GB going out the window. So here: http://www.willsdownloads.com/hotstream/hotstream.php Gurgelmeyer edit to your liking. Put please keep using whatcounter.com like I have. Also you might want to edit the first post. Testing directx 9.0 atm. Well maybe you could add a link to directx home page in Add Remove Programs when clicking support information. You know: http://www.microsoft.com/windows/directx/default.aspx Ok same for windows 2000 data access. Like link to: http://msdn.microsoft.com/data/default.aspx Sweet worked perfectly. Now uninstalling. Um sucks when clicking finish pc automaticly restarts. Anyway to popup the restart question box instead? You know the one asking if you wish to restart or not when clicking finish. Ok same goes with data access and i guess all of them I would bet on. Thanks! Well ran into zero problems so looks great to me! Testing data access now. No problem installing. Uninstalling now! Um maybe not. Nothing in add remove programs now. WTF!! Um ok another restarted fixed that. Werid. Ok uninstalled perfectly as well. Will test the other two too. See you removed ie though. oh ok Internet Componenets hehe Installing now! Sweet, installed perfectly. Um one bug. The close botton under support information does not work. Does nothing when clicking. Also add link to ie home page maybe. Like the other two. Ok and cant read entire uninstaller: Now onto Script Engines. No problems with it either. So are these ready for intergrating? Wont waste my time till I hear from ya. Take Care, Will
-
Visual Studio v6 with intergrate SP6
war59312 replied to codejunkie's topic in Unattended Windows 2000/XP/2003
Need to fix my link lol. You added two http lol. -
Please turn that into a small [code ] [/code ] box. Codebox thingy.
-
I dont believe there are any win2k hot fixes for directx 9.0c.
-
Sent.
-
Nice work!!! If you still need space and ftp account just ask. cya, Will
-
Windows Journal Viewer Download?
war59312 replied to Fascix's topic in Unattended Windows 2000/XP/2003
Easy way: ECHO Installing Windows Journal Viewer start /wait %systemdrive%\install\JournalViewer\JournalViewer.msi /quiet /norestart ECHO. -
Batch File Reference: http://www.microsoft.com/resources/documen...n-us/batch.mspx Command Line Reference: http://www.microsoft.com/resources/documen...-us/ntcmds.mspx
-
Registering File Extensions Unattended
war59312 replied to SiMoNsAyS's topic in Application Installs
Here is what I use for notepad2: Windows Registry Editor Version 5.00 ;Open .cfg, .log, and .txt Files With NotePad2 [HKEY_CURRENT_USER\Software\Classes] [HKEY_CURRENT_USER\Software\Classes\.cfg] @="Notepad2.cfg" [HKEY_CURRENT_USER\Software\Classes\.log] @="Notepad2.log" [HKEY_CURRENT_USER\Software\Classes\Applications] [HKEY_CURRENT_USER\Software\Classes\Applications\Notepad2.exe] [HKEY_CURRENT_USER\Software\Classes\Applications\Notepad2.exe\shell] [HKEY_CURRENT_USER\Software\Classes\Applications\Notepad2.exe\shell\open] [HKEY_CURRENT_USER\Software\Classes\Applications\Notepad2.exe\shell\open\command] @="\"%windir%\\Notepad2.exe\" \"%1\"" [HKEY_CURRENT_USER\Software\Classes\Notepad2.cfg] @="Cfg Document" "EditFlags"=dword:00000000 "BrowserFlags"=dword:00000008 [HKEY_CURRENT_USER\Software\Classes\Notepad2.cfg\DefaultIcon] @="C:\\icons\\File Text Document.ico,0" [HKEY_CURRENT_USER\Software\Classes\Notepad2.cfg\shell] @="" [HKEY_CURRENT_USER\Software\Classes\Notepad2.log] @="Log Document" "EditFlags"=dword:00000000 "BrowserFlags"=dword:00000008 [HKEY_CURRENT_USER\Software\Classes\Notepad2.log\DefaultIcon] @="C:\\icons\\File Text Document.ico,0" [HKEY_CURRENT_USER\Software\Classes\Notepad2.log\shell] @="" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt] "Application"="Notepad2.exe" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\OpenWithList] "a"="Notepad2.exe" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\OpenWithProgids] "txtfile"=hex(0): "Notepad2.txt"=hex(0): Fixed. -
Well its pretty easy to find out if its a registry key. Simply: Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer] Then relaunch WMP and it will be like you just installed it so have to run through setup. Then see if it finds any updates. So now if no updates then its a registry issue. Run it a few times to make sure. I still can not reproduce this any more. Oh and it should be: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Setup\Installed Versions] "wmp.dll"=hex:00,00,0a,00,3d,0f,00,00 "wmploc.dll"=hex:00,00,0a,00,da,0e,00,00 "wmplayer.exe"=hex:00,00,0a,00,da,0e,00,00
-
Signature for WinXP Pro invalid
war59312 replied to bardock's topic in Unattended Windows 2000/XP/2003
Does your original CD work fine? If so what files in i386 directory did you replace if any? Also do what it says and get the setuperr.txt file in the install direcotry. That is %systemroot%. And attach it to your post. Please attach. Do not paste it!!! cya, Will -
True but I do not normally run into that problem myself. Or I white list them. Or I just add some javascript / css to html to the page in question. I add my own menu. I do this with ad muncher if your wondering. Take Care, Will BTW I have never been effected with damaging spyware/adware nor virus/trojan etc.. Now I have had some crap on my system but it got no were due to my security in place. Also I run Process Guard which stops any junk from running in the first place. And like I said I disable all the eye candy so its pretty rare I ever seen any junk on my system. Normally its just my antivirus warning me about some possiable unknown virus in my IE cache. Which I clear btw and cookies every time I close IE. I use popup cop to do this. Also I have not seen an unwanted popup in months. Same with **** banner ads. So I think IE is pretty safe and yes its up to the end user to make it so. BTW your internet browser is hardly the weakest link in your security system. Normally its YOU!!!! Just something to think about. I just wish people would stop blaming their browser for all their computer problems. Be it whatever browser in question or OS. Oh and this is all out of box. So your point is mute. Unattended install of course.
-
I pefer Ad Muncher. And yes regular expressions will be supported soon if your wondering. Take Care, Will
-
I really wish there was a rule that reads something like: "Internet browser wars will not be tolerated. All of those involved will be banned indefinitely". But yea blocking activex really does help a lot. Then again you can just disable it completely too if you wish. Well I do. I also disable java and flash. I do not care about all the fancy stuff so, not a big deal to me. cya, Will
-
Well first of make sure you have right setup.exe: http://www.microsoft.com/downloads/details...Hash=FRL7SL4url And get the 3901 update and extract wmp.dll from it: http://download.microsoft.com/download/9/9...13-x86-intl.exe Run slipestreamer on wmp 10 setup.exe. When done replace its wmp.dll from the 3901 update. Then just copy to your i386 folder and replace all files. BTW ryan fixed the issue with his files a long time ago. Simply download the correct WMP9-Less INF File you want: http://ryanvm.msfn.org/updatepack.html Yes it works the same as WMP 10. Its the same as mine and works perfectly. Only tried medium though myself so. Though if still have issues see: http://www.ryanvm.net/forum/viewtopic.php?t=57&highlight=
-
Visual Studio v6 with intergrate SP6
war59312 replied to codejunkie's topic in Unattended Windows 2000/XP/2003
Yeap no problem. Will host it for awhile. -
Here is a new one: Windows Registry Editor Version 5.00 ;Change Task Bar Min. Width To 400 - Long Task Bar Names [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics] "MinWidth"="400"
-
See PM!
-
HOTFIXES: Windows XP SP2 & Windows 2000 SP4
war59312 replied to Incroyable HULK's topic in Unattended Windows 2000/XP/2003
I pefer: REG ADD "HKLM\SOFTWARE\Microsoft\RemovalTools\MRT" /v "Version" /t REG_SZ /d "08112F4F-11BF-4129-A90A-9C8DD0104005" /f -
Visual Studio v6 with intergrate SP6
war59312 replied to codejunkie's topic in Unattended Windows 2000/XP/2003
I was getting less than 1kbps. lol But it a lot faster today. And here you go. A lot faster. http://www.willsdownloads.com/vs6sp6.php