<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; runas</title> <atom:link href="http://www.ghacks.net/tag/runas/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 13:29:21 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>RunAsDate, Run Programs With A Different System Date, Time</title><link>http://www.ghacks.net/2011/11/18/runasdate-run-programs-with-a-different-system-date-time/</link> <comments>http://www.ghacks.net/2011/11/18/runasdate-run-programs-with-a-different-system-date-time/#comments</comments> <pubDate>Fri, 18 Nov 2011 10:10:04 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[nirsoft]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[runas]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=52821</guid> <description><![CDATA[You may know that I&#8217;m using the MSI Afterburner software to record game videos on my PC. The software has been in beta for quite some time. One issue I experienced is that the beta versions have fixed expiration dates, which means that they expire at a given point in time. While this is usually [...]]]></description> <content:encoded><![CDATA[<p>You may know that I&#8217;m using the <a
href="http://www.ghacks.net/2010/06/07/msi-afterburner-graphics-card-configuration-software/">MSI Afterburner</a> software to record game videos on my PC. The software has been in beta for quite some time. One issue I experienced is that the beta versions have fixed expiration dates, which means that they expire at a given point in time. While this is usually a non-issue considering that a new beta version has always been available when this happened, it may be a issue for users who do not have an always on Internet connection. And for some software, it may even make the program unusable if the developers fail to provide a new version in time.</p><p>RunAsTime is a lightweight portable software for Windows that can run applications in the date and time that you specify. Unlike other tools that change the system data and time for that, RunAsTime injects the desired date and time into the application directly without altering the system time. The application is made to believe that the system time is set to the selected date and time, when in fact it is not.</p><p>All options are displayed in the main application interface on startup.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/11/run-as-date.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/11/run-as-date.jpg" alt="run as date" title="run as date" width="597" height="266" class="alignnone size-full wp-image-52822" /></a></p><p>Here you can select the application that you want to run in a different date and time and the desired date and time. It is optionally possible to add startup parameters to the program start. A click on Run starts the program with the selected date, time and parameters.</p><p>You can click on create desktop shortcut to create a desktop shortcut for that configuration. Handy if you need to start the program regularly. The program supports a second mode of operation called Immediate Mode. This mode injects the data and time directly without waiting for the kernel to be fully loaded. This may fix problems with applications who get the real system time and not the time configured in RunAsDate. Some applications on the other hand may crash when Immediate Mode is used.</p><p>Like many other Nirsoft applications, RunAsDate can be launched from the command line. The supported parameters are the following ones:</p><p><code>RunAsDate.exe {/immediate} {/movetime} [dd\mm\yyyy] {hh:mm:ss} [Program to run] {Program parameters}</code></p><p>RunAsDate does not work on all Windows programs. It is only compatible with 32-bit applications and won&#8217;t affect applications that get the time from a secondary source.</p><p>Windows users can download RunAsDate <a
href="http://www.nirsoft.net/utils/run_as_date.html">from the</a> official Nirsoft website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/11/18/runasdate-run-programs-with-a-different-system-date-time/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Run Applications With Lower User Rights</title><link>http://www.ghacks.net/2008/10/03/run-applications-with-lower-user-rights/</link> <comments>http://www.ghacks.net/2008/10/03/run-applications-with-lower-user-rights/#comments</comments> <pubDate>Fri, 03 Oct 2008 18:58:28 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[administrator account]]></category> <category><![CDATA[limited account]]></category> <category><![CDATA[lower privileges]]></category> <category><![CDATA[psexec]]></category> <category><![CDATA[runas]]></category> <category><![CDATA[security tips]]></category> <category><![CDATA[system security]]></category> <category><![CDATA[windows tips]]></category> <category><![CDATA[windows-xp]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=7379</guid> <description><![CDATA[Many users do still use an administrators user account in Windows XP instead of a more secure limited account. It is comfortable to work as an administrator all the time but successful attacks will be more devastating that way either. Instead of working with a limited account most of the time and an administrators account [...]]]></description> <content:encoded><![CDATA[<p>Many users do still use an administrators user account in Windows XP instead of a more secure limited account. It is comfortable to work as an administrator all the time but successful attacks will be more devastating that way either. Instead of working with a limited account most of the time and an administrators account only when needed users could also increase system security by starting selected applications as a lesser privileged user.</p><p>The runas command could be used to run an application with lower privileges but it has the serious disadvantage that there is no password switch meaning the user has to enter the password whenever he is executing the application. It does not work with blank passwords and requires the Secondary Logon service to be running.</p><p>A better alternative is the <a
href="http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx">PsExec</a> tool by Sysinternals. That little tool can be used to start any application with another user. Unlike runas it comes with a password switch.</p><p><span
id="more-7379"></span>PsExec is part of the PsTools suite of Sysinternals, you only need psexec.exe which should be moved into a system path folder, for example system32.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/10/new_user_account.jpg" alt="new user account" title="new user account" width="280" height="190" class="alignnone size-medium wp-image-7380" /></p><p>The next step would be to create a new user account in Windows. To do that go to Control Panel > User Accounts and click on the Create A New Account link in there. Now type a name for the new account and set it to be limited in the next window.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/10/limited_account.jpg" alt="limited account" title="limited account" width="454" height="215" class="alignnone size-medium wp-image-7381" /></p><p>Specify a password for the account by clicking on the Create Password link in the user account control. Once the limited account has been created it is time to test if psexec is working properly.</p><p>Start the Windows command line by pressing [windows R], typing cmd and hitting enter. Now type the following command to test the functionality of psexec:</p><p><code>psexec -d -u "low privileges" -p test notepad</code></p><p>This will start notepad using the user account low privileges with the password test. If everything worked out well notepad should appear. It is now time to check if notepad has been executed with lower privileges.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/10/lower_privileges-499x186.jpg" alt="lower privileges" title="lower privileges" width="499" height="186" class="alignnone size-medium wp-image-7382" /></p><p>The Task Manager can be started with [CTRL ALT DEL]. Click on View > Select Columns in the top menu and check the User Name box so that the username that started an application is shown in the Task Manager.</p><p>You should now be able to locate the username with the lower privileges and see that notepad was started from that account.</p><p>It would be time consuming to run the processes from the command line all the time. You can simply create a bat file with the command to start the applications that you want to run with lower privileges. To do that for Firefox you would add the line</p><p><code<code>psexec -d -u "low privileges" -p test "D:\Program Files\Mozilla Firefox\firefox.exe"</code></p><p>in the bat file. The file could then be moved into the start menu.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/10/03/run-applications-with-lower-user-rights/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
