<?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-3967057262783812180</id><updated>2011-08-03T04:42:28.896-07:00</updated><category term='Quick SHUTDOWN'/><category term='NTLR (or) NTDETECT.COM not found'/><category term='Password Change Command'/><category term='HAL.DLL missing or corrupted'/><category term='Secure Guest Account'/><category term='Login Without Typing Password'/><title type='text'>Windows Troubleshooting</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://windows-troubleshooting.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3967057262783812180/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://windows-troubleshooting.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>tamil</name><uri>http://www.blogger.com/profile/13766213255148856339</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>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3967057262783812180.post-1461681396909014279</id><published>2007-12-02T02:11:00.000-08:00</published><updated>2007-12-02T02:23:28.841-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Secure Guest Account'/><title type='text'>Setting Up a Secure Guest Account</title><content type='html'>&lt;strong&gt;Setting Up a Secure Guest Account&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;By default, the Guest account has access to your computer's programs, to files in the Shared Documents folder, and to files in the Guest profile. But no password is required to use the account, so you'll want to be sure that the Guest account doesn't expose items that a casual user shouldn't see or modify. In fact, the default settings place pretty tight restrictions on the Guest account, but you should ensure that these rather obscure settings are still in place:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Prevent network logon by the Guest account.&lt;/strong&gt;&lt;br /&gt;This prevents a user at another computer from using the Guest account to log on over the network. In Local Security Settings (Secpol.msc), open Local Policies, User Rights Assignment. Be sure that Guest is listed in the Deny Access To This Computer From The Network policy.&lt;br /&gt;&lt;br /&gt;Do not include Guest in this policy if you use Simple File Sharing and you are sharing your computer's folders or printers. Simple File Sharing requires the use of the Guest account for network access.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Prevent a Guest user from shutting down the computer.&lt;/strong&gt;&lt;br /&gt; In Local Security Settings, open Local Policies, User Rights Assignment. Be sure that Guest is not listed in the Shut Down The System policy. (Even with this policy in place, anyone-including guests-can shut down the computer from the Welcome screen. You can set a policy that allows only a logged-on user to shut down the computer. To do that, open Local Policies, Security Options and disable the Shutdown: Allow System To Be Shut Down Without Having To Log On policy.)&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Prevent a Guest user from viewing event logs.&lt;/strong&gt;&lt;br /&gt; In Registry Editor, open HKLM\System\CurrentControlSet\Services\Eventlog. Visit each of the three subkeys-Application, Security, and System-and be sure that each contains a DWORD value named RestrictGuestAccess set to 1.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3967057262783812180-1461681396909014279?l=windows-troubleshooting.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-troubleshooting.blogspot.com/feeds/1461681396909014279/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3967057262783812180&amp;postID=1461681396909014279' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3967057262783812180/posts/default/1461681396909014279'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3967057262783812180/posts/default/1461681396909014279'/><link rel='alternate' type='text/html' href='http://windows-troubleshooting.blogspot.com/2007/12/setting-up-secure-guest-account.html' title='Setting Up a Secure Guest Account'/><author><name>jai</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-3967057262783812180.post-6894059234157639350</id><published>2007-12-02T02:05:00.001-08:00</published><updated>2007-12-02T02:06:32.586-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Password Change Command'/><title type='text'>How to Change User Password at Command Prompt</title><content type='html'>&lt;strong&gt;How to Change User Password at Command Prompt&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;How to use the net user command to change the user password at a Windows command prompt. Only administrators can change domain passwords at the Windows command prompt.  To change a user's password at the command prompt, log on as an administrator and type:  "&lt;strong&gt;net user * /domain&lt;/strong&gt;" (without the quotation marks)&lt;br /&gt;&lt;br /&gt;When you are prompted to type a password for the user, type the new password, not the existing password. After you type the new password, the system prompts you to retype the password to confirm. The password is now changed.&lt;br /&gt;&lt;br /&gt;Alternatively, you can type the following command:  net user .  When you do so, the password changes without prompting you again. This command also enables you to change passwords in a batch file.&lt;br /&gt;&lt;br /&gt;Non-administrators receive a "System error 5 has occurred. Access is denied" error message when they attempt to change the password&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3967057262783812180-6894059234157639350?l=windows-troubleshooting.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-troubleshooting.blogspot.com/feeds/6894059234157639350/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3967057262783812180&amp;postID=6894059234157639350' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3967057262783812180/posts/default/6894059234157639350'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3967057262783812180/posts/default/6894059234157639350'/><link rel='alternate' type='text/html' href='http://windows-troubleshooting.blogspot.com/2007/12/how-to-change-user-password-at-command_02.html' title='How to Change User Password at Command Prompt'/><author><name>jai</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-3967057262783812180.post-8275722314866038833</id><published>2007-12-02T02:03:00.000-08:00</published><updated>2007-12-02T02:05:04.531-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Login Without Typing Password'/><title type='text'>Direct Bootup Without Typing Password</title><content type='html'>&lt;strong&gt;Direct Bootup Without Typing Password&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;1. At a command prompt, type "&lt;strong&gt;control userpasswords2&lt;/strong&gt;" and press Enter.&lt;br /&gt;   &lt;br /&gt;2. On the Users tab, clear the Users Must Enter A User Name And Password To Use This Computer check box and then&lt;br /&gt;    click OK.&lt;br /&gt;3. In the Automatically Log On dialog box that appears, type the user name and password for the account you want to be logged on each time you start your computer.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3967057262783812180-8275722314866038833?l=windows-troubleshooting.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-troubleshooting.blogspot.com/feeds/8275722314866038833/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3967057262783812180&amp;postID=8275722314866038833' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3967057262783812180/posts/default/8275722314866038833'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3967057262783812180/posts/default/8275722314866038833'/><link rel='alternate' type='text/html' href='http://windows-troubleshooting.blogspot.com/2007/12/direct-bootup-without-typing-password.html' title='Direct Bootup Without Typing Password'/><author><name>jai</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>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3967057262783812180.post-3922731604718595734</id><published>2007-12-02T02:02:00.000-08:00</published><updated>2007-12-02T02:03:44.347-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Quick SHUTDOWN'/><title type='text'>Quick SHUTDOWN</title><content type='html'>&lt;strong&gt;Quick SHUTDOWN&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;1. Open Task manager (By Ctrl+Alt+Del   or  R.click on the taskbar and select Task manager)&lt;br /&gt;&lt;br /&gt;2.Hold Ctrl + Shift and select Shutdown menu and click Turn Off&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3967057262783812180-3922731604718595734?l=windows-troubleshooting.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-troubleshooting.blogspot.com/feeds/3922731604718595734/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3967057262783812180&amp;postID=3922731604718595734' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3967057262783812180/posts/default/3922731604718595734'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3967057262783812180/posts/default/3922731604718595734'/><link rel='alternate' type='text/html' href='http://windows-troubleshooting.blogspot.com/2007/12/quick-shutdown.html' title='Quick SHUTDOWN'/><author><name>jai</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-3967057262783812180.post-268058202521000719</id><published>2007-12-02T01:59:00.000-08:00</published><updated>2007-12-02T02:02:40.121-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='NTLR (or) NTDETECT.COM not found'/><title type='text'>NTLR (or) NTDETECT.COM not found</title><content type='html'>&lt;strong&gt;NTLR (or) NTDETECT.COM not found&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;1. Copy &lt;strong&gt;NTLR&lt;/strong&gt; and &lt;strong&gt;NTDETECT.COM&lt;/strong&gt;   files from /I386 folder of windows XP CD to "C:\".&lt;br /&gt;&lt;br /&gt;Note: For FAT partition use Win 98 Start up disk.&lt;br /&gt;           Incase of NTFS partition use Win 2000 CD Recovery console or "NTFS 4 DOS"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3967057262783812180-268058202521000719?l=windows-troubleshooting.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-troubleshooting.blogspot.com/feeds/268058202521000719/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3967057262783812180&amp;postID=268058202521000719' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3967057262783812180/posts/default/268058202521000719'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3967057262783812180/posts/default/268058202521000719'/><link rel='alternate' type='text/html' href='http://windows-troubleshooting.blogspot.com/2007/12/ntlr-or-ntdetectcom-not-found.html' title='NTLR (or) NTDETECT.COM not found'/><author><name>jai</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>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3967057262783812180.post-7299776312850848424</id><published>2007-12-02T01:58:00.000-08:00</published><updated>2007-12-02T01:59:35.102-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='HAL.DLL missing or corrupted'/><title type='text'>HAL.DLL missing or corrupted</title><content type='html'>&lt;strong&gt;HAL.DLL missing or corrupted&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;This problem is due to misconfigured "Boot.ini" file.&lt;br /&gt;&lt;br /&gt;solution:&lt;br /&gt;1. Boot using Windows XP CD and Select Repair&lt;br /&gt;2."&lt;em&gt;Bootcfg /list"&lt;/em&gt; use this command to verify Boot.ini file.&lt;br /&gt;3. "&lt;em&gt;Bootcfg /rebuid&lt;/em&gt;"  use this command to repair Boot.ini file now restart the computer.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3967057262783812180-7299776312850848424?l=windows-troubleshooting.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windows-troubleshooting.blogspot.com/feeds/7299776312850848424/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3967057262783812180&amp;postID=7299776312850848424' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3967057262783812180/posts/default/7299776312850848424'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3967057262783812180/posts/default/7299776312850848424'/><link rel='alternate' type='text/html' href='http://windows-troubleshooting.blogspot.com/2007/12/haldll-missing-or-corrupted.html' title='HAL.DLL missing or corrupted'/><author><name>jai</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>
