Search found 1 match
- Tue May 03, 2005 1:57 pm
- Forum: PHP - Code
- Topic: Check registry for installed printers
- Replies: 0
- Views: 186
Check registry for installed printers
Hello, this is my first post. I've seen some code to read a registry with php: <?php $shell = new COM("WScript.Shell") or die("Requires Windows Scripting Host"); $key="HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\SystemBiosDate"; $t = $shell->RegRead($key); print &quo...