Wednesday, May 6, 2009

How to make your Computer quickly with a simple Notepad

When we run multiple programs or other heavy memory will retain it. But we can unload memory to write the most powerful command visual Ebsic runtime (Visual Basic Runtime) Asgaew tell you that.

Willis inspired more suitable for this power do not want to download to accelerate memory clutter.

1. Open Notepad (Start, Run, "notepad").


2. then type the command Company for a little over 128 mb RAM to use the command:

Mystring = (16000000).

For commerce with more than 128 mb RAM to use the command:

Mystring = (80000000).

How safe are finished to save the file to a visual Ebsic put quotes page after closing with the radiant

"Memory.vbe" or "Ram.vbe".

3. to close other programs to be completed first and then run the command file by double-clicking Memory.vbe

Boots is a new finished ...


Read more...!

The Secret of Easy MP3 Downloader

Many see this period dealt Web program is called Easy MP3 Downloader.
Search music program last bite! ... Music camps around the world that makes little cool!

This program will find it on internet MP3 download or listen to our problems, but any user that is found.
Crack search program. Allowing only half downloaded music.
I will offer other options it is fully loaded เลย from Youtube.com!
This program will search for keywords from Youtube.com but the program is to convert files to MP3.







Read more...!

Wednesday, December 17, 2008

Configuring a Windows Based NTP Network Time Server

Computer time synchronisation is highly important in modern computer networks, precision and time synchronization is critical in many applications, particularly time sensitive transactions. Just imagine buying an airline seat only to be told at the airport that the ticket was sold twice because it was purchased afterwards on a computer that had a slower clock!

Modern computers do have internal clocks called Real Time Clock chips (RTC) that provide time and date information. These chips are battery backed so that even during power outages, they can maintain time but personal computers are not designed to be perfect clocks. Their design has been optimized for mass production and low-cost rather than maintaining accurate time.

For many applications, this is can be quite adequate, although, quite often machines need time to be synchronised with other PC's on a network and when computers are out of sync with each other problems can arise such as sharing network files or in some environments even fraud!

Microsoft Windows (2000 and above) has a time synchronisation utility built into the operating system called Windows Time (w32time.exe) which can be configured to operate as a network time server. It can be configured to both synchronise a network using the internal clock or an external time source.

Note: Microsoft strongly recommends that you configure a time server with a hardware source rather than from the internet where there is no authentication.

To configure Windows Time service to use the internal hardware clock, first check that w32time is located in the system services list in the registry, to check:

Click Start, Run then type regedit then click ok.

Locate and then click the following registry entry:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32Time

It is highly recommended that you back up the registry as serious problems may occur if you modify the registry incorrectly, modifications to the registry are done at your own risk.

Note: the following instructions are based on Windows 2000 other versions of Windows may differ.

To begin configuration for an internal clock, click on the following subkey:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeParameters

In the right pane, right-click ReliableTimeSource, then click Modify.

In Edit DWORD Value, type 1 in the Value Data box, then click OK

Exit Registry Editor

To restart the Windows Time Service click Start, Run (or alternatively use the Command Prompt facility).

Type: net stop w32time && net start w32time

Then press enter.

To reset the local computers’ time, type the following on all computers except for the time server which must not be synchronised with itself:

w32tm –s


To configure the Windows Time service to use an external time source, click Start, Run and type regedit then click OK.


Locate the following subkey:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeParameters

In the right pane, right-click Type then click Modify, in edit Value type NTP in the Value data box then click OK.


Now in the right pane, right click ReliableTimeSource, then click Modify.

In the Edit DWORD Value box, under Value Data, type 0, then click OK.


Right-click NtpServer in the right pane then click Modify.

In Edit Value, type the Domain Name System (DNS), each DNS must be unique.

Now click Ok.

For Windows 2000 Service Pack 4 only, set the time correction settings to do this locate:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeParameters

In the right pane, right-click MaxAllowedClockErrInSecs, then Modify in the Edit DWORD Value box, , type a time in seconds max number of seconds difference between the local clock and the time received from the NTP server in order to be considered a valid new time.

Click OK.

To set the poll intervals locate:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeParameters

In the right pane, right-click Period, then click Modify.

In the Edit DWORD Value box, under Value Data, type 24 then OK

Exit Registry Editor

Click Start, then Run then type the following and press Enter:

Net stop w32time && net start w32time

To reset the local computers’ time, type the following on all computers except for the time server which must not be synchronised with itself:

Network Time Protocol (NTP) is an Internet protocol used for the transfer of accurate time, providing time information along so that a precise time can be obtained

To enable the Network Time Protocol; NTPserver, locate and click:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeTimeProvidersNtpServer

In the right pane, right-click Enabled, then click Modify.

In the Edit DWord Value box, type 1 under Value data, then click OK.

Now go back and click on

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeParametersNtpServer

In the right pane, right-click NtpServer, then Modify, in the Edit DWORD Value under Value Data type In the right pane, right-click NtpServer, then Modify, in the Edit DWORD Value under Value Data type the Domain Name System (DNS), each DNS must be unique and you must append 0x1 to the end of each DNS name otherwise changes will not take effect.

Now click Ok.

Locate and click the following

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeTimeProvidersNtpClientSpecialPollInterval

In the right pane, right-click SpecialPollInterval, then click Modify.

In the Edit DWORD Value box, under Value Data, type the number of seconds you want for each poll, ie 900 will poll every 15 minutes, then click OK.

To configure the time correction settings, locate:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32Timeconfig

