HOME Delphi HTML Javascript SetBkMode Windows 7 auto logon Firefox Tweak iframe auto resize Port Forwarding GetScreenResolution IE Browser Speed Enhancement IE Speed Enhancement iframe MS Windows Tweak Multiple Monitors new window Password change Folder Prefetch QoS Tweak re-password Registry Registry Access Remote Desktop Port Change Terminal Server Listening Port Change Windows Update WindowsXP ICS Port Forwarding Directory Application Speed Enhancement Application Speed Optimization Auto Admin Logon AutoLogon Bandwidth Enhancement Blog Posting API COM Default Domain Name Default User Name Default User Password Delphi Registry Access Folder Selection DNS Cache DNS Error DNS lookup fail tweak Dual Monitors evc File Size FindFirstFileEx Firefox Tewak Firefox Tuning Application Performance Enhancement

SETBKMODE.ZIP

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...

Auto Admin Logon Registry Entry for Windows 7   (created at Dec 17, 2010)   94  

If you are trying to auto logon on Windows 7, just change registry entry settings as bellow:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon]"AutoAdminLogon"="1""DefaultUserName"="super_user""DefaultP...

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

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...

How to elimiate the "Restore Previous Session" dialog when FireFox 2.0 starts   (created at Feb 13, 2008)   74  

If you want to get rid of the "Restore Previous Session" dialog and simply start a new session everytime, you need to add one value in your Firefox config file. 1) put below strings in URL fieldabout:config2) set browser.sessionstore.enabled -> false3) set...

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...

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...

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...

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...

Firefox Web Tweaking   (created at Sep 03, 2007)   46  

For those that are using Mozilla's Firefox browser, the same tweak of increasing the number of concurrent connections per server can be applied as well (although they are already set to a more reasonable value of 8). Here is how. In the address bar, type: ...

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 ...

Auto Logon Programming in Delphi   (created at Dec 31, 2010)   80  

In case that you need to develop auto logon application based on Windows operating system. You need to access windows registry. Refer below Delphi based example. (autologon.dpr) If you want to compile above sample code, just copy & paste as autologon.dpr a...

IFRAME Auto Resize in IE, FireFox by Javascript   (created at May 02, 2008)   99  

Here's the simple iframe auto-resize example working on IE, and FireFox.