
war59312
MemberContent Type
Profiles
Forums
Events
Everything posted by war59312
-
Hey, Here you go guys. VB Script and no reboot required: On Error Resume Next set ws = WScript.CreateObject("WScript.Shell") start = "HKLM\SYSTEM\CurrentControlSet" 'classGUID = GUID for all Network Connection Class classGUID = ws.RegRead(start & "\Enum\Root\MS_NDISWANIP\0000\ClassGUID") 'netIDxx = UID for each member of the Network Connection Class containing specific network adapters netID01 = ws.RegRead(start & "\Control\Class\" & classGUID & "\0001\NetCfgInstanceID") netID02 = ws.RegRead(start & "\Control\Class\" & classGUID & "\0002\NetCfgInstanceID") netID03 = ws.RegRead(start & "\Control\Class\" & classGUID & "\0003\NetCfgInstanceID") netID04 = ws.RegRead(start & "\Control\Class\" & classGUID & "\0004\NetCfgInstanceID") netID05 = ws.RegRead(start & "\Control\Class\" & classGUID & "\0005\NetCfgInstanceID") netID06 = ws.RegRead(start & "\Control\Class\" & classGUID & "\0006\NetCfgInstanceID") netID07 = ws.RegRead(start & "\Control\Class\" & classGUID & "\0007\NetCfgInstanceID") netID08 = ws.RegRead(start & "\Control\Class\" & classGUID & "\0008\NetCfgInstanceID") netID09 = ws.RegRead(start & "\Control\Class\" & classGUID & "\0009\NetCfgInstanceID") netID10 = ws.RegRead(start & "\Control\Class\" & classGUID & "\0010\NetCfgInstanceID") netID11 = ws.RegRead(start & "\Control\Class\" & classGUID & "\0011\NetCfgInstanceID") netID12 = ws.RegRead(start & "\Control\Class\" & classGUID & "\0012\NetCfgInstanceID") netID13 = ws.RegRead(start & "\Control\Class\" & classGUID & "\0013\NetCfgInstanceID") netID14 = ws.RegRead(start & "\Control\Class\" & classGUID & "\0014\NetCfgInstanceID") ' setIcon recieves location of current network connections and also flag (1) to turn on showIcons setIcon start & "\Control\Network\" & classGUID & "\" & netID01 & "\Connection\", 1 setIcon start & "\Control\Network\" & classGUID & "\" & netID02 & "\Connection\", 1 setIcon start & "\Control\Network\" & classGUID & "\" & netID03 & "\Connection\", 1 setIcon start & "\Control\Network\" & classGUID & "\" & netID04 & "\Connection\", 1 setIcon start & "\Control\Network\" & classGUID & "\" & netID05 & "\Connection\", 1 setIcon start & "\Control\Network\" & classGUID & "\" & netID06 & "\Connection\", 1 setIcon start & "\Control\Network\" & classGUID & "\" & netID07 & "\Connection\", 1 setIcon start & "\Control\Network\" & classGUID & "\" & netID08 & "\Connection\", 1 setIcon start & "\Control\Network\" & classGUID & "\" & netID09 & "\Connection\", 1 setIcon start & "\Control\Network\" & classGUID & "\" & netID10 & "\Connection\", 1 setIcon start & "\Control\Network\" & classGUID & "\" & netID11 & "\Connection\", 1 setIcon start & "\Control\Network\" & classGUID & "\" & netID12 & "\Connection\", 1 setIcon start & "\Control\Network\" & classGUID & "\" & netID13 & "\Connection\", 1 setIcon start & "\Control\Network\" & classGUID & "\" & netID14 & "\Connection\", 1 'MsgBox "Show icon in Notification Area when connected is set.", 4096,"Finished" '******************************************************** ' Subroutine setIcon(nicID as String, flag as Binary) ' strName = Registry Value of "Name" in Current nicID. Network connections with Icons also contain a "Name" Registry setting ' Will not effect 1394 Connection through string comparison with strName ' flag is used to turn to set ShowIcon registry setting Sub setIcon(nicID,flag) strName = ws.RegRead( nicID & "Name") If strName = "" Then else if InStr(strName, "1394") = 0 then ' MsgBox strName ws.RegWrite nicID & "ShowIcon", flag, "REG_DWORD" end if end if End Sub Enjoy, Will Bump? Hey, First of all I have no idea if this will work at all since I only have WLM 8.0 installed. But... What you need to do is lock the key: HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\ NoUpdatePromptTime So that it does not change. To do this launch regedit and browse to the NoUpdatePromptTime and right click on it. Click permissions. Now set all groups and users to deny for full control and click ok. Now the value in that key will never change. So MSN Messenger should then think time stands at a stand still. Meaning no more prompt because you always have two weeks before the next prompt. Take Care, Will
-
Hey, Yeah sorry I meant in C# VS 2003 not VB. That is if you even can build a 2003 version of it. If not thats fine and its time I fix my VS 2005 install. All right cool. Yeah I'm not that great at C# at the moment. Guess I'll learn, again. Well sure I'll attach the original screwed up reg file. Check out that highlighting lol Well yes I do software testing for Microsoft, AOL, Intel, AMD, and a few others. For fun though, not professionally, well at least not at the moment. Hope to in about six months time when I have my bachelors degree from USC, SC. Take Care, Will regFile.zip
-
Well first thing first. Thanks for the highlighting. So... I would not allow the user to change the size of the appz window as it goes crazy if you do. You need to make the view box a bit bigger and add some word wrap. See what I mean: http://www10.rapidupload.com/d.php?file=dl&filepath=18192 By the way you shared the source code one time do you plan on sharing again? Perhaps vb 2003 version as well if so? Hoping you do Thanks again. Also do you plan on doing auto correcting errors? Or at least when your 100% sure what the soultion is. Like when an ending bracket is missing. I have 200 of them missing so would be nice if i could have it fix them all for me. Also you should clear the error log when opening a new file. Also if you open a file with errors and then close the app without touching the file it thinks you did and asks to save the changes even though i changed nothing so there are no changes. Also how about a checkbox next to the save button if checked will when you click the save button save to the current file. Meaning dont ask where to save to. Just save to the current file and notify the user the file was saved successfully or not.
-
Um trying downloading a copy of either Reg Snap or Reg shot. Not at home atm so cant help, no nvida card.
-
Yeah darn Nullsoft PiMP SFX
-
Very nice update!
-
Hello, Well for starters, whatever everyone else said. Perhaps have the names of the updates clickable in that it opens the user's default browser to the update's corresponding Microsoft article id. I would only display updates / download hot fixes that are not installed. You can check which are install by checking the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates registry key. So on my PC it should not display any of them. Perhaps just display a message saying something along the lines of congrats your computer is up to date as of Jan. 16th 2006. Also, you should make the window resize as its a pain having to scroll horizontally to read the entire text of some updates. And perhaps make it a little bigger by default too. Any why no minimize button? And perhaps if no updates are checked you should make the download button unclickable. Also, perhaps the msfn link should link to this post instead. Oh and that would be nice if it was like: Critical Updates (34) Others (3) The numbers of course being the amount of that update type available. Now one last thing... Well, this depends I guess on what you want our of your app. If its just a downloader then thats cool. But it would be nice if there was a checkbox that says something like "Install Updates After Download". And like it sounds once all the updates are download install them automatically silently. And when done installing notify the user that the user should reboot hers/his computer now. Do NOT do it automatically. Just a few ideas. Take Care, Will
-
hehe Cool no problem. Thanks again and dang that was fast, Will Um another bug. First open a file with an error in it. Push the scan button. Now hit the back arrow. It takes you back to the first line of the file as if there is an error which of course there is not. Perhaps give the no error message or just dont even let the user click the button if there is no previous error. Then if you click the next error button it does not take you back to the error that does exist. You get the no error messgage. You have to start over to find the errors again by clicking the scan button. Same goes for next button. Why have the next button even enabled if there are no errors. So scan the file right when you open the file perhaps? Saves time, now I do not have to click the scan button myself. Plus it allows you to do the above nicely, that is reading ahead and settings the buttons properties correctly, that is if its enabled or not. And of course at start up the previous error button would be disabled and the next error button would only be enabled if there is another error. So simply keep a count of the number of errors when you first open the file. Meaning if you can subject one from the current error position and the new error position is greater than zero than there is a previous error so enable the previous error button. And if you can add on to the current position and not go over the total number of errors then there is an error so enable the next button. Something like that.
-
Finally, thanks a ton nam265.
-
Registering File Extensions Unattended
war59312 replied to SiMoNsAyS's topic in Application Installs
Anyone have a registry file for windows media player 10 associations. Mine does not work. Thanks, Will Never mind just figured it out. See: http://www.msfn.org/board/index.php?s=&sho...ndpost&p=300001 -
Well I noticed it does not highlight the mistake any more and just takes to the line. Perhaps you could highlight it yellow some how? Also, could you add support for REGEDIT4 type reg files?
-
Well chyronn, Mr X would be the admin then. Seeing as windows requries at least one admin account. Or is Administor idden too? I only use DEL "%UserProfile%\Start Menu\Programs\Accessories\Program Compatibility Wizard.lnk" myself.
-
Hey no problem buddy. It's understandable. Thanks again Will
-
Well guess you cant be online if setup does not have the correct drivers for your nic?
-
Hey 4r0, Nice app but something very much is wrong with it. It only saves up to 41,984 charcters when you click the save button. Everything else is not saved at all. Also if you scan a file that is over 41,984 charcters and click browse it takes you to the last line in the file since it thinks its an error. See now if you click the save button then it gets saved as 41,984 charcters and no longer does it think it has an error. Also, perhaps you should open the program centered screen and add an icon to its exe. Oh and its no errors have been found, not no errors has been found. Hope you can fix this. Thanks, Will
-
Switchless Silent Installers, RVM/nLite Addons, .MSI Files
war59312 replied to RogueSpear's topic in Application Installs
See pm. -
Switchless Silent Installers, RVM/nLite Addons, .MSI Files
war59312 replied to RogueSpear's topic in Application Installs
Hey, Awsome job. Dead Ones: AutoGordianKnot V2.26 Microsoft Visual J# Redistributables V1.1 Microsoft Visual J# Redistributables V2.0 Take Care, Will -
1.) .Net 1.1 SP1 2.) .Net 2.0 3.) Visual Studio 2005 Professional 4.) Office 2003 Professional 5.) Fire Fox 6.) F-Prot Anti Virus 7.) Spybot Search And Destroy 8.) Ad Aware Professional 9.) Spyware Blaster 10.) Microsoft AntiSpyware 11.) Hijack This 12.) Sygate Personal Firewall 13.) Spamihilator 14.) Peer Guardian 15.) Net Limiter 16.) Hamachi 17.) Flash FXP 18.) Bit Tornado 19.) Ad Muncher 20.) Bullet Proof FTP Server
-
Switchless Silent Installers, RVM/nLite Addons, .MSI Files
war59312 replied to RogueSpear's topic in Application Installs
RogueSpear if your willing, I am up for giving you the space and bandwidth to host these bad boys. Think 1TB of bandwidth is enough? -
HOTFIXES: Windows XP SP2 & Windows 2000 SP4
war59312 replied to Incroyable HULK's topic in Unattended Windows 2000/XP/2003
Thanks samab. -
Office Shrinker [reduce source of o2k3/xp/2k]
war59312 replied to buckeyeXP's topic in Microsoft Office
Hello, Yes I am running in English Windows XP SP2 in Virtual Machine. A new install, so no office ever installed. After doing what I wrote above it installed fine running setup in Windows Now the problem is trying to get it to install in Win2K SP4. Missing at least seven files I see at the moment. Product: Microsoft Office Professional Edition 2003 -- Error 1309. Error reading from file: D:\FILES\PFILES\COMMON\MSSHARED\DW\DWDCW20.DLL. System error 3. Verify that the file exists and that you can access it. Product: Microsoft Office Professional Edition 2003 -- Error 1309. Error reading from file: D:\FILES\WINDOWS\INF\AER_1033.ADM. System error 3. Verify that the file exists and that you can access it. Product: Microsoft Office Professional Edition 2003 -- Error 1309. Error reading from file: D:\FILES\PFILES\COMMON\MSSHARED\DW\1033\DWINTL20.DLL. System error 3. Verify that the file exists and that you can access it. Product: Microsoft Office Professional Edition 2003 -- Error 1308. Setup cannot find the required file D:\FILES\PFILES\COMMON\MSSHARED\DW\DWTRIG20.EXE. Check your connection to the network, or CD-ROM drive. For other potential solutions to this problem, see D:\FILES\PFILES\MSOFFICE\OFFICE11\1033\SETUP.CHM. Product: Microsoft Office Professional Edition 2003 -- Error 1308. Setup cannot find the required file D:\FILES\SYSTEM\INKED.DLL. Check your connection to the network, or CD-ROM drive. For other potential solutions to this problem, see D:\FILES\PFILES\MSOFFICE\OFFICE11\1033\SETUP.CHM. Product: Microsoft Office Professional Edition 2003 -- Error 1308. Setup cannot find the required file D:\FILES\PFILES\COMMON\MSSHARED\INK\INKOBJ.DLL. Check your connection to the network, or CD-ROM drive. For other potential solutions to this problem, see D:\FILES\PFILES\MSOFFICE\OFFICE11\1033\SETUP.CHM. Product: Microsoft Office Professional Edition 2003 -- Error 1308. Setup cannot find the required file D:\FILES\PFILES\COMMON\MSSHARED\INK\GDIPLUS.DLL. Check your connection to the network, or CD-ROM drive. For other potential solutions to this problem, see D:\FILES\PFILES\MSOFFICE\OFFICE11\1033\SETUP.CHM. Would be a lot easier if it told me all the files missing at install instead of only the first during install. Good be 1000 files missing and only way to find is keeping trying the install over and over and over while adding the one missing file that event viewer shows from each install. Got to be an easier way, no? Take Care, Will -
Hey, He did not change the system properties text on purpose. Ask him why. I believe mainly to not confuse members. See below as well... This is an unofficial sp5 not a real sp5 so it still says sp4. Again he did this on purpose. I believe mainly as to not break compatibility with windows update, as WU would think your running a newer version of win2k and not offer any updates if I understand that correctly. Again ask him for more details. Well hope that at least gives you an idea. Take Care, Will
-
HOTFIXES: Windows XP SP2 & Windows 2000 SP4
war59312 replied to Incroyable HULK's topic in Unattended Windows 2000/XP/2003
English Windows XP SP2 Direct Link: KB912919: http://www.microsoft.com/downloads/info.as...919-x86-ENU.exe -
how to update windows media player10 to last build
war59312 replied to boooggy's topic in Unattended Windows 2000/XP/2003
bump Dang this post was hard to find again for some reason. Figured I would give it more notice... only once though... and yes this works perfect for me