In the right pane, right-click MaxPosPhaseCorrection, then Modify, in the Edit DWORD Value box, under Base, click Decimal, under Value Data, type a time in seconds such as 3600 (an hour) then click OK.

Now go back and click:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32Timeconfig

In the right pane, right-click MaxNegPhaseCorrection, then Modify.

In the Edit DWORD box under base, click Decimal, under value data type the time in seconds you want to poll such as 3600 (polls in one hour)

Exit Registry Editor

Now to restart windows time service, click Start, Run (or alternatively use the command prompt facility) and type:

net stop w32time && net start w32time

And on each computer, other than the time serverArticle Submission, type:

W32tm/ -s

And that’s it your time server should be now up and running.


Read more...!

Monday, June 16, 2008

The harddisk is boot do not go up.

TRUE already the cause that the hard disk boot do not go up that several times often born from the error of the software cause part of that majority hardware often is born from the hard disk has bad sector greatly or be born bad sector area storage data important area of the hard disk then makes the hard disk can not boot can upward by act up silent go to quietly after boot upward already or might inform upward that No Boot Device or Disk Boot failure Please insert system disk and please anykey to continue.

For the way corrects that give we do checking bad sector by might boot upward with boot then use order Scandisk or program Norton Disk Doctor version dos check bad sector and repair Look here! if have bad sector very might don't be lost last way is do Fdisk divide Partition new already try prevent the part that is bad sector go out.

Sometimes the cause that the hard disk boot do not go up keep silence go to quietly might be born from PCB ( the circuit below of the hard disk ) be born something short the way corrects to are lead hard generation same disk spec alike come to take off change PCB as a result will make hard disk which short come back can work as before.

If want to borrow important data comes back should not use the order Fdisk anyway because will make location data within the hard disk smoothly go to is finished in this place advise give use a program Spinrite in raising a data important loan which this program is a program that was built come to for borrow the data within the hard disk especially.


Read more...!

Monday, June 9, 2008

Optimize Registry for Windows speed up.

1. Increase efficiency by fining decorates the memory.

In windows every ver. when the memory of not enough system builds the usability such as in case of you open a program greatly windows will lead some part data keeps in HDD automatically be using HDD be like like memory.

We know that that RAM fast more HDD thus if you have the memory is setting up greatly (more than 256) you can increase efficiency the work of the system with closing crow move the data goes to still HDD of windows by something go to at regedit be like rep on that vacate.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl\Control\S ession Manager\Memory Management

The right side is double click DisablePagingExcutive.
Give repair the value value data 0 from see 1 click already ok.
Repair finished already restart.

2. Increase efficiency with saving cancellation DLL of win XP.

In the work of windows and all program the system has will loading file a lot of one the group that s were been usable always and important element be the file DLL The a lot of.

When DLL the some part has no the usability again such as when you close a program but winXP will still pick these file seizes in cache if will have using again which make can be usable quickly but file these saving takes to keep will consuming memory by not necessary.

Go to at regedit.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer
Take strip lays in Explorer.

From that time choose the order edit>new>key.
Give you name to are AlwaysUnloadDLL from that time in right side frame.
Double click default then fine value data be 1.

3. Enhance the speed with queue arrangement s give with IRQ.

This techinque is hurrying speed gives with a computer by windows will do queue arrangement gives with the usability IRQ make windows can can work fast go up can as follows.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\PriorityControl

Right click PriorityControl choose new>DWORD Value.
It has will name that IRQ8Priority already double click repair the value value data be 1 then press ok from that time restart.

4. Fine the memory for all work.

The memory is the hardware which is important one this techinque will do to divide by order give system all file goes to use cache replace for help give can can work fast go up the meat from cache can can work fast more HDD many times can as follows.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\session Manager\Memory Management

Switch off click at LargeSystemCache repair value data be 1 then press ok.

5. MTU (Maximum Transmission Unit)

Be the one division that use to appraise give with taking sends system data K upland last net in sending each time if we set seek the value MTU like The automatic as a result make can can work more and more efficiently.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters

Right click Parameters choose new > DWORD Value.
Set name that EnablePMTUDiscovery.
Already double click print the value has been 1 then press ok.

6. Enhance taking sends the data MTU.

Value expansion MTU too much most be one give taking system sends way data internet can can work efficiently.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters\interfaces\
click + infront interfaces have many folder give right click that folder The first new >DWORD Value the name is that
MTU already double click add value.
576 if be dial-up Connection.
1492 if be PPP Broadband Connecting.
1500 if be Ethernet DSL and Cable Broadband Connection.

7. The way hurries the speed Windows with vitual memory.

Because of a program has large-sized more than memory size that us has to are usable a computer then have to have like memory or vitual memory a friend comes to can work well go up can as follows.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management

Right side double click at Pagingfiles.
Repair fever value data have the size according to want by first last value is will minimum location value keeps to give only back value is the value most the location keeps.

8. Increase efficiency with file system saving in the memory.

A program is windows remember dare to at in the arrangement culls memory area gives with all system usually when there is the calling uses the data that has large-sized more than the memory that exists a program will do data lead that no used in the memory comes out in HDD before then load data group new data down go to.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management

Right side double click at DisablePagingExecutive.
Repair be 1 already ok.

9. Open a window IE give can work fast go up.

When be usable IE go to for a long time ? slow program every time down can make fast be like while set up new get as follows.

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr
entVersion\Explorer\RemoteComputer\NameSpace

Rght click at D6277990-4C6A-11CF-8D87-00AA0060F5BF already delete then press yes.


Read more...!