วันอังคารที่ 24 มกราคม พ.ศ. 2555

auto logon for Windows Vista/7

Make Windows 7 or Vista Log On Automatically
If you are just running a home computer for gaming or something unimportant, you might not want to have to log in every single time you reboot your computer. There’s an easy tweak that will let you autologin.

First, we’ll need to get to the Advanced User Accounts Control Panel to get to this setting. I think there’s a registry tweak as well, but that seems like too much work.

Type in netplwiz into the start menu search box, hit enter, and you’ll see this screen:

Note: If that doesn’t work, you can type in control userpasswords2 instead.

from http://www.howtogeek.com/howto/windows-vista/make-windows-vista-log-on-automatically/

วันพุธที่ 21 กันยายน พ.ศ. 2554

reset winsock

on DOS command prompt type "netsh winsock reset"
then restart Windows

วันศุกร์ที่ 15 ตุลาคม พ.ศ. 2553

can not run exe program on flash drive

1. Click ที่ Start > Run regedit.exe

find
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers\0\Paths\

delete this key
{4fdd9xx1-8d47-4806-a351-689c2264a92e}

{4fdd91a1-8d47-4806-a351-689c2264a92e}
{4fdd92a1-8d47-4806-a351-689c2264a92e}
{4fdd93a1-8d47-4806-a351-689c2264a92e}


{4fdd91b1-8d47-4806-a351-689c2264a92e}
{4fdd92b1-8d47-4806-a351-689c2264a92e}
{4fdd93b1-8d47-4806-a351-689c2264a92e}

then restart

from :www.cpe17.com, http://www.bizinews.com/listcontents/computer-fix/cannot-open-file-exe-in-flashdrive

วันพฤหัสบดีที่ 10 ธันวาคม พ.ศ. 2552

วันเสาร์ที่ 29 สิงหาคม พ.ศ. 2552

reset waste ink for canon mx318

Waste Ink Counter Reset.
(1) Turn off the printer.
(2) Press and hold the RESUME button, then press and hold the POWER button.
(3) Release the RESUME button, Next press and release the RESUME button two(2) more times in
succession. Note: you are still holding the POWER button). The printer's carriage will "reset"
or move momentarily. If the above was properly performed the printer will enter the
"Service Mode".
(4) Press the RESUME button 4 times, this will select the clear waste ink counter function. The lamp
will alternate (change) color with each key press.
1. Service/Factory test printout, including ink sensor check.
2. EEPROM - Info printout.
3. EEPROM - Initialization.
4. Reset the Waste ink counter.
5. Printer model setting. (More selections beyond this point - However it is best leave them unaltered - You have been warned!)
After selecting the desired mode (eg 4), press the POWER button to "set" the change, and return to the top of the function selection menu. Press the POWER button again to restart the printer.

วันพฤหัสบดีที่ 6 สิงหาคม พ.ศ. 2552

logon failure : the user has not been granted the requested logon type at this computer

Ok, I actually found my own fix. Here it is!

File sharing with Windows XP HOME Edition - Fixes.

Section 1

When you double click on the computer (in My Network Places/Workgroup) that you are trying to access the shared files from you may get this message:

You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions

Logon failure: the user has not been granted the requested logon type at this computer

If you see this message the following should be done on the computer containing the shared files:

Download the following and install it

Windows Server 2003 Resource Kit Tools
http://go.microsoft.com/fwlink/?LinkId=4544

after installation is complete, click on: Start, All Programs, Windows Resource Kit Tools, Command Shell

Then enter the following commands. (Attention: they are case sensitive.)

net user guest /active:yes
ntrights +r SeNetworkLogonRight -u Guest
ntrights -r SeDenyNetworkLogonRight -u Guest

The first command enables network access for Guest, the two subsequent ones change two different policies to allow network access for Guest.

Now when you click on the computer (using My Network Places) you are trying to get the shared files from, the message will not appear and you can access the shared files. If the same type of error message appears but says ‘ACCESS DENIED’ instead of ‘Logon failure: the user has not been granted the requested logon type at this computer’ continue to the next section.


Section 2

When you double click on the computer (in My Network Places/Workgroup) that you are trying to access the shared files from you may get this message:

You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions

Access Denied


If you see this message the following should be done on the computer containing the shared files:

Click START

RUN

Type regedit and press enter

Now find the following key - HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

Double click on ‘restrictanonymous’ and change the Value Data from 1 to 0

Exit regedit and reboot the computer

Now when you click on the computer (using My Network Places) you are trying to get the shared files from the message will not appear and you can access the shared files.

from : http://www.computing.net/answers/networking/cant-access-one-computer-on-net/25769.html

วันอาทิตย์ที่ 2 สิงหาคม พ.ศ. 2552

vb6 deploy error cxlibw-1-6.dll

Hi,

I solved this problem. I opened the setupfile and changed the setupfile

path from applicationpath to syspath to cxlibw-1-6.dll

@cxlibw-1-6.dll,$(WinSysPath) .Then I run the setupfile it doesn't show the error message. It runs the application proberly.

Bye

from : http://social.msdn.microsoft.com/Forums/en-US/vscrystalreports/thread/b86bbc60-7737-49d8-a385-b342a551707a