วันพุธที่ 29 กรกฎาคม พ.ศ. 2552

IE cannot display or load hotmail correctly

try to install Windows Script for Windows XP v. 5.6 or 5.7 depend on you windows system

download here http://www.microsoft.com/downloads/details.aspx?FamilyID=47809025-D896-482E-A0D6-524E7E844D81&displaylang=en

fix virus malware bad1.exe bad2.exe bad3.exe

using malwarebyte install runit and fix it!


download from www.malwarebytes.org

cannot access by \\computer name

if you have a problem that you cannot access by \\computer name
try this :

Go to:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Netbt\Parameters

If either of the following values are present, delete them:

NodeType;
DhcpNodeType.
Then re-boot.

and try
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
change restrictanonymoussa 1 to 0

from : http://www.chicagotech.net/Networking/nodetypeissue1.htm

วันศุกร์ที่ 17 กรกฎาคม พ.ศ. 2552

setting Windows XP Auto Login

Windows XP Auto Login


You can configure Windows XP to automate the logon process if your computer is not part of a domain. Computers configured in a business environment generally have a domain and for those machines the option "Users must enter a username" does not appear because a password must be given to access the local area network or domain.

1. Click Start, click Run, and type control userpasswords2. This is a shortcut instead of having to click on Start -> Control Panel -> User Accounts.
2. Uncheck the "Users must enter a username and password to use this computer" check box.
3. Click Apply.
4. Enter the user name and password you wish to automatically log on with, and then click OK.
5. Click OK again and you're all done.

This feature allows other users to start your computer and use the account that you establish to automatically log on. Enabling auto logon makes your computer more convenient to use, but can pose a security risk since anyone can just turn the machine on and access your files.

วันอังคารที่ 14 กรกฎาคม พ.ศ. 2552

restore hidden folder from virus

using
attrib foldername -r -a -s -h /S /D


E:\>attrib -R -S -H /S /D

http://www.raymond.cc/blog/archives/2009/05/01/reset-system-and-hidden-attributes-for-files-or-folders-caused-by-virus/

วันศุกร์ที่ 3 กรกฎาคม พ.ศ. 2552

Invalid token 'Text' at root level of document.

Error 1 Invalid token 'Text' at root level of document. C:\Inetpub\wwwroot\TDCMktgWeb\_vti_cnf\web.config 1 1 Miscellaneous Files


Error 2 XML document must contain a root level element. C:\Inetpub\wwwroot\TDCMktgWeb\_vti_cnf\web.config 8 1 Miscellaneous Files


Error 3 Data at the root level is invalid. Line 1, position 1. C:\Inetpub\wwwroot\TDCMktgWeb\_vti_cnf\web.config 1



Problem solved. Solution is from previous reply link or at least deleting the web.config file in the front page server extensions "_vti_cnf" folder acording to http://forums.asp.net/thread/1270047.aspx.

I believe the cause is that I used Front Page 2003 to edit some generic html files used in the project that created the front page server extensions folders and files under the main project folder. When publishing with the pre-compile option, VS2005 was trying to read and compile the non-xml web.config file in the front page server extension "_vti_cnf" subfolder instead of the web.config in the main project folder.


http://forums.asp.net/p/956502/1406431.aspx#1406431