-
Local cached credentials Start > Run > control userpasswords2 > Advanced > Manage Passwords Or, alternatively: Start > Run > rundll32.exe keymgr.dll, KRShowKeyMgr Domain credentials Start > Run > RegeditHKEY_LOCAL_MACHINE > SECURITY > CACHEBy default only SYSTEM account has full…
-
Deploy Java using Group Policy
Java 6.XXJava 7.XXJava 8.XX
-
Deploy Google Earth using Group Policy
Option 1 (with 7-ZIP) Option 2 (Without 7-ZIP) If in Step 1 for any reason you can’t download advanced setup file (which is full Google Earth .exe):Download standard “Google Updater”.When “Google Updater” runs it downloads Google Earth .exe file to…
-
Run .msi as administrator
runas /user:domain\administrator “msiexec /i C:\application.msi” 2009Windows XP
-
Run cmd.exe process as System Account in Windows XP
You must have the administrator permissions.Set time 1-2 minutes from now.At specified time cmd.exe (or any other application) will start with SYSTEM permissions. To view all tasksat To delete all tasksat /delete This only works in Windows XP, for Windows…
-
Installing PHP 5.2 on IIS6
Installation 1. Extract php-5.2.10-Win32.zip into C:\PHP 2. Rename “php.ini-recomended” to “php.ini“ 3. Edit php.ini extension_dir = “C:\PHP\ext” [mail function]SMTP = 192.168.0.1 <SMTP server IP address>smtp_port = 25sendmail_from = webmaster@company.com 4. My Computer > System Properties > Advanced > Environment Variables…