Category Archives: Windows

Block IP in Windows 2003

1. Start > Run > Type mmc and click run 2. In the console select Add/Remove Snap-in from the File menu and click the Add button in the Standalone tab. 3. In the Add Standalone Snap-in dialog box select IP … Continue reading

Posted in Windows | Tagged , , | Leave a comment

Connecting MS SQL 2008 from SQL Management Studio

Download and install SQL Management Studio from http://download.microsoft.com/download/4/2/A/42A5A62F-9290-45CB-84CF-6A4E17888FDE/SQLManagementStudio_x64_ENU.exe

Posted in Windows | Tagged , , | Leave a comment

Join Multiple Videos With VirtualDub

Following Script join multiple videos VirtualDub.Open("movie_1.avi"); VirtualDub.Append("movie_2.avi"); VirtualDub.Append("movie_3.avi"); VirtualDub.Append("movie_4.avi"); VirtualDub.Append("movie_5.avi"); VirtualDub.Append("movie_6.avi"); VirtualDub.Append("movie_7.avi"); VirtualDub.Append("movie_8.avi"); VirtualDub.Append("movie_9.avi"); VirtualDub.SaveAVI("out.avi"); VirtualDub.Close(); Save the file in folder where videos are present. To run the script, Run VirtualDub. Click Files > Run Script, now select the script. … Continue reading

Posted in Windows | Leave a comment

Error Number 0X800CCC0E

Getting Error while sending mail form outlook The connection to the server has failed. Account: ‘customer-domain.com’, Server: ’174.36.188.24′, Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error: 10060, Error Number: 0x800CCC0E This is because the customer not able to connect to … Continue reading

Posted in Windows | Tagged , | Leave a comment

To disable the firewall portion of Windows Firewall with Advanced Security

Click Start, click All Programs, click Administrative Tools, and then click Windows Firewall with Advanced Security. In the navigation panel, right-click Windows Firewall with Advanced Security on Local Computer, and then click Properties. On each of the Domain Profile, Private … Continue reading

Posted in Windows | Tagged , , | Leave a comment

Microsoft Taken over DotNetPanel

Microsoft have taken over DotNetPanel, one of the popular web hosting control panel for windows. Now the software is available as open source. Owner and several staffs of DotNetPanel is part of Microsoft now. DotNetPanel is re branded to WebsitePanel. … Continue reading

Posted in Windows | Tagged , , | Leave a comment

Natural Reader Vs TextAloud

I started using Text To Speech on windows when i see it on Opera 10. But with latest version of Opera, Speak feature stopped working. It is said that the Speech feature in opera is created by IBM, they no … Continue reading

Posted in Windows | Tagged , , , | 5 Comments

Connecting from windows to linux desktop

To connect to Linux desktop from windows, use any VNC Player. http://webhostingneeds.com/Connecting_to_linux_desktop_from_windows

Posted in Linux, Windows | Tagged , | Leave a comment

backup with robocopy

Few days back my pc crashed and do not boot. On boot, it say windows starting then rebooted. In most case, windows will run chkdisk if there is any hard disk problem, in this case, due to corruption, windows it … Continue reading

Posted in Windows | Tagged , | Leave a comment

Unison – rsync like tool for windows and linux

I have been looking for a software like rsync on windows to move files betten servers easily. Found Unison, it work with windows and linux Unison is a file synchronization tool for Unix and Windows. It allows two replicas of … Continue reading

Posted in Windows | Tagged , , | Leave a comment