Move persistent route table to a new computer

Moving persistent route to a new PC is easy, save your self the task of re-typing them in one at a time with this these simple steps. The data is stored in the windows registry. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\PersistentRoutes Export this key and save the .reg file. Copy this file over [...] Read more »

Quick edit for your hosts file

Open notepad and paste in the code below, then save as hosts.vbs and save it inside your windows directory. Then all you need to do is type start -> run and type “hosts.vbs” and it will fire up your windows hosts file inside notepad Set Sh = WScript.CreateObject("WScript.Shell") On Error [...] Read more »

Custom Windows Shutdown

Here is an easy tip to spruce up your end of day windows shut down. Have it perform some simple tasks before shutting down your system for the day. I have made a simple batch file to run a system defrag, then make a registry backup before shutting down the [...] Read more »

Cube Cart Export for PayPal Multiorder Shipping

cubecartexportpaypal

I have created an order export for Cube Cart e-commerce software package. This export can be imported into PayPal’s multi-order shipping module. This will enable you to import your order information into PayPal for printing shipping labels. Avoid re-typing the information into Paypal, saving time and preventing data entry errors. [...] Read more »

Super Simple Calendar Free

simple windows calendar

Simple. Elementary, and not involved or complicated windows calendar application. You just want to see a calendar, and clicking on the time in the tray is cumbersome, and there is the possibility you may accidentally change your system date and time. So here is a free windows calendar app that [...] Read more »