Content Type
Profiles
Forums
Events
Everything posted by Tripredacus
-
Do you care if your web site is W3C compliant?
Tripredacus replied to tain's topic in The Poll Center
They do for me up to a point. I typically only run test for CSS and against IE. I've done XHTML before but I find that standard is too wordy to follow properly, like there needs to be less code or to make it easier. Example, why is it required to have alt text for all images? Even ones that are background elements, and especially if you use spacers or slices, it gets annoying. -
I recommend first that you read and understand MySQL (or MSSQL) table structure. Then figure out all the tables you will need and pre-design them. And make sure you have your database all figured out BEFORE you go about creating any of it, or the PHP code to handle it. Alternatively, you could look into trying out Altiris Inventory Solution, which can log all this stuff for you, and its front end is a website anyways. http://www.symantec.com/business/inventory-solution
-
World Best Tweaking & Optimizing Software For Windows Vista
Tripredacus replied to JatinBeniwal's topic in Software Hangout
I prefer the Group Policy Editor and the Windows Registry editor myself. -
Does your application run on a true 64bit OS like XP x64, Vista or 2008 or 2003? Make sure your app works in a 64bit OS before you try to make it work in 64bit WinPE.
-
This is where I started: http://www.msfn.org/board/index.php?showtopic=101383
-
Basically, as you increase your BOOT.WIM file size, your memory requirement on the MININT increases. Right now, our PE image works fine on machines with 512MB or higher. Machines with 256MB RAM do not load the PE properly or generate script errors, anything lower will give this error. Also, I will note I have also received this error when using a PXE server that did not support multicast (ie 2003) and attempting to deploy to more than 4 clients at once. I do not attempt to put everything into the PE image, only what is needed to get the drive ready. All OSes and software are kept on the network.
-
What is the command that you are running? Invalid parameter usually appears when you make a typo in your command.
-
Batch shortcut of a few clicks
Tripredacus replied to zYx's topic in Unattended Windows Vista/Server 2008
You can script mouse clicks using AutoIT, and it is based on screen coordinates, however there are some compatibility concerns dealing with multiple resolutions. If you can confirm that only 1 resolution is to be used (or script for detection first, then action) you can easily create a script. It actually has a macro recorded (like back in the day) where you click record, then click your stuff, and then stop record and it will generate the code for you. http://www.autoitscript.com/autoit3/index.shtml -
I also haven't had any experience deploying any version of Windows beyond XP with ADS. I am probably not entirely getting your request. Your Install source files should be in the Distribution Share you set up. Am I to guess you do not have a Support Agreement with Altiris. I understand they can be expensive. Have you tried contacting your tech rep there (if you have the SA that is) about this to see if they have any leads?
-
It does not work for all drivers. I've had mixed success, sometimes it works sometimes not, even with the same driver set. I raised this question to MS but they said it should work in all cases. I didn't pursue the issue further but I am sure there is a bug concerning XP WIMs and the PEIMG. When it works, it works fine, when it doesn't, it says "not a valid Win PE Image."
-
Try looking at this thread. http://www.msfn.org/board/index.php?showtopic=115243 edit: forgot to paste link lol.
-
Which Hal is the best Hal to use?
Tripredacus replied to gotenks98's topic in Unattended Windows 2000/XP/2003
If all of your machines are ACPI compliant, use the uniprocessor HAL. It will upscale to support multiple cores. That is XP SP2 and higher. Lower versions or OSes do not support this. If you use the ACPI_APIC_MP HAL on a UP, it is going to think you have a multi-core and you can potentially cause crashes if Windows tries to assign transactions to cores that do not exist. So use the UP HAL for all machines if in a mixed environment, use multiple images, or do something similar to this: http://www.msfn.org/board/index.php?showtopic=115243 -
Since you have Vista installed, you should probably handle all your boot loader actions with the BCD. Can you still boot Vista?
-
Don't get mixed up like I did! I did this awhile back and found out something interesting. That account that is Administrator.computername is actually the account you are using now, not the old account! The old account is the regular Administrator.
-
In addition, if you limit the use of web browsers to IE, you can add sites you don't want users going to in the untrusted sites section under security.
-
What are the errors you are getting? You probably took out a dependency that you didn't know about.
-
Is this XP here? I am wondering because you have PowerShell in your path var.
-
LATE RESPONSE. You are going to have to check your Event Viewer to start. Typically, I've found that, rundll32 is used by third-party programs to do *whatever* they need to do. In my experience, as long as no other programs are open (games, apps, installers, etc) killing rundll32 is just fine and it won't affect Windows. As to exactly what rundll32.exe is handling (while it is open) can be determined by using either Process Explorer or Process Monitor, which are available from SysInternals (Microsoft) for free. However, be wary of what other games you have installed before attempting to run them, as simply running these programs can cause some of your games to cease opening, for example Electronic Arts (and EA Sports) games like to use SecurROM, which is a wrapper that won't let the game open if you have run these kinds of apps. I am not sure about MOHAA, but it originally did not have any sort of DRM short of requiring the CD to be present. Not sure about any newer releases or other sources like Steam or D2D. You can also launch ProcMon, then open your game and then look at the results afterwards. Programs will typically close following many FILE NOT FOUND errors, as was the case with a bug I found in Heroes 5. The results might be scary to look at, be warned.
-
Yes there are actually 2 start up sounds, even XP was like this, or at least mine is. I was also unsuccessful to find the "other" startup sound. Lucky for you then, when you boot up it only plays the one sound, on my computer, it plays both!
-
Can't load drivers - 6TO4 Adapter and isatap
Tripredacus replied to kahlil88's topic in Windows Vista
Dell support can get you a driver update for the 6to4 adapter, or you may be able to get the latest drivers for your NIC to handle that one. http://www.annoyances.org/exec/forum/winvista/t1190414616 And, unless you are using a hybrid IPv6 (mid-migration from IPv4) network, you can safely ignore the ISATAP flag. http://support.microsoft.com/kb/932520 -
Please list your hardware, also if your hardware is Vista x64 certified.
-
The new RAM is Corsair 800MHz 4GB (2 X 2GB) DDR2 The OLD RAM is Acer branded 667mhz 4GB (2 X 2GB) DDR2 Both score the same low 4.8 in windows experience score. I am not entirely familiar with CPU-Z, but notice your first picture it says Channel# Single. Is this to mean you aren't using your RAM in dual channel mode? Wouldn't that be preferred?
-
I'm sure you will. I sure have.
-
I am currently working on modifying WikiMedia and I am having issues. For example, I have a PHP script that attempts to get the title of the page, and then looks to see if there are images with that page title in a certain folder. If they do not exist, it loads the default images. This script works fine but I can't seem to get any Wiki vars to return anything but 0 or NULL. Is there a place anyone can recommend regarding modifying Wikimedia? I am still not familiar with their built in support system, so I haven't tried posting directly into their site. As an example, a lot of people use scripts that reference wgPageName, which should return a value, or the title of the page. In my case, it is not returning anything. I am simply trying to echo that value right now and I'm not sure why it isn't working. Here is some example code: $PageTitle = $wgPageName; <?php echo "Title: " . $PageTitle . " 1"; ?> For other detailed information, if it provides useful, I have this code sitting in the skin file. My goal is if a user is using my custom skin, it pulls different skin images based upon the page you are viewing. Another example, the page I am testing on appears in the URL as such "http://intranet/wiki/index.php/0x80070002", so I would imagine that wgPageName should return a value '0x80070002' but it isn't. I've also tried wgTitle and others, including trims and without using $, and multiple ways to echo the data within. I will concede, however, that if I change my code to the following: $PageTitle = "my value"; It also does not echo the variable. Perhaps I am just not doing something right?
-
Recommend a CMS to me?
Tripredacus replied to Tripredacus's topic in Web Development (HTML, Java, PHP, ASP, XML, etc.)
I've tried Joomla and Mambo and played around with integrations, but I couldn't get the desired design aspects I need out of them. They are great applications but do not meet my needs. I am currently working on another integration project where a CMS isn't going to be required.