<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;C04ERn49fip7ImA9WhBVFEk.&quot;"><id>tag:blogger.com,1999:blog-16593531</id><updated>2013-04-20T15:11:47.066+08:00</updated><category term="sysinternals" /><category term="citrix" /><category term="sid" /><category term="psgetsid" /><category term="remote execution" /><category term="Active Directory" /><category term="tips" /><category term="registry" /><category term="shortcuts" /><category term="windows" /><category term="RDP 6.0" /><category term="code" /><category term="pnagent" /><category term="vbscript" /><category term="wmi" /><category term="blog" /><category term="ie" /><title>System Admin Tips</title><subtitle type="html">sys·tem - An organized set of interrelated ideas or principles.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://sogeeky.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>40</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/systemadmintips" /><feedburner:info uri="systemadmintips" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Fsystemadmintips" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fsystemadmintips" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2Fsystemadmintips" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/systemadmintips" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Fsystemadmintips" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Fsystemadmintips" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fsystemadmintips" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:feedFlare href="http://www.live.com/?add=http%3A%2F%2Ffeeds.feedburner.com%2Fsystemadmintips" src="http://tkfiles.storage.msn.com/x1piYkpqHC_35nIp1gLE68-wvzLZO8iXl_JMledmJQXP-XTBOLfmQv4zhj4MhcWEJh_GtoBIiAl1Mjh-ndp9k47If7hTaFno0mxW9_i3p_5qQw">Subscribe with Live.com</feedburner:feedFlare><entry gd:etag="W/&quot;A0QHQ3k4cSp7ImA9WxBQFEU.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-1836508189768034000</id><published>2010-01-15T01:05:00.005+08:00</published><updated>2010-01-15T01:15:32.739+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-15T01:15:32.739+08:00</app:edited><title>How applications run without using PATH variable</title><content type="html">Ever wondered how some applications, for example Winword, Excel, Outlook, start automatically when called from 'Run' window without providing their complete path even though the system PATH variable doesn't have these applications' locations?
The answer is in this registry key:&lt;BR&gt;
HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths\
&lt;P&gt;
So the next time any of the applications do not start without the complete path but you are sure that it exists on the system, check that the registry should have the right information.

&lt;p&gt;&lt;i&gt;Thanks to Mohit Sharma for discovering this info! :)&lt;/i&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=LhhOTRT4ni0:ap77k5rGrwM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=LhhOTRT4ni0:ap77k5rGrwM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=LhhOTRT4ni0:ap77k5rGrwM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=LhhOTRT4ni0:ap77k5rGrwM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=LhhOTRT4ni0:ap77k5rGrwM:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=LhhOTRT4ni0:ap77k5rGrwM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=LhhOTRT4ni0:ap77k5rGrwM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=LhhOTRT4ni0:ap77k5rGrwM:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=LhhOTRT4ni0:ap77k5rGrwM:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/LhhOTRT4ni0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/1836508189768034000/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=1836508189768034000" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/1836508189768034000?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/1836508189768034000?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/LhhOTRT4ni0/how-applications-run-without-using-path.html" title="How applications run without using PATH variable" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2010/01/how-applications-run-without-using-path.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUcBRHgzeip7ImA9WxRTFEU.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-3304055938911148144</id><published>2008-09-04T07:01:00.001+08:00</published><updated>2008-09-04T07:04:15.682+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-04T07:04:15.682+08:00</app:edited><title>Strange Errors in Excel</title><content type="html">&lt;p&gt;Came across a very strange error message in Excel 2003 - "Your entry cannot
be used. An integer or decimal number may be required" This message appeared
whenever I tried changing font size in a cell/sheet or when tried moving from one tab
to any other tab in Options window.
&lt;p&gt;Eventually, it turned out that this issue was the result of missing Decimal
symbol in Regional Settings. As soon the decimal symbol (.) was restored, this
issue was resolved.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=27baLwe5m-k:qgMLQbrNu0M:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=27baLwe5m-k:qgMLQbrNu0M:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=27baLwe5m-k:qgMLQbrNu0M:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=27baLwe5m-k:qgMLQbrNu0M:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=27baLwe5m-k:qgMLQbrNu0M:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=27baLwe5m-k:qgMLQbrNu0M:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=27baLwe5m-k:qgMLQbrNu0M:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=27baLwe5m-k:qgMLQbrNu0M:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=27baLwe5m-k:qgMLQbrNu0M:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/27baLwe5m-k" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/3304055938911148144/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=3304055938911148144" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/3304055938911148144?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/3304055938911148144?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/27baLwe5m-k/strange-errors-in-excel.html" title="Strange Errors in Excel" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2008/09/strange-errors-in-excel.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUAHRn8yeSp7ImA9WB5XEk8.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-8454197535676943574</id><published>2007-07-12T15:40:00.000+08:00</published><updated>2007-07-12T16:08:57.191+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-07-12T16:08:57.191+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="blog" /><category scheme="http://www.blogger.com/atom/ns#" term="tips" /><title>Feedburner integrated with Blogger.com feeds</title><content type="html">&lt;p&gt;&lt;a href="http://www.feedburner.com/" target="_blank"&gt;Feedburner&lt;/a&gt; now &lt;a href="http://blogs.feedburner.com/feedburner/archives/2007/07/feedburner_integration_for_blo.php" target="_blank"&gt;offers&lt;/a&gt; feeds integration for Blogger.com blogs. Gone are the days when one had to fiddle with the blogger template to replace blogger's default feed source with feedburner's feed link! Just go to the template page now and enter you feedburner feed source. Mind you, this configuration will not replace your default blooger feed source; it'll only redirect that link to feedburner's feed link. Also note that, apparently this configuration redirects only Atom feeds, and not RSS feeds. &lt;p&gt;This is just the begining of the services users will start to get with feedburner's acquisition by Google. Like, few days ago, feedburner &lt;a href="http://blogs.feedburner.com/feedburner/archives/2007/07/freeburner_for_everyone.php" target="_blank"&gt;announced&lt;/a&gt; two of its previously PRO (paid) services as freely available now - FeedBurner Stats PRO &amp;amp; MyBrand. &lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=_IfVKw3GXUs:6l0PI29xsLY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=_IfVKw3GXUs:6l0PI29xsLY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=_IfVKw3GXUs:6l0PI29xsLY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=_IfVKw3GXUs:6l0PI29xsLY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=_IfVKw3GXUs:6l0PI29xsLY:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=_IfVKw3GXUs:6l0PI29xsLY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=_IfVKw3GXUs:6l0PI29xsLY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=_IfVKw3GXUs:6l0PI29xsLY:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=_IfVKw3GXUs:6l0PI29xsLY:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/_IfVKw3GXUs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/8454197535676943574/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=8454197535676943574" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/8454197535676943574?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/8454197535676943574?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/_IfVKw3GXUs/feedburner-integrated-with-bloggercom.html" title="Feedburner integrated with Blogger.com feeds" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2007/07/feedburner-integrated-with-bloggercom.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0MBR3cyeSp7ImA9WB5XEk8.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-7679515241403547128</id><published>2007-07-12T15:28:00.000+08:00</published><updated>2007-07-12T15:30:56.991+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-07-12T15:30:56.991+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="windows" /><category scheme="http://www.blogger.com/atom/ns#" term="sysinternals" /><category scheme="http://www.blogger.com/atom/ns#" term="Active Directory" /><title>Active Directory Explorer v1.0 by Sysinternals</title><content type="html">Sysinternals released a new tool for Active Diretory administrators called Active Directory Explorer v1.0 &lt;blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;Active Directory Explorer (AD Explorer) is an advanced Active Directory (AD) viewer and editor. You can use AD Explorer to easily navigate an AD database, define favorite locations, view object properties and attributes without having to open dialog boxes, edit permissions, view an object's schema, and execute sophisticated searches that you can save and re-execute. &lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;AD Explorer also includes the ability to save snapshots of an AD database for off-line viewing and comparisons. When you load a saved snapshot, you can navigate and explorer it as you would a live database. If you have two snapshots of an AD database you can use AD Explorer's comparison functionality to see what objects, attributes and security permissions changed between them.&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;
Download page: &lt;a href="http://www.microsoft.com/technet/sysinternals/utilities/adexplorer.mspx"&gt;http://www.microsoft.com/technet/sysinternals/utilities/adexplorer.mspx&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=p3n-5j7zT38:kqm0RZ39G94:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=p3n-5j7zT38:kqm0RZ39G94:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=p3n-5j7zT38:kqm0RZ39G94:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=p3n-5j7zT38:kqm0RZ39G94:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=p3n-5j7zT38:kqm0RZ39G94:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=p3n-5j7zT38:kqm0RZ39G94:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=p3n-5j7zT38:kqm0RZ39G94:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=p3n-5j7zT38:kqm0RZ39G94:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=p3n-5j7zT38:kqm0RZ39G94:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/p3n-5j7zT38" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/7679515241403547128/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=7679515241403547128" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/7679515241403547128?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/7679515241403547128?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/p3n-5j7zT38/active-directory-explorer-v10-by.html" title="Active Directory Explorer v1.0 by Sysinternals" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2007/07/active-directory-explorer-v10-by.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0MFR30_cSp7ImA9WBFUFEk.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-2573044417565684707</id><published>2007-04-25T02:37:00.000+08:00</published><updated>2007-04-25T04:10:16.349+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-04-25T04:10:16.349+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="tips" /><category scheme="http://www.blogger.com/atom/ns#" term="code" /><category scheme="http://www.blogger.com/atom/ns#" term="vbscript" /><category scheme="http://www.blogger.com/atom/ns#" term="wmi" /><title>VBScript: Function Code to Convert Bytes to KB/MB/GB/TB</title><content type="html">&lt;P&gt;&lt;FONT face="Trebuchet MS"&gt;When querying for disk space sizes using WMI, it
returns the numbers in bytes. These large numbers in bytes do not make much
sense until they are converted into Kilobytes (KB), Megabyte (MB), Gigabyte
(GB), or Terabyte (TB) and so on.&lt;/FONT&gt; &lt;FONT face="Trebuchet MS"&gt;Quite
frequently I need to convert these sizes in bytes to KB/MB/GB/TB for better
interpretation. I therefore created a quick VBScript function which I call
inside VBScript code whenever I need to convert numbers in bytes to
KB/MB/GB/TB.&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;&lt;FONT face="courier new, courier, mono"&gt;Function&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT
size=2&gt;&lt;FONT face="courier new, courier, mono"&gt; ConvertSize(Size)

&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="courier new, courier, mono"&gt;&lt;FONT color=#0000ff size=2&gt;
Do&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff
size=2&gt;While&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff
size=2&gt;InStr&lt;/FONT&gt;&lt;FONT size=2&gt;(Size,&lt;/FONT&gt;&lt;FONT color=#ff00ff
size=2&gt;","&lt;/FONT&gt;&lt;FONT size=2&gt;) &lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;'Remove commas
from size
&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT
face="courier new, courier, mono"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;CommaLocate &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT
face="courier new, courier, mono"&gt;&lt;FONT color=#0000ff size=2&gt;InStr&lt;/FONT&gt;&lt;FONT
size=2&gt;(Size,&lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;","&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT
size=2&gt;&lt;FONT face="courier new, courier, mono"&gt;)
&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT
size=2&gt;&lt;FONT face="courier new, courier, mono"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Size &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT
face="courier new, courier, mono"&gt;&lt;FONT color=#0000ff size=2&gt;
Mid&lt;/FONT&gt;&lt;FONT
size=2&gt;(Size,&lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;1&lt;/FONT&gt;&lt;FONT size=2&gt;,CommaLocate
&lt;B&gt;-&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;1&lt;/FONT&gt;&lt;FONT size=2&gt;) &lt;B&gt;&amp;amp;&lt;/B&gt; _

&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Mid&lt;/FONT&gt;&lt;FONT size=2&gt;(Size,CommaLocate
&lt;B&gt;+&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;1&lt;/FONT&gt;&lt;FONT size=2&gt;,&lt;/FONT&gt;&lt;FONT
color=#0000ff size=2&gt;Len&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT
face="courier new, courier, mono"&gt;(Size) &lt;B&gt;-&lt;/B&gt; CommaLocate)

&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT
face="courier new, courier, mono"&gt;Loop&lt;/FONT&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face="courier new, courier, mono"&gt;Suffix &lt;B&gt;=&lt;/B&gt;
&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;&lt;FONT
face="courier new, courier, mono"&gt;" Bytes"
&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT
face="courier new, courier, mono"&gt;&lt;FONT color=#0000ff size=2&gt;If&lt;/FONT&gt;&lt;FONT
size=2&gt; Size &lt;B&gt;&amp;gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;1024&lt;/FONT&gt;&lt;FONT
size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Then&lt;/FONT&gt;&lt;FONT size=2&gt; suffix
&lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;" KB"
&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT
face="courier new, courier, mono"&gt;&lt;FONT color=#0000ff size=2&gt;If&lt;/FONT&gt;&lt;FONT
size=2&gt; Size &lt;B&gt;&amp;gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;1048576&lt;/FONT&gt;&lt;FONT
size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Then&lt;/FONT&gt;&lt;FONT size=2&gt; suffix
&lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;" MB"
&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT
face="courier new, courier, mono"&gt;&lt;FONT color=#0000ff size=2&gt;If&lt;/FONT&gt;&lt;FONT
size=2&gt; Size &lt;B&gt;&amp;gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff
size=2&gt;1073741824&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff
size=2&gt;Then&lt;/FONT&gt;&lt;FONT size=2&gt; suffix &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff
size=2&gt;" GB"
&lt;BR&gt;&lt;FONT color=#0000ff&gt;If&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; Size
&lt;B&gt;&amp;gt;=&lt;/B&gt; &lt;/FONT&gt;1099511627776&lt;FONT color=#000000&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff
size=2&gt;Then&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; suffix &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT
color=#ff00ff size=2&gt;" TB"
&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT
face="courier new, courier, mono"&gt;&lt;FONT color=#ff00ff
size=2&gt;
&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="courier new, courier, mono"&gt;&lt;FONT
color=#0000ff size=2&gt;Select&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff
size=2&gt;Case&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="courier new, courier, mono"&gt;
Suffix
&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="courier new, courier, mono"&gt;&lt;FONT
color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Case&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff
size=2&gt;" KB"&lt;/FONT&gt;&lt;FONT size=2&gt; Size &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff
size=2&gt;Round&lt;/FONT&gt;&lt;FONT size=2&gt;(Size &lt;B&gt;/&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff
size=2&gt;1024&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#ff00ff
size=2&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="courier new, courier, mono"&gt;)

