
SAPIEN homepage
PrimalScript script editor+ide
PrimalScope script debugger
Free Tools script utilities
SAPIEN Press tech books
ScriptingAnswers.com learn+share
ScriptingOutpost.com online store
Blog.Sapien.com official blog
Contact Us

Have you written a script that accomplishes some administrative task? Please share it! Just navigate to the appropriate category and click the "Contribute to this category" link!
You are here: Top > Hardware
Contribute to this category
Sub-Categories
(no categories are available)
Scripts
Computer Consultation Initial View Contributed by Marcus L. Farmer
If you have friends that have you get rid of the latest nasty they have contracted, this script might be helpful. When run, the script will perform a small inventory on the computer as well as enumerate from registry the URLs the user has typed into Internet Explorer (maybe a clue where they contracted the malware) and outputs it to an HTML page for your viewing or printing. Many more things could be added to this but I've included only a few small things to make it a bit quicker and less cumbersome.Enumerate CPU Properties and Captures Temperature Reading Contributed by Glenmore Fatingana
This simple script enumerates CPU properties using WMI and Win32_Processor Class. CPU Temperature reading is captured via MSAcpi_ThermalZoneTemperature Class. Initial results are in tenths of Kelvins in values and converted to Celcius and Farenheit Degress. Apparently not all motherboards supports the Class, perform wbemtest before utilizing the script. For further enquiries, pls drop me a mail at glenmorefatingana@hotmail.com.Get Dell Service Tag Contributed by Marcus L. Farmer
Script will prompt for a computer name to search for that computer's Service Tag as stored in the BIOS. This is about 95% accurate as I have seen some Dell desktops that have this attribute screwed up.Rescan for hardware devices. Contributed by Iamindian
This Windows 2000 script rescans for hardware devices. It's an example of using AppActivate and SendKeys to control an application which isn't normally scriptable.Smart Cards Contributed by Alan Kaplan
This script detects smart cards readers fund in the registry.