The list of functions on this page was generated using the following command in Windows 7RUNDLL32 PRINTUI.DLL,PrintUIEntry /? Usage: rundll32 printui.dll,PrintUIEntry
Installing a Printer on Remote Machine using Dameware
It’s usually very hard to install printer using damware remote help as so far damware will not provide facility to
Printer Scripts
You can choose one of following script to use in login scriptScript1: REM the /q makes the command run quietlyREM Remember
Installing Default Printer On Network
Setup the printer on the server, set the default settings you would like, share it, and then install it via
Collision vs Broadcast Domain
Collision domain is a set of LAN devices whose frames could collide with one another. This happens with hubs, bridges, repeaters
Disable selection on Browser using JS
1.Disable selection on Browser using JS window.onload= function() {disableSelection(document.body)}functiondisableSelection(target){if (typeof target.onselectstart!=“undefined”) //IE target.onselectstart=function(){return false}else if (typeof target.style.MozUserSelect!=“undefined”)//Firefox target.style.MozUserSelect=“none”else
Publishing SWF tips
1.Stretch SWF 100% of the browser window or full flash browser a) Set both the width and height of your SWF
How to Use Powercfg.exe to create GPO in Windows Server 2003
On the domain controller, copy the Powercfg.exe file to the NETLOGON share. By default, the Powercfg.exe file is located in
Changing Key board layout in windows using Registry
Changing Key board layout in windows using Registryyou can change the keyboard layout using the keyboard control panel applet (start
Get client machine information using Flash / Flex
package { import flash.display.Sprite; import flash.system.Capabilities; public class SystemInfo extends Sprite {public function SystemInfo() { showCapabilities();}private function showCapabilities():void { trace(“avHardwareDisable: ” + Capabilities.avHardwareDisable); trace(“hasAccessibility: “