&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="courier new, courier, mono"&gt;&lt;FONT color=#0000ff
size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Case&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;"
MB"&lt;/FONT&gt;&lt;FONT size=2&gt; Size &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff
size=2&gt;Round&lt;/FONT&gt;&lt;FONT size=2&gt;(Size &lt;B&gt;/&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff
size=2&gt;1048576&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#ff00ff
size=2&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="courier new, courier, mono"&gt;)

&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="courier new, courier, mono"&gt;&lt;FONT color=#0000ff
size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Case&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;"
GB"&lt;/FONT&gt;&lt;FONT size=2&gt; Size &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff
size=2&gt;Round&lt;/FONT&gt;&lt;FONT size=2&gt;(Size &lt;B&gt;/&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff
size=2&gt;1073741824&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#ff00ff
size=2&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="courier new, courier, mono"&gt;)

&lt;BR&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Case&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff
size=2&gt;" TB"&lt;/FONT&gt;&lt;FONT size=2&gt; Size &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff
size=2&gt;Round&lt;/FONT&gt;&lt;FONT size=2&gt;(Size &lt;B&gt;/&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff
size=2&gt;1099511627776&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#ff00ff
size=2&gt;1&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT
face="courier new, courier, mono"&gt;)&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT
face="courier new, courier, mono"&gt;&lt;FONT color=#0000ff size=2&gt;End&lt;/FONT&gt;&lt;FONT
size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Select&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT
face="courier new, courier, mono"&gt; &lt;/FONT&gt;
&lt;P&gt;&lt;FONT face="courier new, courier, mono"&gt;ConvertSize &lt;B&gt;=&lt;/B&gt; Size
&lt;B&gt;&amp;amp;&lt;/B&gt; Suffix
&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT
face="courier new, courier, mono"&gt;End&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT
face="courier new, courier, mono"&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff
size=2&gt;Function&lt;/FONT&gt;&lt;/FONT&gt;&lt;/BLOCKQUOTE&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=qYd0k-sPJno:vMMpX2SBaYU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=qYd0k-sPJno:vMMpX2SBaYU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=qYd0k-sPJno:vMMpX2SBaYU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=qYd0k-sPJno:vMMpX2SBaYU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=qYd0k-sPJno:vMMpX2SBaYU:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=qYd0k-sPJno:vMMpX2SBaYU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=qYd0k-sPJno:vMMpX2SBaYU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=qYd0k-sPJno:vMMpX2SBaYU:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=qYd0k-sPJno:vMMpX2SBaYU:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/qYd0k-sPJno" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/2573044417565684707/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=2573044417565684707" title="5 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/2573044417565684707?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/2573044417565684707?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/qYd0k-sPJno/vbscript-function-code-to-convert-bytes.html" title="VBScript: Function Code to Convert Bytes to KB/MB/GB/TB" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>5</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2007/04/vbscript-function-code-to-convert-bytes.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUUNQns9eSp7ImA9WBFUEEQ.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-3641316093957556320</id><published>2007-04-14T03:04:00.000+08:00</published><updated>2007-04-21T02:21:33.561+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-04-21T02:21:33.561+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="RDP 6.0" /><category scheme="http://www.blogger.com/atom/ns#" term="tips" /><category scheme="http://www.blogger.com/atom/ns#" term="windows" /><title>How To Uninstall RDP 6.0</title><content type="html">&lt;P&gt;&lt;FONT face="Trebuchet MS"&gt;I have been seeing couple of queries in few tech 
forums for uninstalling Remote Desktop Connection (RDP) 6.0, or how to revert to 
original version of XP SP2 RDP client (mstsc.exe version 5.1.2600.2180). &lt;/FONT&gt;
&lt;P&gt;&lt;FONT face="Trebuchet MS"&gt;RDP 6.0 was released as a patch (&lt;A 
href="http://support.microsoft.com/?kbid=925876" target=_blank&gt;KB925876&lt;/A&gt;), 
therefore, by default it doesn't appears as a seperate entry in Add/Remove list. 
To uninstall it, you'll have to click on the check box of "Show updates" in 
Add/Remove window, select "Update for Windows XP (KB925876)", and remove 
it.&lt;/FONT&gt; 
&lt;P&gt;&lt;A 
href="http://3.bp.blogspot.com/_Y4vA6npp7Ds/Rh_YA9_ecbI/AAAAAAAAABk/BnmPL-u7738/s1600-h/RDP6UninstallKB925876.jpg"&gt;&lt;FONT 
face="Trebuchet MS"&gt;&lt;IMG id=BLOGGER_PHOTO_ID_5052994818085384626 
style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" 
alt="" 
src="http://3.bp.blogspot.com/_Y4vA6npp7Ds/Rh_YA9_ecbI/AAAAAAAAABk/BnmPL-u7738/s400/RDP6UninstallKB925876.jpg" 
border=0&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face="Trebuchet MS"&gt; &lt;/FONT&gt;
&lt;P&gt;&lt;FONT face="Trebuchet MS"&gt;Alternatively, you can also browse to the folder 
&lt;B&gt;C:\WINDOWS\$NtUninstallKB925876$\spuninst\&lt;/B&gt; and run &lt;B&gt;spuninst.exe&lt;/B&gt; 
from there, which will uninstall RDP 6.0 client and revert to the older 
version.&lt;/FONT&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=bQIHEDe38tQ:nzNBrRpuNPo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=bQIHEDe38tQ:nzNBrRpuNPo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=bQIHEDe38tQ:nzNBrRpuNPo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=bQIHEDe38tQ:nzNBrRpuNPo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=bQIHEDe38tQ:nzNBrRpuNPo:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=bQIHEDe38tQ:nzNBrRpuNPo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=bQIHEDe38tQ:nzNBrRpuNPo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=bQIHEDe38tQ:nzNBrRpuNPo:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=bQIHEDe38tQ:nzNBrRpuNPo:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/bQIHEDe38tQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/3641316093957556320/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=3641316093957556320" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/3641316093957556320?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/3641316093957556320?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/bQIHEDe38tQ/how-to-uninstall-rdp-60.html" title="How To Uninstall RDP 6.0" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2007/04/how-to-uninstall-rdp-60.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0QMQn46eSp7ImA9WBFVFEo.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-6446481925803965169</id><published>2007-04-13T22:42:00.000+08:00</published><updated>2007-04-13T22:43:03.011+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-04-13T22:43:03.011+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ie" /><category scheme="http://www.blogger.com/atom/ns#" term="tips" /><category scheme="http://www.blogger.com/atom/ns#" term="shortcuts" /><title>IE Search Shortcuts</title><content type="html">&lt;P&gt;&lt;FONT face="Trebuchet MS"&gt;&lt;A 
href="http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx"&gt;TweakUI&lt;/A&gt; 
has a nice handy feature of creating Internet Explorer search shortcuts. So, 
instead of opening www.google.com first and then typing the search string, 
TweakUI lets you assign a search prefix (e.g. “g”) to Google’s search URL. You 
can then type “g searchstring” directly in IE’s address bar to search for 
“searchstring” using Google search. For example, Google’s search URL for the 
search string “ipod” is http://www.google.com/search?hl=en&amp;amp;q=ipod. To create 
a shortcut for this search URL, copy-paste it in TweakUI window and replace the 
search string “ipod” with “%s” (http://www.google.com/search?hl=en&amp;amp;q=%s). 
&lt;/FONT&gt;
&lt;P&gt;&lt;A 
href="http://1.bp.blogspot.com/_Y4vA6npp7Ds/Rh05k9_ecZI/AAAAAAAAABM/rNzjOm27iHA/s1600-h/TweakUI.jpg"&gt;&lt;FONT 
face="Trebuchet MS"&gt;&lt;IMG id=BLOGGER_PHOTO_ID_5052257664258437522 
style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" 
alt="" 
src="http://1.bp.blogspot.com/_Y4vA6npp7Ds/Rh05k9_ecZI/AAAAAAAAABM/rNzjOm27iHA/s400/TweakUI.jpg" 
border=0&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face="Trebuchet MS"&gt; &lt;/FONT&gt;
&lt;P&gt;&lt;FONT face="Trebuchet MS"&gt;You can create search shortcuts not only for Search 
engines, but for any site which offers search functionality by observing their 
search URLs in the address bar. Below are some of the search shortcuts that I 
use for some common sites. &lt;/FONT&gt;
&lt;P&gt;
&lt;TABLE cellSpacing=1 cellPadding=2 width="100%" border=2&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;&lt;B&gt;Shortcut&lt;/B&gt; &lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;&lt;B&gt;Search URL&lt;/B&gt; &lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;&lt;B&gt;What for?&lt;/B&gt; &lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;a&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;http://www.answers.com/topic/%s&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;Answers.com&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;c&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" 
size=2&gt;http://support.citrix.com/article/%s&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;Citrix Support Articles&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;d&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" 
size=2&gt;http://www.dnsstuff.com/tools/whois.ch?ip=%s&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;WHOIS lookup on 
dnsstuff.com&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;e&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" 
size=2&gt;http://eventid.net/display.asp?eventid=%s&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;Lookup info on Windows Event 
IDs&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;f&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" 
size=2&gt;http://filext.com/detaillist.php?extdetail=%s&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;Lookup details of any file 
extension&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;g&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" 
size=2&gt;http://www.google.com/search?hl=en&amp;amp;q=%s&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;Google search&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;kb&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" 
size=2&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;%s&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;Microsoft KB support 
articles&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;p&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" 
size=2&gt;http://www.processlibrary.com/directory?files=%s&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;Lookup executable/DLLs 
details&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;r&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" 
size=2&gt;http://dictionary.reference.com/search?q=%s&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;Word meaning references&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;t&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" 
size=2&gt;http://www.rottentomatoes.com/search/full_search.php?search=%s&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;Rottentomatoes.com&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;w&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" 
size=2&gt;http://en.wikipedia.org/wiki/Special:Search?search=%s&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face="Trebuchet MS" size=2&gt;Wikipedia 
search&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;

&lt;BR&gt;&lt;FONT face="Trebuchet MS"&gt;After you 
have created these shortcuts, you can export the relevant registry key as a 
backup or to import that to any other computer. These shortcuts are located at 
&lt;FONT 
face="courier new, courier, mono"&gt;HKEY_CURRENT_USER\Software\Microsoft\Internet 
Explorer\SearchURL&lt;/FONT&gt;. Export this key into a .REG file and import it on any 
other computer. These shortcuts work with IE7 as well.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face="Trebuchet MS"&gt;&lt;A href="http://rajeshkmr.googlepages.com/IESearchShortcuts.reg"&gt;Here&lt;/A&gt; is the .REG file with above shortcuts. If you 
are geeky enough, you can add/modify entries in your registry even without 
TweakUI! 
&lt;BR&gt;&lt;/FONT&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=6-KwGR_SgP4:qur50tRxH5c:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=6-KwGR_SgP4:qur50tRxH5c:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=6-KwGR_SgP4:qur50tRxH5c:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=6-KwGR_SgP4:qur50tRxH5c:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=6-KwGR_SgP4:qur50tRxH5c:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=6-KwGR_SgP4:qur50tRxH5c:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=6-KwGR_SgP4:qur50tRxH5c:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=6-KwGR_SgP4:qur50tRxH5c:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=6-KwGR_SgP4:qur50tRxH5c:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/6-KwGR_SgP4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/6446481925803965169/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=6446481925803965169" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/6446481925803965169?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/6446481925803965169?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/6-KwGR_SgP4/ie-search-shortcuts_13.html" title="IE Search Shortcuts" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2007/04/ie-search-shortcuts_13.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0MERno9fSp7ImA9WBFVFE0.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-4182574890823365891</id><published>2007-04-12T22:39:00.000+08:00</published><updated>2007-04-13T02:10:07.465+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-04-13T02:10:07.465+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="pnagent" /><category scheme="http://www.blogger.com/atom/ns#" term="tips" /><category scheme="http://www.blogger.com/atom/ns#" term="citrix" /><title>A Quick Workaround for error "Failed to Launch. The Server returned CharlotteAppHostUnreachable"</title><content type="html">&lt;p&gt;&lt;span style="font-family:Trebuchet MS;"&gt;Sometimes Citrix application when launched via Program Neighborhood Agaent (PNAgent) shows the error message - &lt;/span&gt;&lt;span style="font-family:Trebuchet MS;color:#ff0000;"&gt;Failed to Launch. The Server returned CharlotteAppHostUnreachable. &lt;/span&gt;&lt;span style="font-family:Trebuchet MS;"&gt;The issue apparently is related to Zone Data Collector (ZDC), though I haven’t been able to find the reason accurately. &lt;/span&gt;
&lt;p&gt;&lt;a href="http://4.bp.blogspot.com/_Y4vA6npp7Ds/Rh4-ed_ecaI/AAAAAAAAABU/lxODzqeSGbU/s1600-h/CharlotteAppHostUnreachable.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5052544525124137378" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_Y4vA6npp7Ds/Rh4-ed_ecaI/AAAAAAAAABU/lxODzqeSGbU/s400/CharlotteAppHostUnreachable.jpg" border="0" /&gt;&lt;/a&gt;
&lt;p&gt;&lt;span style="font-family:Trebuchet MS;"&gt;Usually server restart resolves the issue. If not, then to avoid downtime for the application, a quick workaround is to create an .ICA file for the application and provide that to users. Directly accessing the remote application via .ICA file would work even if the application shows that error message when launched via PNAgent. This way you can continue to troubleshoot the issue without impacting application users!&lt;/span&gt;
&lt;p&gt;&lt;span style="font-family:Trebuchet MS;"&gt;Reference: &lt;/span&gt;&lt;a href="https://support.citrix.com/article/CTX106828&amp;parentCategoryID=274" target="_blank"&gt;&lt;span style="font-family:Trebuchet MS;"&gt;https://support.citrix.com/article/CTX106828&amp;amp;parentCategoryID=274&lt;/span&gt;&lt;/a&gt;
&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=kD6rXY9LfDU:GDfE1A3e16w:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=kD6rXY9LfDU:GDfE1A3e16w:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=kD6rXY9LfDU:GDfE1A3e16w:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=kD6rXY9LfDU:GDfE1A3e16w:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=kD6rXY9LfDU:GDfE1A3e16w:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=kD6rXY9LfDU:GDfE1A3e16w:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=kD6rXY9LfDU:GDfE1A3e16w:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=kD6rXY9LfDU:GDfE1A3e16w:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=kD6rXY9LfDU:GDfE1A3e16w:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/kD6rXY9LfDU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/4182574890823365891/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=4182574890823365891" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/4182574890823365891?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/4182574890823365891?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/kD6rXY9LfDU/quick-workaround-for-error-failed-to.html" title="A Quick Workaround for error &quot;Failed to Launch. The Server returned CharlotteAppHostUnreachable&quot;" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_Y4vA6npp7Ds/Rh4-ed_ecaI/AAAAAAAAABU/lxODzqeSGbU/s72-c/CharlotteAppHostUnreachable.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2007/04/quick-workaround-for-error-failed-to.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUADRnc_fyp7ImA9WBFUFE4.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-7792267978586096117</id><published>2007-04-09T17:28:00.000+08:00</published><updated>2007-04-25T02:02:57.947+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-04-25T02:02:57.947+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="RDP 6.0" /><category scheme="http://www.blogger.com/atom/ns#" term="tips" /><title>How To Disable Credentials Prompt of RDP 6.0</title><content type="html">&lt;P&gt;&lt;FONT face="Trebuchet MS"&gt;&lt;A href="http://support.microsoft.com/?kbid=925876" 
target=_blank&gt;&lt;FONT face="Trebuchet MS"&gt;Remote Desktop Connection client 
6.0&lt;/FONT&gt;&lt;/A&gt; introduces new authentication features to improve security for 
Windows Vista and Windows Longhorn Server, which makes it mandatory for the user 
to enter logon credentials before RDP client can establish connection to the 
remote server ("&lt;I&gt; Enter your credentials for &amp;lt;server&amp;gt;. These credentials 
will be used when you connect to the remote computer"&lt;/I&gt; ). But if the remote 
machine is configured to show logon warning message or if the remote system 
happens to be Windows 2000 or XP, you’ll need to enter the credentials again at 
remote machine’s logon screen. &lt;/FONT&gt;&lt;A 
href="http://1.bp.blogspot.com/_Y4vA6npp7Ds/RhoIBaDX8PI/AAAAAAAAABE/vU-KHFV3kak/s1600-h/RDP6.jpg"&gt;&lt;IMG 
id=BLOGGER_PHOTO_ID_5051358752315797746 
style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" 
alt="" 
src="http://1.bp.blogspot.com/_Y4vA6npp7Ds/RhoIBaDX8PI/AAAAAAAAABE/vU-KHFV3kak/s400/RDP6.jpg" 
border=0&gt;&lt;/A&gt; 
&lt;P&gt;&lt;FONT face="Trebuchet MS"&gt;There is however a workaround to skip the 
credentials screen that RDP 6.0 client shows by choosing “Do not attempt 
authentication” under Authentication options on the Advanced tab, but this 
option is not set permanently. To permanently skip the additional credential 
screen of RDP 6.0 client, edit the Default.RDP file in notepad to include 
&lt;B&gt;enablecredsspsupport:i:0&lt;/B&gt; . The Default.RDP is located in each user’s My 
Documents folder. Including &lt;B&gt;enablecredsspsupport:i:0&lt;/B&gt; disables the 
Credentials Security Service Provider for the connection. If you use separate 
.RDP files for different server, modify each of those .RDP files. Below is the content section of the default.rdp file with &lt;B&gt;enablecredsspsupport:i:0&lt;/B&gt; option included. &lt;/FONT&gt;

&lt;P&gt;&lt;FONT face="Lucida Console"&gt;&lt;FONT color=#999999&gt;redirectposdevices:i:0 
&lt;BR&gt;authentication level:i:0 
&lt;BR&gt;&lt;/FONT&gt;&lt;FONT 
color=#ff0000&gt;enablecredsspsupport:i:0&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Lucida Console" 
color=#999999&gt; 
&lt;BR&gt;prompt for credentials:i:0 
&lt;BR&gt;negotiate security 
layer:i:1&lt;/FONT&gt;

&lt;P&gt;&lt;FONT face="Trebuchet MS"&gt;Note that this workaround is suggested only if you 
connect Windows 2000/2003/XP systems because according to &lt;/FONT&gt;&lt;A 
href="http://blogs.msdn.com/ts/archive/2007/01/22/vista-remote-desktop-connection-authentication-faq.aspx#_When_to_use" 
target=_blank&gt;&lt;FONT face="Trebuchet MS"&gt;Terminal Services Team blog 
post&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face="Trebuchet MS"&gt; – &lt;I&gt;“This option does disable the new 
credential prompting behavior, but it also disables support for Network Level 
Authentication for Vista (and Longhorn Server) RDP connections; Network Level 
Authentication requires credentials to be provided by the client before a 
session is created on the server side.”&lt;/I&gt; So if you do connect to 
Vista/Longhorn over RDP, you’ll not be able to use this option. &lt;/FONT&gt;
&lt;P&gt;&lt;FONT face="Trebuchet MS"&gt;References: &lt;A 
href="http://blogs.msdn.com/ts/archive/2007/01/22/vista-remote-desktop-connection-authentication-faq.aspx"&gt;http://blogs.msdn.com/ts/archive/2007/01/22/vista-remote-desktop-connection-authentication-faq.aspx&lt;/A&gt; 

&lt;BR&gt;&lt;/FONT&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=uK1ISE3qeoI:fCaQoKBWAhw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=uK1ISE3qeoI:fCaQoKBWAhw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=uK1ISE3qeoI:fCaQoKBWAhw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=uK1ISE3qeoI:fCaQoKBWAhw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=uK1ISE3qeoI:fCaQoKBWAhw:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=uK1ISE3qeoI:fCaQoKBWAhw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=uK1ISE3qeoI:fCaQoKBWAhw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=uK1ISE3qeoI:fCaQoKBWAhw:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=uK1ISE3qeoI:fCaQoKBWAhw:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/uK1ISE3qeoI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/7792267978586096117/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=7792267978586096117" title="14 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/7792267978586096117?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/7792267978586096117?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/uK1ISE3qeoI/how-to-disable-credentials-prompt-of.html" title="How To Disable Credentials Prompt of RDP 6.0" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>14</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2007/04/how-to-disable-credentials-prompt-of.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkEAR3w_eyp7ImA9WBFWGEs.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-1368229496843382164</id><published>2007-04-06T20:59:00.000+08:00</published><updated>2007-04-06T22:10:46.243+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-04-06T22:10:46.243+08:00</app:edited><title>How To Disable Outlook Security Warning - "A program is trying to access e-mail addresses..."</title><content type="html">&lt;p&gt;When any software tries to access Outlook Address Book programmatically by
using Outlook libraries, the system shows the security warning message –

&lt;p&gt;&lt;span style="color:#ff0000;"&gt;A program is trying to access e-mail addresses you have
stored in Outlook. Do you want to allow this?
&lt;br&gt;
If this is unexpected, it may
be virus and you should choose “No”.&lt;/span&gt;
&lt;a href="http://3.bp.blogspot.com/_Y4vA6npp7Ds/RhZFw6DX8NI/AAAAAAAAAA0/Ug7tKPYb1MU/s1600-h/OutlookSecurityWarning.bmp"&gt;&lt;img id="BLOGGER_PHOTO_ID_5050300738662035666" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_Y4vA6npp7Ds/RhZFw6DX8NI/AAAAAAAAAA0/Ug7tKPYb1MU/s400/OutlookSecurityWarning.bmp" border="0" /&gt;&lt;/a&gt;
&lt;p&gt;According to &lt;a href="http://support.microsoft.com/kb/329765/en-us" target="_blank"&gt;KB329765&lt;/a&gt; – &lt;i&gt;“This behavior occurs because there is no
running session of Outlook to determine the correct security profile to load.
Therefore, the default security profile is used, causing the security prompt.
When you programmatically access an item in the Address Book, a session must be
running to determine the correct security profile to load. When Microsoft
Outlook is not running, the security dialog prompts the user because the default
security profile is used.” &lt;/i&gt;

&lt;p&gt;Although offered as a security feature, this prompt can be very annoying if
the application frequently needs to access the address book or to send mails.

&lt;p&gt;The workaround is to disable this security prompt by setting/creating a
REG_DWORD registry entry CheckAdminSettings = 1 located at
HKEY_CURRENT_USER\Software\Policies\Microsoft\Security

&lt;blockquote style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px"&gt;

&lt;span style="font-family:courier new, courier, mono;"&gt;Windows Registry Editor Version
5.00&lt;/span&gt;

&lt;p&gt;&lt;span style="font-family:courier new, courier, mono;"&gt;[HKEY_CURRENT_USER\Software\Policies\Microsoft\Security]


"CheckAdminSettings"=dword:00000001&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;The table below shows other applicable values for CheckAdminSettings.

&lt;p&gt;

&lt;table cellspacing="0" cellpadding="2" width="100%" border="1"&gt;

&lt;tbody&gt;

&lt;tr&gt;

&lt;td&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;Value&lt;/b&gt; &lt;/span&gt;&lt;/td&gt;

&lt;td&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;What Oulook Does&lt;/b&gt; &lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;

&lt;td&gt;&lt;span style="font-size:85%;"&gt;Key not present&lt;/span&gt;&lt;/td&gt;

&lt;td&gt;&lt;span style="font-size:85%;"&gt;Uses its default settings&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;

&lt;td&gt;&lt;span style="font-size:85%;"&gt;0&lt;/span&gt;&lt;/td&gt;

&lt;td&gt;&lt;span style="font-size:85%;"&gt;Uses its default settings&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;

&lt;td&gt;&lt;span style="font-size:85%;"&gt;1&lt;/span&gt;&lt;/td&gt;

&lt;td&gt;&lt;span style="font-size:85%;"&gt;Looks for settings in the Outlook Security Settings folder,
applying them according to the defaults and specific users you've
specified.&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;

&lt;td&gt;&lt;span style="font-size:85%;"&gt;2&lt;/span&gt;&lt;/td&gt;

&lt;td&gt;&lt;span style="font-size:85%;"&gt;For Outlook 2002 and Outlook 2003 only: Looks for settings in
the Oulook 10 Security Settings folder, ignoring any settings in the Outlook
Security Settings folder. Use this value when you want Outlook 2002/2003 to use
different settings&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;

&lt;td&gt;&lt;span style="font-size:85%;"&gt;Anything else&lt;/span&gt;&lt;/td&gt;

&lt;td&gt;&lt;span style="font-size:85%;"&gt;Uses its default settings&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;


&lt;p&gt;This setting applies in current user hive only. Therefore, to apply it by
default to all users, make the same entry in Default User hive
(HKEY_USERS\.DEFAULT). This NTUSER.DAT file can then be copied to other systems
as well where the Outlook security warning needs to be disabled. Of course, it
goes without saying that this setting can also be exploited by viruses. Also
note that CheckAdminSettings registry change works only with Exchange Server.

&lt;p&gt;References:

&lt;a href="http://searchexchange.techtarget.com/originalContent/0,289142,sid43_gci963544,00.html"&gt;http://searchexchange.techtarget.com/originalContent/0,289142,sid43_gci963544,00.html&lt;/a&gt;


&lt;p&gt;Thanks to my manager for sharing this info!

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=RoQXJLsBdYs:TK1scVfXxOI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=RoQXJLsBdYs:TK1scVfXxOI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=RoQXJLsBdYs:TK1scVfXxOI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=RoQXJLsBdYs:TK1scVfXxOI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=RoQXJLsBdYs:TK1scVfXxOI:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=RoQXJLsBdYs:TK1scVfXxOI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=RoQXJLsBdYs:TK1scVfXxOI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=RoQXJLsBdYs:TK1scVfXxOI:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=RoQXJLsBdYs:TK1scVfXxOI:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/RoQXJLsBdYs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/1368229496843382164/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=1368229496843382164" title="13 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/1368229496843382164?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/1368229496843382164?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/RoQXJLsBdYs/how-to-disable-outlook-security-warning.html" title="How To Disable Outlook Security Warning - &quot;A program is trying to access e-mail addresses...&quot;" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_Y4vA6npp7Ds/RhZFw6DX8NI/AAAAAAAAAA0/Ug7tKPYb1MU/s72-c/OutlookSecurityWarning.bmp" height="72" width="72" /><thr:total>13</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2007/04/how-to-disable-outlook-security-warning.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUcESHcyfyp7ImA9WBFWE0g.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-1063661625614936258</id><published>2007-03-30T13:47:00.000+08:00</published><updated>2007-04-01T00:03:29.997+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-04-01T00:03:29.997+08:00</app:edited><title>VBScript: Execute process remotely with WMI</title><content type="html">&lt;p&gt;For our terminal/citrix servers we have to regularly run &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=901A9B95-6063-4462-8150-360394E98E1E&amp;displaylang=en" target="_blank"&gt;delprof&lt;/a&gt; command for deleting inactive user profiles to minimize disk space consumption. The annoying part is to login into each of the servers just to run this command. Even though delprof supports deleting profiles on remote servers with the switch &lt;span style="font-family:courier new, courier, mono;"&gt;&lt;b&gt;/C:\\&amp;lt;computername&amp;gt;&lt;/b&gt;&lt;/span&gt;,
but that runs terribly slow over WAN links.&lt;/p&gt;

&lt;p&gt;A workaround is to remotely execute delprof (or for that matter any
other command) on the remote server by using tools like &lt;a href="http://www.microsoft.com/technet/sysinternals/utilities/psexec.mspx" target="_blank"&gt;PsExec&lt;/a&gt; which installs a temporary service on the remote
machine to be able to execute process remotely, and unintalls the same service
after the process finishes. Because of its dependency on installing a service,
PsExec might not always be a viable option in production environment. So, what's
an alternative now?&lt;/p&gt;

&lt;p&gt;Enter WMI. &lt;/p&gt;

&lt;p&gt;It offers the capability to execute process remotely with the
limitation of not allowing any user interaction - the process will run in the
background without showing any interface on user's session, which is a perfect
feature for running silent installs or non-interactive processes, for example,
&lt;span style="font-family:courier new, courier, mono;"&gt;delprof /q/i&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Below is the code snippet which does the job.&lt;/p&gt;

&lt;div&gt;&lt;span style="font-size:100%;color:#0000ff;"&gt;

&lt;p&gt;&lt;span style="font-family:courier new, courier, mono;"&gt;Set&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:courier new, courier, mono;"&gt;&lt;span style="font-size:100%;"&gt; objWMIService &lt;b&gt;=&lt;/b&gt;
&lt;/span&gt;&lt;span style="font-size:100%;color:#0000ff;"&gt;GetObject&lt;/span&gt;&lt;span style="font-size:100%;"&gt;(&lt;/span&gt;&lt;span style="font-size:100%;color:#ff00ff;"&gt;"winmgmts:\\" &amp; strComputer &amp;amp; "&lt;/span&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;\&lt;/b&gt;root&lt;b&gt;\&lt;/b&gt;cimv2:Win32_Process&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;color:#ff00ff;"&gt;&lt;span style="font-family:courier new, courier, mono;"&gt;")

&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br&gt;&lt;span style="font-family:courier new, courier, mono;"&gt;intReturn &lt;b&gt;=&lt;/b&gt;
objWMIService.Create(&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:courier new, courier, mono;"&gt;&lt;span style="font-size:100%;color:#ff00ff;"&gt;"delprof /q/i"&lt;/span&gt;&lt;span style="font-size:100%;"&gt;, &lt;/span&gt;&lt;span style="font-size:85%;color:#000080;"&gt;Null&lt;/span&gt;&lt;span style="font-size:100%;"&gt;, &lt;/span&gt;&lt;span style="font-size:100%;color:#000080;"&gt;Null&lt;/span&gt;&lt;span style="font-size:100%;"&gt;, intProcessID)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;This script also uses &lt;a href="http://www.microsoft.com/technet/scriptcenter/funzone/games/solutions07/bvbsol01.mspx" target="_blank"&gt;Popup function of WScript.Shell&lt;/a&gt; instance to display message
box which disappears after specified seconds - great for showing quick status
messages without waiting for any user interaction.

&lt;p&gt;&lt;a href="http://rajeshkmr.googlepages.com/DelProf.v2.vbs"&gt;Here&lt;/a&gt; is the complete script which executes delprof command on
the target server and shows before and after free space information at the end,
on the client side.

&lt;a href="http://2.bp.blogspot.com/_Y4vA6npp7Ds/RgzB7TVaQ7I/AAAAAAAAAAs/0ji-l0Xudag/s1600-h/delprof.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5047622506922001330" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_Y4vA6npp7Ds/RgzB7TVaQ7I/AAAAAAAAAAs/0ji-l0Xudag/s400/delprof.JPG" border="0" /&gt;&lt;/a&gt;

&lt;p&gt;&lt;b&gt;Assumptions:&lt;/b&gt;

&lt;ul&gt;

&lt;li&gt;Delprof executable should already be installed on the target server.

&lt;li&gt;Because the script also checks before and after free space on C: drive, it
assumes that &lt;b&gt;\Documents and Settings&lt;/b&gt; folder is located on server's C:
drive. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;b&gt;Reference:&lt;/b&gt; &lt;a href="http://www.microsoft.com/technet/scriptcenter/resources/qanda/dec06/hey1208.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/resources/qanda/dec06/hey1208.mspx&lt;/a&gt;


&lt;p&gt;&lt;b&gt;NOTE:&lt;/b&gt; For some weird reason, delprof command is case
sensitive. Therefore, &lt;span style="font-family:courier new, courier, mono;"&gt;DELPROF
/q/i&lt;/span&gt; does not recognize the "quiet" and "ignore" switches and still
prompts: &lt;span style="font-family:courier new, courier, mono;"&gt;Delete inactive profiles on
\\SERVERNAME? (Yes/No)&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=L1s1vJqAkN4:Opbc10Q6NSo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=L1s1vJqAkN4:Opbc10Q6NSo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=L1s1vJqAkN4:Opbc10Q6NSo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=L1s1vJqAkN4:Opbc10Q6NSo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=L1s1vJqAkN4:Opbc10Q6NSo:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=L1s1vJqAkN4:Opbc10Q6NSo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=L1s1vJqAkN4:Opbc10Q6NSo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=L1s1vJqAkN4:Opbc10Q6NSo:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=L1s1vJqAkN4:Opbc10Q6NSo:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/L1s1vJqAkN4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/1063661625614936258/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=1063661625614936258" title="10 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/1063661625614936258?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/1063661625614936258?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/L1s1vJqAkN4/vbscript-execute-process-remotely-with.html" title="VBScript: Execute process remotely with WMI" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_Y4vA6npp7Ds/RgzB7TVaQ7I/AAAAAAAAAAs/0ji-l0Xudag/s72-c/delprof.JPG" height="72" width="72" /><thr:total>10</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2007/03/vbscript-execute-process-remotely-with.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUECSHk9fyp7ImA9WBFVFkg.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-2453136177989333226</id><published>2007-03-21T03:24:00.000+08:00</published><updated>2007-04-16T01:21:09.767+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-04-16T01:21:09.767+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="registry" /><category scheme="http://www.blogger.com/atom/ns#" term="tips" /><category scheme="http://www.blogger.com/atom/ns#" term="windows" /><category scheme="http://www.blogger.com/atom/ns#" term="vbscript" /><title>VBScript: Unload Non-Active User Hives From Registry</title><content type="html">In Windows 2000 Terminal Server/Citrix environments, it often happens that after users have logged off, their user registry hive doesn't unload automatically from HKEY_USERS\, which in turn keeps consuming registry space and causes it to go out of sufficient free space. The workaround is to launch REGEDT32.EXE (on W2K) or REGEDIT (on W2K3) and manually unload user hives from HKU, but again you'll need to manually figure out who all are active users and exclude those from unloading. This manual process requires converting each of the logged-in user IDs into their respective SIDs and searching them in HKU to exclude.

&lt;p&gt;&lt;a href="http://rajeshkmr.googlepages.com/UnloadUserHives.v1.vbs"&gt;&lt;strong&gt;This&lt;/strong&gt;&lt;/a&gt; script addresses these issues and automates the process of unloading only non-active user hives from HKEY_USERS. This script first converts each of the loaded user SIDs into user names, then attempts to unload all but the active ones by matching those user names with the output from 'query user' command. Below are more details:

&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Expected Input:&lt;/strong&gt;
Target computer name. By default it’ll show local computer name where it is executed from, which can be changed to any target system. This script can be run from the local desktop session, no need to login into remote system. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Definite Output:
&lt;/strong&gt;The output file will open automatically in notepad after script execution, and will be stored in C:\TEMP\UnloadHive-&lt;em&gt;SERVERNAME&lt;/em&gt;.log on the system where it is run. The output file shows a quick summary of how many hives unloaded successfully and registry space gained. This script also keeps updating a single log file (CSV) with summary result of each execution - in case any data analysis or trend analysis is required to do in future.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Dependency:&lt;/strong&gt;
Requires &lt;a href="http://www.microsoft.com/technet/sysinternals/utilities/psgetsid.mspx"&gt;&lt;strong&gt;psgetsid.exe&lt;/strong&gt;&lt;/a&gt; to be present in the same directory where script is. It is recommended to copy psgetsid.exe in the executable path on the local machine (e.g., C:\Windows\). &lt;/p&gt;&lt;/blockquote&gt;Download the script &lt;a href="http://rajeshkmr.googlepages.com/UnloadUserHives.v1.vbs"&gt;&lt;strong&gt;here&lt;/strong&gt;&lt;/a&gt;.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=VVrMa18vKXg:rFB_84g9NuI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=VVrMa18vKXg:rFB_84g9NuI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=VVrMa18vKXg:rFB_84g9NuI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=VVrMa18vKXg:rFB_84g9NuI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=VVrMa18vKXg:rFB_84g9NuI:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=VVrMa18vKXg:rFB_84g9NuI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=VVrMa18vKXg:rFB_84g9NuI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=VVrMa18vKXg:rFB_84g9NuI:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=VVrMa18vKXg:rFB_84g9NuI:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/VVrMa18vKXg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/2453136177989333226/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=2453136177989333226" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/2453136177989333226?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/2453136177989333226?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/VVrMa18vKXg/vbscript-unload-non-active-user-hives.html" title="VBScript: Unload Non-Active User Hives From Registry" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2007/03/vbscript-unload-non-active-user-hives.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUEDQXs7eyp7ImA9WBBXFk8.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-116462367028815351</id><published>2006-11-27T18:31:00.000+08:00</published><updated>2006-11-27T18:34:30.503+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2006-11-27T18:34:30.503+08:00</app:edited><title>Importing Yahoo! mails to Gmail</title><content type="html">Since I don't have anything new to post, I'll just bookmart some useful information I came across. If you (me) ever think about migrating to Gmail from Yahoo!

&lt;a href="http://sandeep.wordpress.com/2006/11/27/moving-to-gmail"&gt;http://sandeep.wordpress.com/2006/11/27/moving-to-gmail&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=7lAHXwwOim4:B06cEVwulG0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=7lAHXwwOim4:B06cEVwulG0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=7lAHXwwOim4:B06cEVwulG0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=7lAHXwwOim4:B06cEVwulG0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=7lAHXwwOim4:B06cEVwulG0:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=7lAHXwwOim4:B06cEVwulG0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=7lAHXwwOim4:B06cEVwulG0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=7lAHXwwOim4:B06cEVwulG0:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=7lAHXwwOim4:B06cEVwulG0:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/7lAHXwwOim4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/116462367028815351/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=116462367028815351" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/116462367028815351?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/116462367028815351?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/7lAHXwwOim4/importing-yahoo-mails-to-gmail.html" title="Importing Yahoo! mails to Gmail" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2006/11/importing-yahoo-mails-to-gmail.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUUFQX8-fip7ImA9WBNbFEQ.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-115849321014667486</id><published>2006-09-17T19:37:00.000+08:00</published><updated>2006-09-17T19:40:10.156+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2006-09-17T19:40:10.156+08:00</app:edited><title>Citrix Scripting with WMI</title><content type="html">A great tip to use WMI for scripting Citrix (if MFCOM sounds scary :-) )
&lt;a href="http://www.frameworkx.com/frameworkx/contentblogdetail.aspx?blog=56&amp;id=438"&gt;http://www.frameworkx.com/frameworkx/contentblogdetail.aspx?blog=56&amp;amp;id=438&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=5kB7pAljE30:w3bkeq6bp3Q:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=5kB7pAljE30:w3bkeq6bp3Q:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=5kB7pAljE30:w3bkeq6bp3Q:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=5kB7pAljE30:w3bkeq6bp3Q:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=5kB7pAljE30:w3bkeq6bp3Q:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=5kB7pAljE30:w3bkeq6bp3Q:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=5kB7pAljE30:w3bkeq6bp3Q:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=5kB7pAljE30:w3bkeq6bp3Q:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=5kB7pAljE30:w3bkeq6bp3Q:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/5kB7pAljE30" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/115849321014667486/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=115849321014667486" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115849321014667486?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115849321014667486?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/5kB7pAljE30/citrix-scripting-with-wmi.html" title="Citrix Scripting with WMI" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2006/09/citrix-scripting-with-wmi.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUEGQHg4fip7ImA9WBNVGUk.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-115693067321111743</id><published>2006-08-30T17:37:00.000+08:00</published><updated>2006-08-30T21:13:41.636+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2006-08-30T21:13:41.636+08:00</app:edited><title>Stay Secure!</title><content type="html">&lt;p&gt;
  This is definitely not good. During last one week two of my friends lost their
  yahoo accounts, possibly got hacked. Amit was on SANS security training in
  Singapore, with 65 other &lt;strike&gt;potential hackers&lt;/strike&gt; security
  professionals. After the last day in his training when he came back home he
  realized that his Yahoo! Account password wasn’t working anymore. My other
  colleague, Sudhakar, accessed his yahoo mail on his roommate’s laptop and next
  thing he knew the following day was, his yahoo password wasn’t working
  anymore.
&lt;/p&gt;
&lt;p&gt;
  I can’t stress enough how risky it is to access your email/e-banks/e-commerce
  transactions over public networks or on some others’ machine. It is not a
  matter of having complete trust on someone you know well enough, even if that
  person happens to be your family member/close friend/colleague, because you
  can never be sure if his own machine is secure enough. You cannot rule out the
  possibility that his machine might already be hacked, and all it takes is just
  one attempt for you to enter your secret credentials on that hacked machine
  (or if he hasn’t intentionally been running malicious programs).
&lt;/p&gt;
&lt;p&gt;
  An end-user never bothers to secure his own machine apart from following
  regular recommendations – things like, keep the anti-virus definitions
  updated, install anti-spywares like Spybot &amp;amp; Windows Defender and keep the
  definitions updated, regularly scan your system with anti-virus/anti-spywares,
  blah-blah. But the important aspect we don’t usually realize is that there are
  other channels to hack into system and keep it infected in a manner that
  regular anti-virus/anti-spywares cannot detect. The biggest limitation with
  these scanning tools is that these are all definition based and not
  behavioral/pattern based. What this means is that unless the
  loophole/vulnerability/threat becomes visible in public domain and a
  patch/definition is released, these scanning tools will not be able to detect
  them. For example, anyone with a decent programming knowledge can develop a
  quick key-logger/virus/Trojan and release it within limited scope, may be
  within among his contact circle. Behavioral based scanning tool, on the other
  hand, keep monitoring the system at lower layers (of OS architecture) and are
  better able to detect system modifications that key-logger tries to make to
  activate itself.
&lt;/p&gt;
&lt;p&gt;
  The other aspect most people ignore is that they do not change the default
  system configuration. For example, after a typical Windows installation, quite
  a few system services get active which might not really be required for user,
  but which can act as potential security holes. Network services like ‘client
  for Microsoft networks’ and ‘file and print sharing’ are always active on all
  the network interfaces – physical network interface as well as wireless
  interface. Unless a good firewall is installed on the system, it is not very
  difficult to hack into the system using just these two services and activate
  some Trojan/key logger on that system. Rootkit is another new category of
  tools which are even harder to detect with traditional scanning tools.
&lt;/p&gt;
&lt;p&gt;
  Here are some quick recommendations. This is not an exhaustive and polished
  list, but just few quick ones on the top of my head. Of course, it goes
  without saying that if you use same laptop at both office and home, you should
  check with your system administrator before making these modifications.&amp;nbsp;
&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;
    Always ensure that your system is completely patched with up to date
    hot-fixes. You can use
    &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=4B4ABA06-B5F9-4DAD-BE9D-7B51EC2E5AC9&amp;amp;displaylang=en" target="blank_" title="Microsoft’s Baseline Security Analyzer"&gt;&lt;strong&gt;Microsoft’s
    Baseline Security Analyzer&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;to do the gap analysis and
    install all the required patches.&lt;/li&gt;
  &lt;li&gt;
    Never trust any system other that your own (secure) system for entering your
    credentials (email/banking/credit card/etc). Remember, all it takes is just
    one attempt, even if that system belongs to your closest friend/family
    member/colleague. I personally confess of having captured password details
    of my friends, though I have never (mis)used those details!&lt;/li&gt;
  &lt;li&gt;
    Disable Remote Registry service. An example where this can be exploited is,
    lot of instant messengers store user passwords in encrypted form inside
    registry. All it takes is extracting the relevant registry keys remotely and
    attacking it offline. Again, anyone who knows me, when I say to them that
    they haven’t changed their passwords for a long time, I really mean it
    (sometimes)!&amp;nbsp;&lt;font face="Wingdings"&gt;J&lt;/font&gt;&lt;/li&gt;
  &lt;li&gt;
    Even when using your own system over public wireless network, do not enter
    confidential details. The risk with these public hotspots is that you can
    never know that the person sitting next to you can possibly be running some
    network capturing tool to sniff your data packets to crack it offline later.
    There are tools available which can capture your network interface’s MAC
    address and inject those same MAC address in their own machine’s network
    packets to trick the wireless switch to send the returning packets to their
    system. If you really have to use public wireless hotspots for entering
    confidential details, do that only over VPN connection.&lt;/li&gt;
  &lt;li&gt;
    Disable ‘Client for Microsoft Networks’ &amp;amp; ‘File and Print Sharing’ on
    wireless network interface unless you use open wireless access in your
    office/home for logon authentication and/or sharing files/print attached to
    your own system. At home if you connect your DSL directly to your system,
    you should either install a good firewall or disable these two services on
    the interface where DSL connects (physical LAN port or wireless), because
    when DSL is directly connected to your system, it is your system which gets
    the public IP address and gets exposed to Internet. Do yourself a big favor
    and get a
    &lt;strong&gt;&lt;a href="http://en.wikipedia.org/wiki/WRT54G" target="blank_" title="switched-router"&gt;switched-router&lt;/a&gt;&lt;/strong&gt;&amp;nbsp;instead
    of connecting your system directly to public interface.&lt;/li&gt;
  &lt;li&gt;
    Avoid installing any third-party softwares without first testing it on some
    dummy machine. Use
    &lt;a href="http://www.vmware.com/products/ws/" target="blank_" title="VMWare Workstation"&gt;&lt;strong&gt;VMWare
    Workstation&lt;/strong&gt;&lt;/a&gt; (paid) or
    &lt;strong&gt;&lt;a href="http://www.microsoft.com/windows/virtualpc/downloads/sp1.mspx" target="blank_" title="Virtual PC"&gt;Virtual
    PC&lt;/a&gt;&lt;/strong&gt; (free) for testing softwares in isolated environments.&lt;/li&gt;
  &lt;li&gt;
    Regularly run &lt;strong&gt;Autoruns&lt;/strong&gt; and &lt;strong&gt;Process
    Explorer&lt;/strong&gt; on your system to monitor what all processes are
    configured to autostart and currently running. If all the entires in these
    tools scare you first, start getting yourself familiar with it.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
  Here are some quick directions on what you should have on your system:&amp;nbsp;
&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;
    &lt;strong&gt;Rootkit detection:&lt;/strong&gt;&lt;br/&gt;
    &lt;a href="http://www.sysinternals.com/Utilities/RootkitRevealer.html" target="blank_" title="http://www.sysinternals.com/Utilities/RootkitRevealer.html"&gt;http://www.sysinternals.com/Utilities/RootkitRevealer.html&lt;/a&gt;&amp;nbsp;&lt;br/&gt;
    &lt;a href="http://sophos.com/products/free-tools/sophos-anti-rootkit.html" target="blank_" title="http://sophos.com/products/free-tools/sophos-anti-rootkit.html"&gt;http://sophos.com/products/free-tools/sophos-anti-rootkit.html&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;
    &lt;strong&gt;Firewall:&lt;/strong&gt; Choose from the review -
    &lt;a href="http://www.firewallguide.com/software.htm" target="blank_" title="http://www.firewallguide.com/software.htm"&gt;http://www.firewallguide.com/software.htm&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;
    &lt;strong&gt;Anti-Spyware:&lt;/strong&gt; Choose from the review -
    &lt;a href="http://www.firewallguide.com/spyware.htm" target="blank_" title="http://www.firewallguide.com/spyware.htm"&gt;http://www.firewallguide.com/spyware.htm&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;
    &lt;strong&gt;Anti-Virus:&lt;/strong&gt; Choose from the review-
    &lt;a href="http://www.firewallguide.com/anti-virus.htm" target="blank_" title="http://www.firewallguide.com/anti-virus.htm"&gt;http://www.firewallguide.com/anti-virus.htm&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;
    &lt;strong&gt;Autoruns&lt;/strong&gt; -
    &lt;a href="http://www.sysinternals.com/Utilities/Autoruns.html" target="blank_" title="http://www.sysinternals.com/Utilities/Autoruns.html"&gt;http://www.sysinternals.com/Utilities/Autoruns.html&lt;/a&gt;
    and&lt;br/&gt;
    &lt;strong&gt;Process Explorer&lt;/strong&gt; -
    &lt;a href="http://www.sysinternals.com/Utilities/ProcessExplorer.html" target="blank_" title="http://www.sysinternals.com/Utilities/ProcessExplorer.html"&gt;http://www.sysinternals.com/Utilities/ProcessExplorer.html&lt;/a&gt;.&lt;br/&gt;
    To know more about these two tools, read my other
    posting&amp;nbsp;&lt;a href="http://sogeeky.blogspot.com/2006/06/few-must-know-tools-for-basic-system.html" target="blank_" title="http://sogeeky.blogspot.com/2006/06/few-must-know-tools-for-basic-system.html"&gt;http://sogeeky.blogspot.com/2006/06/few-must-know-tools-for-basic-system.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
  Don't believe me? Read this:
  &lt;a href="http://travel2.nytimes.com/2006/08/22/technology/22secure.html?adxnnl=1&amp;amp;adxnnlx=1156943011-4xWhSB0vFUdnCdz81cssqQ" target="blank_" title="http://travel2.nytimes.com/2006/08/22/technology/22secure.html?adxnnl=1&amp;amp;amp;adxnnlx=1156943011-4xWhSB0vFUdnCdz81cssqQ"&gt;http://travel2.nytimes.com/2006/08/22/technology/22secure.html?adxnnl=1&amp;amp;adxnnlx=1156943011-4xWhSB0vFUdnCdz81cssqQ&lt;/a&gt;
&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=M2-YyfJLMRo:pgvVxkpEBqY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=M2-YyfJLMRo:pgvVxkpEBqY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=M2-YyfJLMRo:pgvVxkpEBqY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=M2-YyfJLMRo:pgvVxkpEBqY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=M2-YyfJLMRo:pgvVxkpEBqY:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=M2-YyfJLMRo:pgvVxkpEBqY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=M2-YyfJLMRo:pgvVxkpEBqY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=M2-YyfJLMRo:pgvVxkpEBqY:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=M2-YyfJLMRo:pgvVxkpEBqY:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/M2-YyfJLMRo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/115693067321111743/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=115693067321111743" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115693067321111743?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115693067321111743?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/M2-YyfJLMRo/stay-secure.html" title="Stay Secure!" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2006/08/stay-secure.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0UDQXk9fip7ImA9WBNVEUU.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-115618927067090366</id><published>2006-08-22T03:36:00.000+08:00</published><updated>2006-08-22T03:41:10.766+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2006-08-22T03:41:10.766+08:00</app:edited><title>How To Capture Network Traffic on Local Computer</title><content type="html">A great tip from &lt;strong&gt;Joe&lt;/strong&gt; about sniffing network traffic on local computer - &lt;a href="http://blog.joeware.net/2006/08/21/539/"&gt;http://blog.joeware.net/2006/08/21/539/&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=Gl9dREQtupo:GupsYEktcII:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=Gl9dREQtupo:GupsYEktcII:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=Gl9dREQtupo:GupsYEktcII:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=Gl9dREQtupo:GupsYEktcII:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=Gl9dREQtupo:GupsYEktcII:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=Gl9dREQtupo:GupsYEktcII:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=Gl9dREQtupo:GupsYEktcII:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=Gl9dREQtupo:GupsYEktcII:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=Gl9dREQtupo:GupsYEktcII:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/Gl9dREQtupo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/115618927067090366/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=115618927067090366" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115618927067090366?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115618927067090366?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/Gl9dREQtupo/how-to-capture-network-traffic-on.html" title="How To Capture Network Traffic on Local Computer" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2006/08/how-to-capture-network-traffic-on.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU4BQHkzfip7ImA9WBNVEUU.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-115618753639860420</id><published>2006-08-22T03:11:00.000+08:00</published><updated>2006-08-22T03:19:11.786+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2006-08-22T03:19:11.786+08:00</app:edited><title>How &amp; Why You Should Backup Registry Files</title><content type="html">&lt;p&gt;
  If you ever come across Windows boot&amp;nbsp;error when it fails to load&amp;nbsp;one
  or more&amp;nbsp;(corrupted) registry hives, you can follow the steps explained in
  MS
  &lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;307545" target="blank_" title="How to recover from a corrupted registry that prevents Windows XP from starting"&gt;&lt;strong&gt;KB307545&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;to
  recover from corrupted registry. Having said that, lets understand few
  non-obvious facts.
&lt;/p&gt;
&lt;p&gt;
  When Windows is installed, it creates a&amp;nbsp;backup of all the registry files
  in \%SYSTEMROOT%\repair\, whereas&amp;nbsp;all the active registry files&amp;nbsp;that
  Windows uses during run time are stored in \%SYSTEMROOT%\System32\Config. If
  any of the registry files inside \Config folder&amp;nbsp;is corrupted, you can use
  Recovery Console to recover registry files from \repair folder to \config
  folder. There is however one significant consequence - the system will lose
  all the softare installation settings and system configuration done since
  Windows installation because registry files inside&amp;nbsp;\repair folder are
  never updated after Windows installation, so after recovering those files the
  system essentially goes back to the same state when it was first installed
  (&lt;strong&gt;KB307545: &lt;/strong&gt;&lt;em&gt;"...This registry was created and saved during
  the initial setup of Windows XP. Therefore any changes and settings that
  occurred after the Setup program was finished are lost..."&lt;/em&gt;).
&lt;/p&gt;
&lt;p&gt;
  To avoid this consequence, you can periodically update \repair folder using
  NTBACKUP tool.&amp;nbsp;NTBACKUP doesn't have any specific option to update
  registry files, but all you need to do is take a System State backup,
  which&amp;nbsp;will create a flat .BKF file, but will also update the \repair
  folder with copies of all registry files from \config folder. You can later
  delete that .BKF files because all we want to accomplish here is to update
  \repair folder with the most recent copy of registry files. It is also very
  easy to automate this entire process by creating a scheduled backup&amp;nbsp;job
  which runs once a week (or depending on how frequently you change system
  settings or install/uninstall softwares) and overwrites the same BKF file.
  Here is a related article which addresses similar requirement -
  &lt;a href="http://www.windowsitpro.com/Article/ArticleID/24657/24657.html" target="blank_" title="How can I update the \%systemroot%\repair folder under Windows XP and Windows 2000?"&gt;http://www.windowsitpro.com/Article/ArticleID/24657/24657.html&lt;/a&gt;
&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=DrFhyAw2kps:-PO39-nab68:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=DrFhyAw2kps:-PO39-nab68:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=DrFhyAw2kps:-PO39-nab68:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=DrFhyAw2kps:-PO39-nab68:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=DrFhyAw2kps:-PO39-nab68:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=DrFhyAw2kps:-PO39-nab68:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=DrFhyAw2kps:-PO39-nab68:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=DrFhyAw2kps:-PO39-nab68:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=DrFhyAw2kps:-PO39-nab68:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/DrFhyAw2kps" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/115618753639860420/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=115618753639860420" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115618753639860420?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115618753639860420?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/DrFhyAw2kps/how-why-you-should-backup-registry.html" title="How &amp; Why You Should Backup Registry Files" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2006/08/how-why-you-should-backup-registry.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0QGRX87fip7ImA9WBNWF0w.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-115567083304394620</id><published>2006-08-16T03:21:00.000+08:00</published><updated>2006-08-16T17:08:44.106+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2006-08-16T17:08:44.106+08:00</app:edited><title>Spywares Will Be Spywares</title><content type="html">&lt;P&gt;As soon as I &lt;A href="http://blog.joeware.net/2006/08/11/519/" 
target=_blank&gt;heard&lt;/A&gt; about free DJ softwares – &lt;B&gt;&lt;A 
href="http://www.kramware.com/" target=_blank&gt;&lt;B&gt;KraMixer&lt;/B&gt;&lt;/A&gt;&lt;/B&gt; &amp;amp; 
&lt;B&gt;&lt;A href="http://www.kramware.com/mixsense" 
target=_blank&gt;&lt;B&gt;MixSense&lt;/B&gt;&lt;/A&gt;&lt;/B&gt; – both from &lt;B&gt;&lt;A 
href="http://www.kramware.com/" target=_blank&gt;&lt;B&gt;Kramware&lt;/B&gt;&lt;/A&gt;&lt;/B&gt;, I 
immediately went ahead and started the installation, only to realize that both 
come bundled with Save software &lt;SPAN style="FONT-FAMILY: wingdings"&gt;L&lt;/SPAN&gt; 
&lt;P&gt;Few years ago, Save software used to be a very ‘popular’ spyware – just as prominent 
as GAIN and few others were. I had not heard about Save afterwards until I came 
across these two freewares from Kramware. Nevertheless, still to give it a shot 
and see if anything has changed in its ‘spyware’ behavior, I went ahead and 
installed KraMixer along with it’s Save and search bar components. Yes it was 
not only Save, but also a search bar that came bundled with it (though its 
installation was optional). Another reason why I still installed it was that it 
mentioned Save is NOT a spyware! Now this was interesting. I did hear a while 
ago that GAIN had made efforts to come out of spywares category, but had never 
heard about Save making similar efforts – only if it had been technically true. 
Anyway, after the installation I fired up couple of monitoring tools (ethereal, 
filemon, autoruns, procexp, ollydbg) to see what these no-more-spyware 
softwares are up to. 
&lt;P&gt;Just to pause here to give a quick context – by the basic definition of &lt;B&gt;&lt;A 
href="http://www.answers.com/topic/spyware" 
target=_blank&gt;&lt;B&gt;spyware&lt;/B&gt;&lt;/A&gt;&lt;/B&gt;, it is a piece of software that monitors 
users’ browsing habits and sends that information to software owners. It is a 
broad category of software – ranging from monitoring just the websites users 
visits, to as severe as intercepting users’ personal information (e.g., emails, 
passwords, etc.). This information is then used by those vendors to send spam 
mails and targeted advertisements. That is how they make money. 
&lt;P&gt;Ok, coming back. As it was obvious, when I ran Spybot S &amp;amp; D and Windows 
Defender, both caught Save.exe and its search bar as potential spywares. Now, 
those same softwares, just to avoid being called as spyware, apparently have 
changed their modes of operations. Instead of sending users’ browsing habits 
back to their software owners, they now do the analysis locally on users’ 
machine about which advertisements to show. As an example, I installed 
kramware’s software on a fresh virtual machine and visited sites of &lt;B&gt;&lt;A 
href="http://www.safer-networking.org/" target=_blank&gt;&lt;B&gt;Spybot 
S&amp;amp;D&lt;/B&gt;&lt;/A&gt;&lt;/B&gt; and &lt;B&gt;&lt;A 
href="http://www.microsoft.com/athome/security/spyware/software/default.mspx" 
target=_blank&gt;&lt;B&gt;Windows Defender&lt;/B&gt;&lt;/A&gt;&lt;/B&gt; . Because both are anti-spywares, 
after few minutes IE started showing pop-up related to all the anti-spyware 
softwares. What goes in the background is, as revealed by Ethereal dump, 
Save.exe downloads a small database from its website and saves it inside 
C:\Program Files\Save\Save.db. Save.exe also builds another database store.db in 
the same folder apparently to keep track of all the websites user visits. 
Save.exe and search bar components build user’s browsing habit by regularly 
monitoring IE’s index.dat to peek into all websites user visits (I’ll probably 
write more about these index.dat files in my future posts – it is worth a 
complete post for itself). 
&lt;P&gt;&lt;A href="http://photos1.blogger.com/blogger/5535/1052/1600/save.0.jpg"&gt;&lt;IMG 
style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" 
alt="" src="http://photos1.blogger.com/blogger/5535/1052/400/save.jpg" 
border=0&gt;&lt;/A&gt; 
&lt;P&gt;Still, one good thing about these Save softwares is that whatever they intend 
to do, they do with user’s consent as they have mentioned in their &lt;A 
href="http://www.whenu.com/pc_save.html" target=_blank&gt;privacy policy&lt;/A&gt;. But 
the realization, that something running on my machine is constantly monitoring 
my browsing habits, still bothers me. &lt;P&gt;Kramware: find some place else, not my 
system; I would rather pay for a &lt;B&gt;&lt;A href="http://www.virtualdj.com/" 
target=_blank&gt;&lt;B&gt;commercial&lt;/B&gt;&lt;/A&gt;&lt;/B&gt; software.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=HcsyAzg5drw:gQjRwyB4e8g:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=HcsyAzg5drw:gQjRwyB4e8g:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=HcsyAzg5drw:gQjRwyB4e8g:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=HcsyAzg5drw:gQjRwyB4e8g:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=HcsyAzg5drw:gQjRwyB4e8g:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=HcsyAzg5drw:gQjRwyB4e8g:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=HcsyAzg5drw:gQjRwyB4e8g:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=HcsyAzg5drw:gQjRwyB4e8g:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=HcsyAzg5drw:gQjRwyB4e8g:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/HcsyAzg5drw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/115567083304394620/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=115567083304394620" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115567083304394620?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115567083304394620?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/HcsyAzg5drw/spywares-will-be-spywares.html" title="Spywares Will Be Spywares" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2006/08/spywares-will-be-spywares.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QEQ3g-fip7ImA9WBNWE0s.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-115536129858123187</id><published>2006-08-12T13:38:00.000+08:00</published><updated>2006-08-12T13:41:42.656+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2006-08-12T13:41:42.656+08:00</app:edited><title>Installing Visual Studio 6 on XP SP2</title><content type="html">&lt;P&gt;If you try to install Visual Studio 6.0 on Windows XP SP2 system, the setup 
prompts to update MS JVM and restarts. Sometimes even after the restart it 
prompts to install MS JVM again, and gets into this infinite loop.
&lt;P&gt;A workaround is to copy the CD contents to a folder, open SETUPWIZ.INI, and 
delete the line &lt;FONT 
face="courier new, courier, mono"&gt;&lt;B&gt; VmPath=ie4\msjavx86.exe&lt;/B&gt; &lt;/FONT&gt;. 
Setup will not prompt for MS JVM install anymore.
&lt;P&gt;If Setup.exe crashes on XP SP2 system, set the compatibility mode on 
SETUP.EXE to 'Windows NT 4.0' or 'Windows 2000'.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=HcqHZlxPzC8:wsIxbng0vfc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=HcqHZlxPzC8:wsIxbng0vfc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=HcqHZlxPzC8:wsIxbng0vfc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=HcqHZlxPzC8:wsIxbng0vfc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=HcqHZlxPzC8:wsIxbng0vfc:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=HcqHZlxPzC8:wsIxbng0vfc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=HcqHZlxPzC8:wsIxbng0vfc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=HcqHZlxPzC8:wsIxbng0vfc:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=HcqHZlxPzC8:wsIxbng0vfc:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/HcqHZlxPzC8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/115536129858123187/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=115536129858123187" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115536129858123187?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115536129858123187?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/HcqHZlxPzC8/installing-visual-studio-6-on-xp-sp2.html" title="Installing Visual Studio 6 on XP SP2" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>4</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2006/08/installing-visual-studio-6-on-xp-sp2.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck4BQHk4eCp7ImA9WBNWEkg.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-115525036079754586</id><published>2006-08-11T06:45:00.000+08:00</published><updated>2006-08-11T07:02:31.730+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2006-08-11T07:02:31.730+08:00</app:edited><title>VBScript: Using Disconnected Recordset for Sorting Data</title><content type="html">&lt;P&gt;Assuming you need to create a script to list all the subfolders and their 
sizes within a particular folder, and sort them to see which folders occupy 
maximum space (e.g., all the user profiles within \Documents and Settings). A 
traditional approach, at least to somone new to VB Scripting, would be to dump 
the output in CSV format in a file and open the file in Excel to sort the list. 
Thats what I used to do so far! 
&lt;P&gt;A better approach would be to use something called &lt;B&gt;&lt;B&gt;&lt;A 
href="http://www.microsoft.com/technet/scriptcenter/guide/sas_ent_piij.mspx" 
target=_blank&gt;&lt;B&gt;&lt;B&gt;Disconnected Recordset&lt;/B&gt;&lt;/B&gt;&lt;/A&gt;&lt;/B&gt;&lt;/B&gt;. Recordsets are 
usually associated with Databases and connection objects. Disconnected Recordset 
is similar but not associated with any back-end databases. It remains in memory 
only within the scope of code execution. Although limited in featues, 
disconnected recordsets still offer basic functionalities like Sorting. So, with 
disconnected recordsets, for the above script, we can create on-the-fly 
recordset, sort the folder names based on their sizes within the code itself and 
write the sorted list in any text file format (CSV, HTML). Here is how we go 
about doing it: &lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;&lt;FONT face="courier new, courier, mono"&gt;Const&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT 
face="courier new, courier, mono"&gt;&lt;FONT size=2&gt; adBSTR &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT 
color=#ff00ff size=2&gt;8&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008000 
size=2&gt;
&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face="courier new, courier, mono"&gt;&lt;FONT color=#0000ff 
size=2&gt;Const&lt;/FONT&gt;&lt;FONT size=2&gt; adDouble &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff 
size=2&gt;5&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008000 
size=2&gt;
&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face="courier new, courier, mono"&gt;&lt;FONT color=#0000ff 
size=2&gt;Const&lt;/FONT&gt;&lt;FONT size=2&gt; MaxCharacters &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT 
color=#ff00ff size=2&gt;255&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT 
face="courier new, courier, mono"&gt;&lt;FONT size=2&gt; 
&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff 
size=2&gt;Set&lt;/FONT&gt;&lt;FONT size=2&gt; DataList &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff 
size=2&gt;CreateObject&lt;/FONT&gt;&lt;FONT size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#ff00ff 
size=2&gt;"ADOR.Recordset"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT 
face="courier new, courier, mono"&gt;&lt;FONT size=2&gt;) 
&lt;BR&gt;DataList.Fields.Append 
&lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;"UserName"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT 
face="courier new, courier, mono"&gt;&lt;FONT size=2&gt;, adBSTR , MaxCharacters 

&lt;BR&gt;DataList.Fields.Append &lt;/FONT&gt;&lt;FONT color=#ff00ff 
size=2&gt;"ProfileSize"&lt;/FONT&gt;&lt;FONT size=2&gt;, adDouble&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT 
face="courier new, courier, mono"&gt;&lt;FONT color=#008000 size=2&gt; 
&lt;BR&gt;&lt;/FONT&gt;&lt;FONT 
size=2&gt;DataList.Open&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="courier new, courier, mono"&gt;&lt;FONT 
size=2&gt;&lt;FONT color=#0000ff size=2&gt; 
&lt;P&gt;Set&lt;/FONT&gt;&lt;FONT size=2&gt; objFSO &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff 
size=2&gt;CreateObject&lt;/FONT&gt;&lt;FONT size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#ff00ff 
size=2&gt;"Scripting.FileSystemObject"&lt;/FONT&gt;&lt;FONT size=2&gt;) 
&lt;BR&gt;&lt;FONT color=#0000ff 
size=2&gt;Set&lt;/FONT&gt;&lt;FONT size=2&gt; objFolder &lt;B&gt;=&lt;/B&gt; objFSO.GetFolder(&lt;/FONT&gt;&lt;FONT 
color=#ff00ff size=2&gt;"C:\Documents And Settings\") 
&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT 
size=2&gt;&lt;FONT color=#ff00ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Set&lt;/FONT&gt;&lt;FONT 
size=2&gt;&lt;FONT color=#000000&gt; colSubfolders &lt;B&gt;=&lt;/B&gt; objFolder.Subfolders 

&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;For&lt;/FONT&gt;&lt;FONT color=#000000 
size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Each&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; 
objSubfolder &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;In&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT 
color=#000000&gt; colSubfolders 
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;DataList.AddNew 

&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DataList(&lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;"UserName"&lt;/FONT&gt;&lt;FONT 
size=2&gt;).Value &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;CStr&lt;/FONT&gt;&lt;FONT 
size=2&gt;(objSubfolder.Name) 
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DataList(&lt;/FONT&gt;&lt;FONT color=#ff00ff 
size=2&gt;"ProfileSize"&lt;/FONT&gt;&lt;FONT size=2&gt;).Value &lt;B&gt;=&lt;/B&gt; objSubfolder.Size 

&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DataList.Update 
&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Next&lt;/FONT&gt;&lt;FONT 
size=2&gt; 
&lt;P&gt;DataList.Sort &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;"ProfileSize 
DESC"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;' Use DESC/ASC to 
specify sort order. 
&lt;BR&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;DataList.MoveFirst&lt;/FONT&gt;&lt;FONT 
size=2&gt;&lt;FONT color=#0000ff size=2&gt; 
&lt;P&gt;Do&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt; Until DataList.EOF 
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT 
size=2&gt;WScript.Echo&lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt; &lt;/FONT&gt;&lt;FONT 
size=2&gt;DataList.Fields.Item(&lt;/FONT&gt;&lt;FONT color=#ff00ff 
size=2&gt;"UserName"&lt;/FONT&gt;&lt;FONT size=2&gt;)&lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt; 
&lt;/FONT&gt;&lt;B&gt;&lt;FONT size=2&gt;_ 
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&lt;/B&gt;&lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt; 
&lt;/FONT&gt;&lt;FONT color=#000080 size=2&gt;vbTab&lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt; 
&lt;/FONT&gt;&lt;B&gt;&lt;FONT size=2&gt;&amp;amp;&lt;/B&gt;&lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt; &lt;/FONT&gt;&lt;FONT 
size=2&gt;DataList.Fields.Item(&lt;/FONT&gt;&lt;FONT color=#ff00ff 
size=2&gt;"ProfileSize"&lt;/FONT&gt;&lt;FONT size=2&gt;) 
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT size=2&gt;DataList.MoveNext 

&lt;BR&gt;&lt;FONT color=#0000ff size=2&gt;Loop&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;P&gt;There are 
few things you need to take care of when using disconnected recordsets. While 
defining the fields (&lt;I&gt;"UserName","ProfileSize"&lt;/I&gt;) make sure you specify 
the right kind of data type for the field that matches the kind of data it needs 
to store. In this case, folder size could be as large as couple of GBs, 
therefore Integer would not be the right datatype for "ProfileSize" field. The 
complete list of all possible data types is available &lt;A 
href="http://www.w3schools.com/ado/prop_type.asp#datatypeenum" 
target=_blank&gt;&lt;B&gt;here&lt;/B&gt;&lt;/A&gt;. You might also have to use data conversion 
functions while storing values to these fields as I had to use &lt;B&gt;&lt;A 
href="http://www.winguides.com/scripting/reference.php?id=11" 
target=_blank&gt;&lt;B&gt;CStr()&lt;/B&gt;&lt;/A&gt;&lt;/B&gt; for getting folder name. If you are not sure 
what datatype the retrieved value will have, you can use &lt;B&gt;&lt;A 
href="http://www.winguides.com/scripting/reference.php?id=30" 
target=_blank&gt;&lt;B&gt;VarType()&lt;/B&gt;&lt;/A&gt;&lt;/B&gt; function to find that out, which will give 
a numeric value corresponding to its datatype. Here is the complete &lt;B&gt;&lt;A 
href="http://www.winguides.com/scripting/reference.php?id=55" 
target=_blank&gt;&lt;B&gt;table&lt;/B&gt;&lt;/A&gt;&lt;/B&gt;.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=ovqd2-lVISc:oS0V5EErwEs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=ovqd2-lVISc:oS0V5EErwEs:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=ovqd2-lVISc:oS0V5EErwEs:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=ovqd2-lVISc:oS0V5EErwEs:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=ovqd2-lVISc:oS0V5EErwEs:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=ovqd2-lVISc:oS0V5EErwEs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=ovqd2-lVISc:oS0V5EErwEs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=ovqd2-lVISc:oS0V5EErwEs:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=ovqd2-lVISc:oS0V5EErwEs:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/ovqd2-lVISc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/115525036079754586/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=115525036079754586" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115525036079754586?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115525036079754586?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/ovqd2-lVISc/vbscript-using-disconnected-recordset.html" title="VBScript: Using Disconnected Recordset for Sorting Data" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2006/08/vbscript-using-disconnected-recordset.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEMBSX8yeyp7ImA9WBNWEkk.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-115524585840933472</id><published>2006-08-11T05:35:00.000+08:00</published><updated>2006-08-11T05:47:38.193+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2006-08-11T05:47:38.193+08:00</app:edited><title>VBScript: Add Leading Zero to Date Function Output</title><content type="html">&lt;P&gt;When you generate reports/files using VBScript periodically, it is always a 
good idea to suffix the file name with date/time components - e.g., 
"REPORT_20060811" - as it makes files easier to locate because they would 
already be sorted. 
&lt;P&gt;Using functions &lt;FONT face="courier new, courier, mono"&gt;Year(&lt;I&gt; Date&lt;/I&gt; ), 
Month(&lt;I&gt; Date&lt;/I&gt; ), Day(&lt;I&gt; Date&lt;/I&gt; )&lt;/FONT&gt;, subcomponents can be extracted 
to create filename suffix. You can also use &lt;FONT 
face="courier new, courier, mono"&gt;DatePart(&lt;I&gt; datetype,date&lt;/I&gt; )&lt;/FONT&gt; 
function to extract the same components. But the problem with using any of these 
functions as they are, is that you would not get proper sorting orders because 
these will output single digits for numbers less than 10. For example, the 
following two lines of code will generate date components which will not have 
proper sorting order&lt;FONT size=2&gt; 
&lt;P&gt;&lt;FONT face="courier new, courier, mono"&gt;strDate &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT 
face="courier new, courier, mono"&gt;&lt;FONT color=#0000ff size=2&gt;Year&lt;/FONT&gt;&lt;FONT 
size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Date&lt;/FONT&gt;&lt;FONT size=2&gt;) &lt;/FONT&gt;&lt;FONT 
size=2&gt;&lt;B&gt;&amp;amp;&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Month&lt;/FONT&gt;&lt;FONT 
size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Date&lt;/FONT&gt;&lt;FONT size=2&gt;) &lt;/FONT&gt;&lt;FONT 
size=2&gt;&lt;B&gt;&amp;amp;&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Day&lt;/FONT&gt;&lt;FONT 
size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Date&lt;/FONT&gt;&lt;FONT size=2&gt;) 
&lt;BR&gt;&lt;FONT 
face="Verdana, Arial, Helvetica, sans-serif"&gt;OR&lt;/FONT&gt; 
&lt;BR&gt;&lt;FONT size=2&gt;strDate 
&lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;DatePart&lt;/FONT&gt;&lt;FONT 
size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#ff00ff size=2&gt;"yyyy"&lt;/FONT&gt;&lt;FONT 
size=2&gt;,&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Date&lt;/FONT&gt;&lt;FONT size=2&gt;) _ 

