Category: Windows

  • 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 Vista and Windows 7 check this article.

  • 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 > Path Add <;C:\PHP> at the end. 5. Reboot the server 6.  Execute (cmd): cscript…