nav-left cat-right
cat-right

R1Soft Windows Agent Driver (buagent) – Fail...

After upgrading/installing R1soft windows agent, you may get following error message: Failed to open control device. Have you rebooted since the agent was installed? Error: 0 OR Error 1067: The process terminated unexpectedly, when attempting to start the service manually. Cause ******** The problem is with the installation script and the way Windows handles these values. Resolution ************ This workaround must be...

Active Server Pages error 'ASP 0131', Di...

When you use relative paths in include statements with Microsoft Active Server Pages (ASP), browsing a Web page may return an error message similar to the following: Active Server Pages error 'ASP 0131' Disallowed Parent Path The Include file '../<filename.asp>' cannot contain '..' to indicate the parent directory. Reason: This is caused by disabling ASP’s “parent paths” for a Web site...

How to Install QoS Packet Scheduler in Windows?...

To install QoS Packet Scheduler: 1. Open Network Connections. 2. Click any connection, and then, on the File menu, click Properties. 3. Click Install, click Service, and then click Add. 4. Click QoS Packet Scheduler, and then click OK. That’s it !!!.

How to flush DNS cache in Windows servers...

To flush or remove DNS cache: C:>ipconfig /flushdns To see the DNS cache: C:>ipconfig /displaydns Do this if you want to see the syntax; C:>ipconfig /?

How to configure OutLook email client?...

Steps to configure OutLook Email client +++++++++++++++++++++++++++++ 1. Click “Tools” -> “Email Accounts” on the menu bar. 2. Select “Add a new e-mail account” and click “Next”. 3. Select “POP3″ and click “Next”. 4. Enter your name and email address under “User Information”. 5. Under “Logon Information”, enter the username...

How to configure OutLook Express...

Steps to configure configure Outlook Express. +++++++++++++++++++++++++++++++++ 1) Launch Outlook Express 2) Click Tools>>Accounts. 3) In the “Internet Accounts Windows” click Add >> Mail. 4) Fill in your username and Click Next. 5) Fill in your email address and Click Next. 6) On the “Email Servers Name” page, fill in the server information. “My incoming mail server is a POP3...

How to flush ARP cache in Windows servers...

Address Resolution Protocol (ARP) is a protocol for mapping an IP address to a physical machine address that is recognized in the local network.  The physical machine address is also called Media Access Control or MAC address. A table, usually called the ARP cache, is used to maintain a correlation between each MAC address and its corresponding IP address. ARP provides the protocol rules for making this correlation and...

Domain redirection using PHP script...

If you want to redirect a domain to some other url, you can use the PHP script below. index.php —————————————- <?php header(”Location: http://destination-domain.com/where-you-want-to-redirect/index.html”); exit(); ?> —————————————- So, when you take...

How to kill or disconnect a terminal session in Wi...

To disconnect a session, you can use the command tsdiscon. tsdiscon SessionID | SessionName [/server:ServerName] /v To kill a disconnected session, you can use the command rwinsta. rwinsta {sessionname | sessionid} /SERVER:servername • SessionID: Use this parameter to specify the ID of the session that you want to disconnect. To determine the ID of the session that you want to disconnect, use the query session command. •...

How to get the list of currently logged in users i...

You can use the command “query session” to get list of current logged in or disconnected terminal services users.

« Previous Entries