HOME SetBkMode IPv6 IPv4 UTF8 FNC WinAMP MP3 Phone netsh EmailDomain QoS Tweak Indy local MS Windows Tweak Multiple Monitors Password change Port Forwarding Prefetch IE Browser Speed Enhancement re-password remote Remote Desktop Port Change Spectrum SSH Terminal Server Listening Port Change upload Windows Update WindowsXP ICS Port Forwarding DNS Error Application Speed Enhancement Application Speed Optimization backup Bandwidth Enhancement Blog Posting API COM object Disable IPv4 Disable IPv6 disable_ipv4.bat disable_ipv6.bat DNS Cache IE Speed Enhancement DNS lookup fail tweak Dual Monitors Enable IPv4 Enable IPv6 enable_ipv4.bat enable_ipv6.bat File Manager File Synchrnonization Firefox Tewak GetScreenResolution Application Performance Enhancement

WINDOWS/DOS ( 1 / 1 )

Enable/Disable IPv6 on Windows   (created at Feb 24, 2024)   166  

Even though IPv6 is one of the key features by the most of network service providers, but its network equipments are not stable accordingly, so we face a lot of connectivity issues from time to time. Sometimes, it is recommended us to turn IPv6 off for sta...

Enable/Disable IPv4 on Windows   (created at Feb 24, 2024)   115  

Disabling IPv4 on Windows through a batch script can be a bit more involved compared to disabling IPv6, but it's still achievable using netsh. Here's a script that disables IPv4 on all network interfaces:Save this script with a .bat extension (e.g., disabl...

Windows XP Internet Connection Sharing: Port Forwarding Difficulties   (updated at Jan 15, 2024)   168  

I have properly configured ICS with two NICs on one of my Windows XP machines (chii.usr.local), and the interfaces look like so:Ethernet adapter 3Com:Ethernet adapter Marvell: Three other computers on the network exist:All three machines are configure...

How to make application speed faster   (updated at Jan 02, 2024)   168  

Microsoft has this command in which to start up applications much faster just like Microsoft`s Windows Media Player.1) Choose an application that you want to start up quicker.2) Create a shortcut and place it on the desktop.3) Right click the shortcut item...

Editing your Web browser's settings for faster loading of pages   (created at Sep 03, 2007)   131  

According to the HTTP specs,only limited number of simultaneous connections are allowed, whileloading pages. To increase that number, add the following entries tothe Registry: The above tweak works with Internet Explorer versions 4 or newer. For furth...

Check if a file exists from inside a batch file   (created at Feb 18, 2014)   202  

In case of checking file inside a batch file, you can simply check by file exist as following: If you want to implement it by single line, you can implement it as following: And following is the practical example:if exist c:autoexec.bat notepad c...

File synchronization method using WinSCP script – downloading modified files from remote server, useful way to backup files through SSH   (created at Jul 29, 2013)   141  

WinScp provides straightforward way can synchronize between local and remote server, if remote server has SSH daemon. Actually this is useful if you need to manage files on multiple places. Actually I use this script for purpose of backup files on my PC. F...

Remote Desktop not work after SP3 installation ?   (created at Dec 15, 2008)   108  

This is caused by test certificate confiliction. you can clear this problem by performing below procedures. 1. Click Start, click Run, type certmgr.msc, and then press ENTER. 2. In the list that appears, find and expand the Trusted Root Certification Autho...

Changing ANY user password without having to know the existing password   (created at Dec 06, 2007)   155  

This tweak gives a user the opportunity to use it for good or bad. It enables the user to re-password any account without having to know the existing password and also shows you every account that exists on the machine (even the ones that are hidden). This...

Increase bandwidth by tweaking QoS in Windows XP Pro   (created at Sep 03, 2007)   104  

The following tweak applies only to Windows XP Professional edition.The default system behavior is that all 100% bandwidth is available, however, if there is a running application that indicates to the OS it needs to send high priority/real time data, then...

Tweak DNS Errors Caching in Windows 2000 / XP   (created at Sep 03, 2007)   74  

Windows 2000/XP has built-in DNS (Domain Name System) caching, which basically caches resolved hostnames for faster access and reduced DNS lookups. This is generally a great feature, with the only downside that failed DNS lookups get cached by default as w...

Stop the system automatically rebooting after Windows Updates   (created at Sep 03, 2007)   78  

Normally Windows Update will automatically reboot the system when you have your system configured to "Automatically download recommended updates for my computer and install them" and one or more of those updates requires a reboot. This settings changes the...

How to change the listening port for Remote Desktop?   (created at Aug 31, 2007)   107  

For WindowsXP1. Start Registry Editor. 2. Locate and then click the following registry subkey:HKEY_LOCAL_MACHINESystemCurrentControlSetControlTerminalServerWinStationsRDP-TcpPortNumber 3. On the Edit menu, click Modify, and then click Decimal. 4. Type the ...