Content Type
Profiles
Forums
Events
Everything posted by Tripredacus
-
The old way was to install programs with Add/Remove Programs in the Control Panel. However now in Windows 7, the Programs and Features cpl does not have an option to install a program. Either that or I missed it.
-
Yes its always good when a big forum is active!
-
Welcome to the MSFN!
-
WinPE does not run like a regular operating system. By default it runs from a ramdisk. You can set it to not use a ramdisk if you want, but specific answers won't come to you until you tell us what WinPE you are using.
-
Is this related to you trying to detect a USB Drive? There is always another way, but this method would work. The only difference is that you are going to need to put in a sleep type command, so that the next part of your script does not try to read the log file before it exists, or is done being saved, etc.
-
Probably just a way to get more money from you!
-
Well this is a good place to start! I can tell you that most of us are still learning Windows, there is always something you don't know.
-
I am Tripredacus Not to be confused with Tripledacus who is way cooler cuz they wear sombreros and play maracas...
-
Well where did you think smileys came from? People just wanted to make their emoticons bigger and bigger.
-
In the v7.1 version, there is a section called "Disk information" where it looks at the drives. You may or may not need the GimageX_COM.dll to be loaded. I am not so good at VBScript as others, I just keep that project going, not make any code changes. Its more of a community project now. Here is the code block, obviously you can't just use this peice as the vars are declared elsewhere in the HTA file, but it may give you a start at writing your own implementation. Sub VolInfo(tmpstr1) Dim strComputer, objWMIService, colDisks, objdisk, Size, strDriveType, FreeSpace, Totalfree, Space StrComputer = "." Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colDisks = objWMIService.ExecQuery ("Select * from Win32_LogicalDisk") On Error Resume Next For Each objDisk in colDisks Select Case objDisk.DriveType Case 1 strDriveType = "Unknown" Case 2 strDriveType = "Usb-Drive" Case 3 strDriveType = "Hard Disk" Case 4 strDriveType = "Network disk" Case 5 strDriveType = "CDROM" Case 6 strDriveType = "RAM disk" Case Else strDriveType = "Drive type Problem" End Select If strDriveType = "Hard Disk" OR strDriveType = "Usb-Drive" OR strDriveType = "Network disk" OR strDriveType = "RAM disk" Then FreeSpace = Cint(objDisk.FreeSpace/1073741824) Space = Cint(objDisk.Size/1073741824) TotalFree = Space - FreeSpace Size = "<TD align ='right'><B>Size: </B></TD>" & "<TD ALIGN = 'right' width='40px'>" & TotalFree & "GB / </TD><TD>" & Space & "GB</TD>" Else Size = " " End If tmpstr1 = tmpStr1 & "<TR><TD><B>" + objDisk.DeviceID & "\ " & objDisk.VolumeName & "</B><TD align='center'>" & "(" & strDriveType & ")" & "</TD><TD align='center'>" & "<B>" & objdisk.filesystem & "</B>" & Size & "</TD></TR>" Next On Error Goto 0 End Sub
-
Nope, no pause on the original arcade game. I hear he took 30minute breaks every now and then, but the game stayed on when he did that. This means he had to build up the extra guys so he wouldn't lose the game while he was away. The results are in: http://www.kgw.com/news/local/Man-preliminary-beats-Asteroids-all-time-record-89975212.html
-
The DNS settings on your physical computer should be the ones for your ISP. The DNS Settings for the domain are in your godaddy.com control panel.
-
Yeah, the only reason I thought it was RDRAM was because it needed to be in pairs. Prior to Dual-Channel technology, RDRAM was the only type to my knowledge that had such a requirement. The fact that there is 168pin SDRAM PC133 AND 168pin RDRAM PC800 (for use on 133MHz FSB) adds to the confusion. However, we can easily do a comparison now as to what memory you actually need. This page has a picture of RDRAM 168pin: http://www.amazon.com/EDGE-memory-168-pin-RDRAM-103996-B21-PE/dp/B0000A58OS Main things to notice is the location of the notches (or the keying) of the edge (no pun intended) connector. These are in a different place than the memory from the ebay auction. Also, (again to my knowledge) all RDRAM has heat spreaders on them, because of the speed they run at. Only premium SDRAM came with heat spreaders. You should be able to compare the pictures to the memory in your computer to see where the notches are, and which type you actually have.
-
If you can have diskpart output info, then yes. List Vol command will show drive letters, file system type and size. You can use this info. Alternatively, the Imagex HTA code in my sig has VBScript that lists drives as well, and identifies the type of drive it is. The only thing wrong is that it sees mapped network drives as hard drives, but does correctly identify USB Keys as USB-Drive.
-
Also, I forgot, you may need to see if the remote shutdown option is disabled or not-set in Local Security Policy.
-
Well MSFN just has the ones that came with the forum software, and maybe some old leftover ones from previous versions. Some other sites I go to have custom ones too. Before emoticons, people would just type little faces with letters, then when forums became popular they made those faces have actual pictures. The reason why they don't appear in the codebox is because everything in there has no formatting. That way we can post code and not have the board screw it up on us. There are a ton of other ones, some people do them facing the other way like (: or O: or D: Also there are a bunch of other types like ^_^ or x_x or o_O or O_o or xD
-
It should be pretty similar to Win PE 2.x. The main differences between that and 3 are more back-end stuff.
-
Let me put it this way. I have found the hard way that RDRAM was not matched in speed until DDR2 came out. To say DDR2 @ 533 is the same as RDRAM @800 as far as what I can see. I notice a different between DDR (not DDR2) speeds vs RDRAM speeds. Not so much DDR2. For me, its not "too bad" you can't use SDRAM, the timing and speeds should be noticeable for you. Do not think it would be good to go to SDRAM because it will be slower and you may end up noticing it. I am glad I did not stay with DDR for too long!
-
Cannot sign in on Firefox only IE
Tripredacus replied to MutantTractor's topic in Site & Forum Issues
I have never gone to this site with a browser that wasn't firefox. -
Here are the 2 options:
-
Live feed here: http://www.justin.tv/johnmcallister#r=y35lR1Q~ History http://en.wikipedia.org/wiki/Asteroids_%28video_game%29#Highest_score
-
The base memory may be there if the board supports RAID at all, not sure. I'm surprised about this 133MHz RDRAM thing, it appears that there are a version of RDRAM designed to work on the 133MHz FSB! They should still actually be the faster components instead, such as my PC has 2x 256MB and 2x 128MB but they are PC800 and run on the 400MHz FSB with Intel P4 CPU, which we know wasn't really 400MHz anyways. One thing to keep an eye on tho, is that the older RDRAM has a different pin-package (and price) than the newer, more common stuff. For example, if you just search for RDRAM you will most often find 184-pin package offerings. However the board I have does not use this kind, it uses 168-pin instead. As an example for me, in order to keep matching sets of Kingston or Samsung, I would use this option: http://www.google.com/products?q=rdram+168-pin+samsung&hl=en&aq=f The idea I could use 2x1GB sticks and 2 blanks, however these options do not exist at least right now! Also the idea of using 4x 512MB might be there, those prices are significantly lower, however most options are USED products with no warranty. If you are getting memory that is said to work with your particular system, make sure to check if Dell ever did a revision, and also that the RDRAM you are getting has the correct number of pins that you need. It would be a waste if you bought it and it was the wrong ones. I wanted to find an example of the 1GB RDRAM with 168-pin but it looks like neither google shopping nor pricewatch actually have them listed.
-
cannot connect to LAN & internet
Tripredacus replied to Kiki Burgh's topic in Networks and the Internet
Motorola Surfboards (as noted above) have the ability to learn MAC Addresses. The best way to be able to hot-plug devices to this modem is to use MAC Address cloning. Otherwise, you need to cycle the power on the modem, as it is designed to allow connectivity to only 1 device at a time (the learned address) and is not smart enough to allow for dynamic connections. You may wish to get a router to use instead.