&lt;BR&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;B&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff 
size=2&gt;DatePart&lt;/FONT&gt;&lt;FONT size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#ff00ff 
size=2&gt;"m"&lt;/FONT&gt;&lt;FONT size=2&gt;,&lt;/FONT&gt;&lt;FONT color=#0000ff 
size=2&gt;Date&lt;/FONT&gt;&lt;FONT size=2&gt;) _ 
&lt;BR&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;B&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&lt;/B&gt; 
&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;DatePart&lt;/FONT&gt;&lt;FONT size=2&gt;(&lt;/FONT&gt;&lt;FONT 
color=#ff00ff size=2&gt;"d"&lt;/FONT&gt;&lt;FONT size=2&gt;,&lt;/FONT&gt;&lt;FONT color=#0000ff 
size=2&gt;Date&lt;/FONT&gt;&lt;FONT size=2&gt;)&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;P&gt;To generate the string which will have the right sorting order, you need to 
append leading zeros to entries less than 10. That is what the following line of 
code does. It appends leading zero to all the entities, extracts 2 characters 
from right, and builds the string.&lt;FONT size=2&gt; 
&lt;P&gt;&lt;FONT face="courier new, courier, mono"&gt;strDate &lt;B&gt;=&lt;/B&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT 
face="courier new, courier, mono"&gt;&lt;FONT color=#0000ff 
size=2&gt;DatePart&lt;/FONT&gt;&lt;FONT size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#ff00ff 
size=2&gt;"yyyy"&lt;/FONT&gt;&lt;FONT size=2&gt;,&lt;/FONT&gt;&lt;FONT color=#0000ff 
size=2&gt;Date&lt;/FONT&gt;&lt;FONT size=2&gt;) _ 
&lt;BR&gt;&lt;B&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff 
size=2&gt;Right&lt;/FONT&gt;&lt;FONT size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#ff00ff 
size=2&gt;"0"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;B&gt;&amp;amp;&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff 
size=2&gt;DatePart&lt;/FONT&gt;&lt;FONT size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#ff00ff 
size=2&gt;"m"&lt;/FONT&gt;&lt;FONT size=2&gt;,&lt;/FONT&gt;&lt;FONT color=#0000ff 
size=2&gt;Date&lt;/FONT&gt;&lt;FONT size=2&gt;), &lt;/FONT&gt;&lt;FONT color=#ff00ff 
size=2&gt;2&lt;/FONT&gt;&lt;FONT size=2&gt;) _ 
&lt;BR&gt;&lt;B&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff 
size=2&gt;Right&lt;/FONT&gt;&lt;FONT size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#ff00ff 
size=2&gt;"0"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;B&gt;&amp;amp;&lt;/B&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff 
size=2&gt;DatePart&lt;/FONT&gt;&lt;FONT size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#ff00ff 
size=2&gt;"d"&lt;/FONT&gt;&lt;FONT size=2&gt;,&lt;/FONT&gt;&lt;FONT color=#0000ff 
size=2&gt;Date&lt;/FONT&gt;&lt;FONT size=2&gt;), &lt;/FONT&gt;&lt;FONT color=#ff00ff 
size=2&gt;2&lt;/FONT&gt;&lt;FONT size=2&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=tAo4w5v6PrY:zTQ-eAAgTnA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=tAo4w5v6PrY:zTQ-eAAgTnA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=tAo4w5v6PrY:zTQ-eAAgTnA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=tAo4w5v6PrY:zTQ-eAAgTnA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=tAo4w5v6PrY:zTQ-eAAgTnA:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=tAo4w5v6PrY:zTQ-eAAgTnA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=tAo4w5v6PrY:zTQ-eAAgTnA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=tAo4w5v6PrY:zTQ-eAAgTnA:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=tAo4w5v6PrY:zTQ-eAAgTnA:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/tAo4w5v6PrY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/115524585840933472/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=115524585840933472" title="21 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115524585840933472?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115524585840933472?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/tAo4w5v6PrY/vbscript-add-leading-zero-to-date.html" title="VBScript: Add Leading Zero to Date Function Output" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>21</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2006/08/vbscript-add-leading-zero-to-date.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkIDQHsyfCp7ImA9WBFWGUo.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-115507951393504831</id><published>2006-08-09T07:19:00.000+08:00</published><updated>2007-04-08T03:36:11.594+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-04-08T03:36:11.594+08:00</app:edited><title>VBScript: Does WMI Support Querying Local Security Policy?</title><content type="html">&lt;P&gt;For doing a regular health check of our servers, I created a VBScript which 
queries all the relevant information (free disk space, registry size, security 
log size, etc.) and dumps that into a HTML file. One particular information I 
wanted to query remotely was one of target machine's Local Security Policies - 
"Log on as a service" (under User Rights Assignments). 
&lt;P&gt;Apparently, WMI does not have any support to enumerate Local Security Policy, 
probably because of security reasons. While looking for some third-party tool, I 
came across &lt;B&gt;&lt;B&gt;&lt;A href="http://www.somarsoft.com/cgi-bin/download.pl?DumpAcl" 
target=_blank&gt;&lt;B&gt;&lt;B&gt;DumpSec&lt;/B&gt;&lt;/B&gt;&lt;/A&gt;&lt;/B&gt;&lt;/B&gt;, which does show remote 
machine's User Rights Assignments and other Local Security Policies. The problem 
though with this tool is, it is primarily GUI based and does not show all the 
rights. Even though it supports command-line parameters (&lt;FONT 
face="courier new, courier, mono"&gt;C:\&amp;gt;DUMPSEC /rpt=RIGHTS /saveas=CSV 
/outfile=report.txt&lt;/FONT&gt;), it still requires output file name to dump the 
result instead of showing directly on the console. You are then supposed to 
parse that output file (may be by using FIND) to retrieve the particular piece 
of information. For example, executing &lt;FONT 
face="courier new, courier, mono"&gt;C:\&amp;gt;FIND "SeServiceLogonRight" 
report.txt&lt;/FONT&gt; would reveal something like this: 
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;&lt;FONT 
face="courier new, courier, mono"&gt;SeServiceLogonRight,MACHINENAME\ASPNET,Log on 
as a service 
&lt;BR&gt;SeServiceLogonRight,NT AUTHORITY\NETWORK SERVICE,Log on as a 
service&lt;/FONT&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr&gt;This obviously doesn't seem very efficient from scripting 
perspective. It would have been lot easier to get those details via Windows' 
scripting engine or WMI. On the positive side though, these limitations are 
motivating me to write my own program to query Local Security Policy (LSP) 
entries. Gotta revisit &lt;B&gt;&lt;B&gt;&lt;A 
href="http://www.amazon.com/gp/product/157231995X/104-0913092-0617535/ref=nosim/systemadminti-20" 
target=_blank&gt;&lt;B&gt;&lt;B&gt;Charles Petzold's masterpiece on WIN32 
APIs&lt;/B&gt;&lt;/B&gt;&lt;/A&gt;&lt;/B&gt;&lt;/B&gt;! &lt;FONT face=WingDings&gt;J&lt;/FONT&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=1GRtUPUGu9E:LnCMXn4uHes:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=1GRtUPUGu9E:LnCMXn4uHes:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=1GRtUPUGu9E:LnCMXn4uHes:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=1GRtUPUGu9E:LnCMXn4uHes:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=1GRtUPUGu9E:LnCMXn4uHes:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=1GRtUPUGu9E:LnCMXn4uHes:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=1GRtUPUGu9E:LnCMXn4uHes:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=1GRtUPUGu9E:LnCMXn4uHes:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=1GRtUPUGu9E:LnCMXn4uHes:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/1GRtUPUGu9E" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/115507951393504831/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=115507951393504831" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115507951393504831?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115507951393504831?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/1GRtUPUGu9E/vbscript-does-wmi-support-querying.html" title="VBScript: Does WMI Support Querying Local Security Policy?" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>4</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2006/08/vbscript-does-wmi-support-querying.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0ANRnw6eCp7ImA9WBNRGUo.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-115297513737712938</id><published>2006-07-15T18:24:00.000+08:00</published><updated>2006-07-15T23:03:17.210+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2006-07-15T23:03:17.210+08:00</app:edited><title>Event Log Explorer</title><content type="html">&lt;DIV&gt;Have you ever wanted more options and features in Windows' Event Viewer?!?! 
Well, &lt;A href="http://www.eventlogxp.com/" target=_blank&gt;Event Log Explorer&lt;/A&gt; 
seems like a pretty good alternative to Event Viewer. 
&lt;BR&gt;
&lt;BR&gt;Here is the 
feature list, directly from the source: &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Multi-document user interface (MDI) to view several event logs at one time 
&lt;LI&gt;Favorites computers and their logs are grouped into a tree 
&lt;LI&gt;Viewing event logs and event logs files 
&lt;LI&gt;Archiving event logs 
&lt;LI&gt;Event descirptions are in the log window 
&lt;LI&gt;Event list can be sorted by any column and in any direction 
&lt;LI&gt;Advanced filtering by any criteria including event description text 
&lt;LI&gt;Quick Filter feature allows you to filter event log in a couple of mouse 
clicks 
&lt;LI&gt;Fast search by any criteria Sending event logs to printer 
&lt;LI&gt;Export log to different formats &lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;More details here - &lt;A 
href="http://www.eventlogxp.com/"&gt;http://www.eventlogxp.com/&lt;/A&gt;. 
&lt;P&gt;See my &lt;A 
href="http://sogeeky.blogspot.com/2006/07/how-to-audit-and-track-file-deletions.html"&gt;previous 
post&lt;/A&gt; for reference on &lt;A 
href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/eventquery.mspx?mfr=true" 
target=_blank&gt;eventquery.vbs&lt;/A&gt; - a quick way to run a filter query on 
event repositry.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=1EUaeajWcLQ:R-an1tyQ2ME:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=1EUaeajWcLQ:R-an1tyQ2ME:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=1EUaeajWcLQ:R-an1tyQ2ME:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=1EUaeajWcLQ:R-an1tyQ2ME:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=1EUaeajWcLQ:R-an1tyQ2ME:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=1EUaeajWcLQ:R-an1tyQ2ME:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=1EUaeajWcLQ:R-an1tyQ2ME:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=1EUaeajWcLQ:R-an1tyQ2ME:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=1EUaeajWcLQ:R-an1tyQ2ME:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/1EUaeajWcLQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/115297513737712938/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=115297513737712938" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115297513737712938?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115297513737712938?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/1EUaeajWcLQ/event-log-explorer.html" title="Event Log Explorer" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2006/07/event-log-explorer.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkMHQH8yfip7ImA9WBNRFEo.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-115247028833026186</id><published>2006-07-09T14:36:00.000+08:00</published><updated>2006-07-10T02:40:31.196+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2006-07-10T02:40:31.196+08:00</app:edited><title>How To Recover Local Administrator Password</title><content type="html">&lt;P&gt;This post was drafted few months ago.
&lt;P&gt;There are plenty of tools available on the net - commercial as well as free, 
which can be used for resetting/recovering the local administrator password, but 
this time when I ran into the issue, none that we used to have, worked. A 
user's machine running Windows 2003 Standard Edition was out of domain, and 
later we realized that the local administrator's password was already changed 
from the default one. Obviously user wasn't able to recall that password. Since 
the machine was also running the development environment, user requested not 
to reformat/reimage.
&lt;P&gt;For these kind of scenarios, we almost always used &lt;B&gt; Offline NT 
Password and Registry Editor&lt;/B&gt; &lt;A 
href="http://home.eunet.no/~pnordahl/ntpasswd/"&gt;http://home.eunet.no/~pnordahl/ntpasswd/&lt;/A&gt;, 
but for some reason, this utility failed to reset the password on this 
machine. I would assume, it failed because of the Windows OS architectural 
changes incorporated in XP SP2/W2K SP1.
&lt;P&gt;While looking for an alternative I came across &lt;A 
href="http://www.loginrecovery.com"&gt;www.loginrecovery.com&lt;/A&gt; which offers a 
free bootable downloadable CD image of about 1.5 MB. Once booted, this 
utility shows all the local user accounts and their corresponding password 
hashes. According to the website, you are supposed to note down these hashes are 
they are displayed on the screen, in a text file and upload that file on their 
website. They take 2-3 days to revert with the password for free, and charge few 
dollars for immediate delivery.
&lt;P&gt;Not willing to pay or wait for 2-3 days, I went ahead and started searching 
for free programs which can crack given MD5/LM/NTLM hashes, and came across 
&lt;B&gt; MDCrack&lt;/B&gt; &lt;A 
href="http://c3rb3r.openwall.net/mdcrack/"&gt;http://c3rb3r.openwall.net/mdcrack/&lt;/A&gt;. 
At first this utility crashed when I tried running on my XP with SP2 system. I 
had to set compatibility mode of this program to Windows 2000 to be able to run 
it successfully. Using the password hashes noted above in this 
program, chose appropriate algorithm (Algorithm - MD5/MD4/NTLM1), and let the 
program run brute force algorithm to decode the password.
&lt;P&gt;&lt;B&gt; References:
&lt;BR&gt;&lt;/B&gt; Ophcrack - &lt;A 
href="http://sourceforge.net/projects/ophcrack/"&gt;http://sourceforge.net/projects/ophcrack/&lt;/A&gt;
&lt;BR&gt;John 
the ripper - &lt;A 
href="http://www.openwall.com/john/"&gt;http://www.openwall.com/john/&lt;/A&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=RaxjOjQnuAw:dRQ3vVjVoy0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=RaxjOjQnuAw:dRQ3vVjVoy0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=RaxjOjQnuAw:dRQ3vVjVoy0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=RaxjOjQnuAw:dRQ3vVjVoy0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=RaxjOjQnuAw:dRQ3vVjVoy0:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=RaxjOjQnuAw:dRQ3vVjVoy0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=RaxjOjQnuAw:dRQ3vVjVoy0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=RaxjOjQnuAw:dRQ3vVjVoy0:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=RaxjOjQnuAw:dRQ3vVjVoy0:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/RaxjOjQnuAw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/115247028833026186/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=115247028833026186" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115247028833026186?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115247028833026186?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/RaxjOjQnuAw/how-to-recover-local-administrator.html" title="How To Recover Local Administrator Password" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2006/07/how-to-recover-local-administrator.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cCQn86eyp7ImA9WBNRFEo.&quot;"><id>tag:blogger.com,1999:blog-16593531.post-115224032433732586</id><published>2006-07-07T10:44:00.000+08:00</published><updated>2006-07-10T03:57:43.113+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2006-07-10T03:57:43.113+08:00</app:edited><title>How to audit and track file deletions</title><content type="html">&lt;UL&gt;
&lt;LI&gt;&lt;U&gt;Enable Audit Policy&lt;/U&gt;: On the machine where you want to track file 
deletion, go to &lt;B&gt;Administrative Tools-&amp;gt;Local Security Policy-&amp;gt;Audit 
Policy&lt;/B&gt; , double click &lt;B&gt;"Audit Object Access"&lt;/B&gt; on the right pane and 
switch-on "Success" &amp;amp; "Failure". 
&lt;LI&gt;&lt;U&gt;Enable auditing for user/group&lt;/U&gt;: You'll need to enable and add 
user/security group for auditing on the folder which needs to be captured for 
file deletion. 
&lt;UL&gt;
&lt;LI&gt;Right click on the target folder (ex. C:\Program Files\Honeywell), select 
&lt;B&gt;Properties&lt;/B&gt; and go to &lt;B&gt;Security&lt;/B&gt; Tab. 
&lt;LI&gt;Click on &lt;B&gt;Advanced&lt;/B&gt; , and select &lt;B&gt;Auditing&lt;/B&gt; Tab. 
&lt;LI&gt;Add here the security group which would include the user who you think might 
be deleting the file. If you are not sure, include &lt;B&gt;EVERYONE&lt;/B&gt; . 
&lt;LI&gt;On the next screen select "Successful" &amp;amp; "Failed" on "Delete subfolders 
and files" &amp;amp; "Delete". Apply new settings and exit from properties. 
&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;These configurations will generate file/folder access audit logs for the 
configured folder in &lt;B&gt;Securit Event Logs&lt;/B&gt; . Since we are interested in only 
the logs that show details of file/folder deletions, we'll need to look for 
Security Logs with event ID &lt;B&gt;560&lt;/B&gt; . 
&lt;LI&gt;Any file deletion operation will generate two events with event ID 560. 
After you've realized that your target file has been deleted, you'll need to 
filter the security log view to show only logs with event ID 560 (right click on 
Event Viewer-&amp;gt;Security, select Filter...). 
&lt;LI&gt;If you quickly want to find out if your configured machine generated any 
file deletion event log, run the following command on your own (networked) 
machine. This will work only on XP and above, therefore, you can use this to 
query for security logs from Windows 2000 machines. Run &lt;FONT 
face="courier new, courier, mono"&gt;&lt;B&gt;cscript //h:cscript //s //nologo&lt;/B&gt; 
&lt;/FONT&gt;at least once on your system before executing the following command. 
&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;&lt;FONT face="courier new, courier, mono"&gt;eventquery.vbs /S 
&lt;I&gt;&amp;lt;Target_System_Name&amp;gt;&lt;/I&gt; /FI "ID eq 560" /L Security /V 
&lt;BR&gt;/FI : 
Filter 
&lt;BR&gt;/L : Log name {Application | Security | System} 
&lt;BR&gt;/V : Verbose 
output 
&lt;BR&gt;
&lt;BR&gt;&lt;FONT face="Verdana, Arial, Helvetica, sans-serif"&gt;To know more 
about the above command, read &lt;/FONT&gt;&lt;A 
href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/eventquery.mspx?mfr=true" 
target=_blank&gt;&lt;B&gt;&lt;FONT 
face="Verdana, Arial, Helvetica, sans-serif"&gt;here&lt;/FONT&gt;&lt;/B&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;FONT 
face="Verdana, Arial, Helvetica, sans-serif"&gt;.&lt;/FONT&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;
&lt;UL&gt;
&lt;LI&gt;A typical security log with file deletion details will look something like 
this: &lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P dir=ltr style="MARGIN-RIGHT: 0px"&gt;&lt;FONT 
face="courier new, courier, mono"&gt;Event Type: Success Audit 
&lt;BR&gt;&lt;/FONT&gt;&lt;FONT 
face="courier new, courier, mono"&gt;Event Source: Security 
&lt;BR&gt;Event Category: 
Object Access 
&lt;BR&gt;Event ID: 560 
&lt;BR&gt;User: GKY\Raj 
&lt;BR&gt;Computer: GKY 

