<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2989461278206423986</id><updated>2011-11-07T01:20:13.540-08:00</updated><category term='tips - autorun.inf'/><category term='workaround - win2k3sbs'/><category term='random'/><title type='text'>Mclairs Tech Corner</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mclairs-tech.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2989461278206423986/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mclairs-tech.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Roy</name><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>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2989461278206423986.post-2899166079132859506</id><published>2008-12-09T19:56:00.000-08:00</published><updated>2008-12-09T20:05:41.062-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='workaround - win2k3sbs'/><title type='text'>Win2k3 SBS w/o AD? Its possible!</title><content type='html'>Installation of SBS requires you to complete the entire setup by installing services like Exchange, AD &amp;amp; etc. Failure to do so will result the server to shutdown after 60minutes after booting up the server.&lt;br /&gt;&lt;br /&gt;To stop the server from shutting down, you will need to do the following: &lt;p&gt;&lt;br /&gt;Download: Process Explorer &lt;a href="http://www.microsoft.com/technet/sysinternals/ProcessesAndThreads/ProcessExplorer.mspx"&gt;http://www.microsoft.com/technet/sysinternals/ProcessesAndThreads/ProcessExplorer.mspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;As you probably know, you have a service called SBCore or "SBS Core Services", which executes the following process: C:\WINDOWS\system32\sbscrexe.exe&lt;br /&gt;&lt;br /&gt;If you kill it, it just restarts – and if you try and stop it you are told Access Denied.&lt;br /&gt;&lt;br /&gt;If you fire up Process Explorer, you can select the process and Suspend it, now we can start to disable the thing.&lt;br /&gt;&lt;br /&gt;Run regedit and expand the nodes until you reach the following hive / key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SBCore&lt;br /&gt;&lt;br /&gt;Right click this, hit permissions and give the "Administrators" group on the local machine full access ( don't forget to replace permissions on child nodes ). F5 in regedit and you'll see all of the values and data under this key.&lt;br /&gt;&lt;br /&gt;Select the "Start" DWORD and change it from 2 to 4 – this basically sets the service to the "Disabled" state as far as the MMC services snap-in (and windows for that matter) is concerned.&lt;br /&gt;&lt;br /&gt;Next, adjust the permissions on the file C:\WINDOWS\system32\sbscrexe.exe so that EVERYONE account is denied any sort of access to this file.&lt;br /&gt;&lt;br /&gt;Then go back to process explorer, and kill the sbscrexe.exe process, if it doesn't restart – congratulations!&lt;br /&gt;&lt;br /&gt;Load up the services MMC snap-in and you should find that "SBS Core Services" is stopped and marked as Disabled. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2989461278206423986-2899166079132859506?l=mclairs-tech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mclairs-tech.blogspot.com/feeds/2899166079132859506/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2989461278206423986&amp;postID=2899166079132859506' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2989461278206423986/posts/default/2899166079132859506'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2989461278206423986/posts/default/2899166079132859506'/><link rel='alternate' type='text/html' href='http://mclairs-tech.blogspot.com/2008/12/sbs-2003-wo-ad-its-possible.html' title='Win2k3 SBS w/o AD? Its possible!'/><author><name>Roy</name><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></entry><entry><id>tag:blogger.com,1999:blog-2989461278206423986.post-6802575502336494884</id><published>2008-11-21T20:37:00.001-08:00</published><updated>2008-11-21T20:56:20.749-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tips - autorun.inf'/><title type='text'>autorun.inf safe or dangerous?</title><content type='html'>Been thru sooo many cases that ppl have been infected with rootkits tat antivirus program unable to detect it.&lt;br /&gt;&lt;br /&gt;In the past, autorun.inf makes our life simpler, upon inserting ur thumbdrive/cd/dvd, u will get a splash screen of installation blah blah blah.&lt;br /&gt;&lt;br /&gt;Now? Not anymore, many ppl haf found out the exploit which they can modify the contents of autorun.inf to execute rootkits/malware w/o ur approval. Thanks to microsoft.&lt;br /&gt;&lt;br /&gt;In order to curb out. Many ppl have come out different kinds of solutions. And here am i what can u do in order to stop rootkit infecting ur computer.&lt;br /&gt;&lt;br /&gt;1) Create a folder called "autorun.inf" of coz w/o the quotes. Set folder as Read-Only.&lt;br /&gt;&lt;br /&gt;OR&lt;br /&gt;&lt;br /&gt;2) Create a .reg file(eg. disable-autorun.reg) and insert this. *Note: This will disable autorun functions:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span style="font-weight: bold;"&gt;Windows Registry Editor Version 5.00&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\Autorun.inf]&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Once u have save it as a .reg.. double click and add to your registry.&lt;br /&gt;&lt;br /&gt;In-order to reverse the changes create another .reg file (eg. enable-autorun.reg):&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span style="font-weight: bold;"&gt;Windows Registry Editor Version 5.00&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\Autorun.inf]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;@="@SYS:DoesNotExist"&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;This will solve your most of the problems.&lt;br /&gt;&lt;br /&gt;I will cover more on spyware/rootkits in the next chapter&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2989461278206423986-6802575502336494884?l=mclairs-tech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mclairs-tech.blogspot.com/feeds/6802575502336494884/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2989461278206423986&amp;postID=6802575502336494884' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2989461278206423986/posts/default/6802575502336494884'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2989461278206423986/posts/default/6802575502336494884'/><link rel='alternate' type='text/html' href='http://mclairs-tech.blogspot.com/2008/11/autoruninf-safe-or-dangerous.html' title='autorun.inf safe or dangerous?'/><author><name>Roy</name><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></entry><entry><id>tag:blogger.com,1999:blog-2989461278206423986.post-872100381271341112</id><published>2008-11-19T06:26:00.000-08:00</published><updated>2008-11-19T06:28:19.961-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='random'/><title type='text'>Welcome to my troubleshooting/information corner.</title><content type='html'>Decided to open this blog for quite some time.&lt;br /&gt;&lt;br /&gt;This blog will consists on my experience in troubleshooting in IT hardware/software.&lt;br /&gt;&lt;br /&gt;As long as i'm alive, i will try to keep this blog as updated as possible.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2989461278206423986-872100381271341112?l=mclairs-tech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mclairs-tech.blogspot.com/feeds/872100381271341112/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2989461278206423986&amp;postID=872100381271341112' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2989461278206423986/posts/default/872100381271341112'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2989461278206423986/posts/default/872100381271341112'/><link rel='alternate' type='text/html' href='http://mclairs-tech.blogspot.com/2008/11/welcome-to-my-troubleshootinginformatio.html' title='Welcome to my troubleshooting/information corner.'/><author><name>Roy</name><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></entry></feed>
