News:

Welcome to TFT!

Main Menu

Recent posts

#91
SP2 / SP2 Install Error "No such int...
Last post by Adventech - August 15, 2011, 09:28:16 PM
PROBLEM
Recieve Error: "No such interface supported" when trying to install Windows Vista SP2
Recieve Error: Error: "E_NOINTERFACE(0x80004002)" trying to install Windows Vista SP2

SOLUTION
Launch CMD Prompt as Administrator
Run the following command
net localgroup administrators NetworkService /ADD
#92
Open a command prompt with Run as Administrator and enter the following commands.

net stop w32time
w32tm /unregister
w32tm /register
net start w32time
net time /setsntp:0.us.pool.ntp.org,1.us.pool.ntp.org,2,us.pool.ntp.org,3.us.pool.ntp.org w32tm /config /syncfromflags:MANUAL /manualpeerlist:"0.us.pool.ntp.org,0x8 1.us.pool.ntp.org,0x8 2.us.pool.ntp.org,0x8 3.us.pool.ntp.org,0x8"
net stop w32time
net start w32time
w32tm /resync /rediscover

#93
Windows XP / Windows XP Updates take you to...
Last post by Adventech - May 11, 2011, 05:17:46 PM
PROBLEM:
Windows XP Updates take you to Vista, 7, or MAC update page.

SOLUTION:

Symptom
When you visit Windows Update to download updates to your system, the following message may appear:

Thank you for your interest in obtaining updates from our site.

This website is designed to work with Microsoft Windows operating systems only. To find updates for Microsoft products that are designed for Macintosh operating systems, please visit http://www.microsoft.com/mac/.

Cause
This means that your system is sending an incorrect data (about the Operating System) to the Microsoft Windows Update server. Windows Update uses the operating system information that the navigator.userAgent property returns to determine if you are running a supported operating system.

To test the User Agent string, open Internet Explorer and type the following:
javascript:navigator.userAgent

You'll see the Version, Platform information reported. The same data is reported to a Web server when you visit a website.

This problem may also occur if you access the Internet through a firewall or proxy that does not allow the Windows Update Web site to receive the correct HTTP user-agent request header ("HTTP_USER_AGENT") for Internet Explorer. Some firewalls or proxy servers may send user-agent information that is incorrect or difficult to nterpret.

Resolution
Open Regedit.exe and navigate to the following locations:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ 5.0 \ User Agent

and

HKEY_CURRENT_USER \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ 5.0 \ User Agent

Backup the keys to separate REG files.

Delete the User Agent key in the above two locations (if present)

By doing this, any overridden User Agent strings and tokens are removed, and the correct data is reported to a Web server.

Close Regedit.exe and restart Windows.
#94
General / Hidden Files After Virus Remov...
Last post by Adventech - May 09, 2011, 07:16:01 PM
PROBLEM:
Hidden Files After Virus Removal.
All Files Are Hidden by Virus.

Applies to: Windows XP, Vista, and 7

SOLUTION:
From a command prompt you can make all files and folders unhidden with the following command.

ATTRIB -S -H /S /D "C:\*.*"
#95
PIX 500 Series / Configure NTP on Cisco PIX
Last post by Adventech - March 07, 2011, 10:39:23 PM
PROBLEM:
How to configure NTP on Cisco Pix 501, 506e, and 515e?

SOLUTION:
!--- Setup NTP Server.
ntp server 192.43.244.18 source outside

!--- Configure Timezone Settings.
clock timezone est -5
clock summer-time edt recurring
#96
PIX 500 Series / Configure SSH on Cisco PIX 501...
Last post by Adventech - March 07, 2011, 10:35:57 PM
PROBLEM:
How to configure SSH on Cisco Pix 501, 506e, and 515e Firewall?
Enable SSH on Cisco Pix Firewall

SOLUTION:
!--- Set Hostname.
hostname <name>

!--- Set Domain Name.
domain-name <domain.local>

!--- Allows SSH from this IP in the Outside interface.
ssh <ip> <subnet> outside

!--- Configure RSA Key.
ca zero rsa
ca generate rsa key 1024
ca save all
#97
PROBLEM:
Error: remote computer requires network level authentication
How to Enable RDP with Network Layer Authentication (NLA)

SOLUTION:
When connecting to a Windows 2008 Server using remote desktop from a Windows XP client running service pack 2 or earlier, you get the following error message:

The remote computer requires Network Level Authentication, which your computer does not support.

To enable NLA in XP machines; first install XP SP3, then edit the registry settings on the XP client machine to allow NLA

Configure Network Level Authentication

1.   Click Start, click Run, type regedit, and then press ENTER.
2.   BACKUP REGISTRY! - Always backup before making changes.
3.   In the navigation pane, locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
4.   In the details pane, right-click Security Packages, and then click Modify.
5.   In the Value data box, type tspkg. Leave any data that is specific to other SSPs, and then click OK.
6.   In the navigation pane, locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders
7.   In the details pane, right-click SecurityProviders, and then click Modify.
8.   In the Value data box, type credssp.dll. Leave any data that is specific to other SSPs, and then click OK.
9.   Exit Registry Editor.
10.  Restart the computer.
#98
PIX 500 Series / Upgrade the Cisco PIX 501 / 50...
Last post by Adventech - January 26, 2011, 04:14:30 AM
Use the copy tftp flash Command to Upgrade the PIX
Complete these steps in order to upgrade the PIX with the use of the copy tftp flash command.

1.Copy the PIX Firewall binary image (pixnnn.bin) to the root directory of the TFTP server.
2.Issue the copy tftp flash command from the PIX prompt.
3.Enter the remote host IP address.
4.Enter the PIX binary filename (has the pixnnn.bin name format).
5.Type yes.

Example:
Upgrade the PIX Firewall with the copy tftp flash Command
pixfirewall#copy tftp flash
Address or name of remote host [127.0.0.1]? 172.18.125.3
Source file name [cdisk]?pix611.bin
copying tftp://172.18.125.3/pix611.bin to flash
[yes|no|again]?yes
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Received 2562048 bytes.
Erasing current image.
Writing 2469944 bytes of image.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Image installed.
pixfirewall#
#99
General Discussion / Welcome to TFT!
Last post by Adventech - November 16, 2010, 12:45:20 AM
Welcome to Tech for Techs!