&lt;BR&gt;Description: 
&lt;BR&gt;Object Open: 
&lt;BR&gt;Object Server: Security 
&lt;BR&gt;Object Type: 
File 
&lt;BR&gt;Object Name: &lt;FONT color=#ff0000&gt;D:\Test\testdoc.txt&lt;/FONT&gt; 
&lt;BR&gt;Handle 
ID: 1756 
&lt;BR&gt;Operation ID: {0,3190200} 
&lt;BR&gt;Process ID: 4040 
&lt;BR&gt;Image File Name: 
C:\WINDOWS\explorer.exe 
&lt;BR&gt;Primary User Name: Raj 
&lt;BR&gt;Primary Domain: GKY 

&lt;BR&gt;Primary Logon ID: (0x0,0x40C41) 
&lt;BR&gt;Client User Name: - 
&lt;BR&gt;Client Domain: - 

&lt;BR&gt;Client Logon ID: - 
&lt;BR&gt;Accesses: &lt;FONT color=#ff0000&gt;DELETE 

&lt;BR&gt;SYNCHRONIZE&lt;/FONT&gt; 
&lt;BR&gt;ReadAttributes &lt;/FONT&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr style="MARGIN-RIGHT: 0px"&gt;NOTE: 
&lt;UL&gt;
&lt;LI&gt;Ensure that security log is set not to overwrite itself, and has sufficient 
size to hold logs spanning many days. You can configure these settings by 
right-clicking on &lt;B&gt;Security&lt;/B&gt; subfolder inside Event Viewer. 
&lt;LI&gt;You might want to test these settings by deleting few files yourself before 
assuming it'll deliver what you expect! &lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;B&gt;Update:&lt;/B&gt;Just found a better alternative to built-in Event Viewer - http://www.eventlogxp.com/&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=7J9RVMxvrNY:KufVjNv7Ib4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=7J9RVMxvrNY:KufVjNv7Ib4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=7J9RVMxvrNY:KufVjNv7Ib4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?i=7J9RVMxvrNY:KufVjNv7Ib4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=7J9RVMxvrNY:KufVjNv7Ib4:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=7J9RVMxvrNY:KufVjNv7Ib4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=7J9RVMxvrNY:KufVjNv7Ib4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=7J9RVMxvrNY:KufVjNv7Ib4:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/systemadmintips?a=7J9RVMxvrNY:KufVjNv7Ib4:8QFB7NnbhRw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/systemadmintips?d=8QFB7NnbhRw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/systemadmintips/~4/7J9RVMxvrNY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sogeeky.blogspot.com/feeds/115224032433732586/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=16593531&amp;postID=115224032433732586" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115224032433732586?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/16593531/posts/default/115224032433732586?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/systemadmintips/~3/7J9RVMxvrNY/how-to-audit-and-track-file-deletions.html" title="How to audit and track file deletions" /><author><name>Raj</name><uri>http://www.blogger.com/profile/16655380325515691212</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sogeeky.blogspot.com/2006/07/how-to-audit-and-track-file-deletions.html</feedburner:origLink></entry></feed>
