Showing posts with label computer repair. Show all posts
Showing posts with label computer repair. Show all posts

Thursday, June 11, 2009

MS, 6 monthly patches - "critical" vulnerabilities, including 31 cases corresponding to

Microsoft has June 9, 10 released a security update. 2009 3 CanSecWest security conference was held on Monday in the hacking contest, "Internet Explorer (IE) 8" The severity of "critical" vulnerabilities, including an update on the cases, a record number of vulnerable The monthly update to fix the company.

The update will be compatible with 31 vulnerabilities. Microsoft spokesman, "this number, the company in 2003 to 10 June every two to start up a schedule of monthly updates released Tuesday."

2009 six months of security patches, IE severity of "critical" vulnerabilities that supports 8. The higher the severity of them, and to view a specially crafted web page, there is a remote code execution. IE 8 is vulnerable, "Windows 7" release candidate (build 7100) does not affect, Windows 7 beta will affect.

This update also, "Windows 2000 Server" and "Windows Server 2003" has been implemented in the "Active Directory" (AD) implementation, and "Windows XP Professional" and Windows Server 2003 installed on the "Active Directory Application Mode "(ADAM) the severity of" critical "vulnerabilities are also supported. The higher vulnerability of this severity could be controlled from a remote system to the attacker.

Also, "Windows print spooler" The severity of "critical" vulnerability has also supported. The vulnerability of these specially crafted server is affected RPC, if it receives a request, there is a remote code execution.

"Office Word" and "Office Excel" that addresses the multiple vulnerabilities in the. In these vulnerabilities, an attacker specially crafted Word or Excel and run the code using a remote file, and thereby control the machine. Also, "PowerPoint" which addresses the vulnerability. This vulnerability has been exploited in limited targeted attacks in 2009 in the Microsoft warned Monday that in May, a revised version of Windows.

This update, Microsoft is reported in 2009 5 "Internet Information Services" (IIS) web server products severity of "critical" vulnerabilities, including a corresponding patch.


Also, "Microsoft Works" converter severity of "critical" vulnerabilities 1, RPC and the Windows kernel severity of "critical" vulnerabilities and have an update. Additionally, "Windows Search" in severity "warning" even fix a vulnerability. In this vulnerability, and return the specially crafted file as a result of the first users to perform a search, there is a leakage of information when you preview a malicious file from the search results. The default is on, Windows Search Component "Windows XP" and not Windows Server 2003 preinstalled.

The products affected by the update, "Windows 2000", Windows XP, Windows XP Professional, "Windows Vista", Windows Server 2003, "Windows Server 2008" and other OS, "Office 2000" "Office 2003" "Office 2007 "" Office XP "Office and other products for the Mac and" Office 2004 for Mac "" Office 2008 for Mac "and others.

As affected by other software, "Office Excel Viewer" "Office Word Viewer", Office Compatibility Pack (Word, Excel, PowerPoint 2007 for file format), "Works 8.5" "Works 9.0" "Office SharePoint Server" and there.

This update, Windows is loaded on the Microsoft "DirectX" does not include a fix for the vulnerability in streaming media technology. This vulnerability in 2009 in what was revealed at the end of that was created with malicious intent "QuickTime" file, thereby allowing it to fully control the computer.

Monday, June 8, 2009

Dual Boot Trouble Shooting Guide / Vista Running

This is a short add on guide for trouble shooting your dual boot with Vista running and XP installed.

Software required for this guide: VistaBootPro

Below is how to locate the ntldr, NTDETECT, and boot.ini while in Vista.

1. Open My Computer
2. Click on "Organize" and then click on "Folder and Search Options"
3. Then click on the "View" tab
4. In the list under "Advanced Settings" you need to find "Hide protected operating system files" and uncheck it and then click "Ok"

5. Once back into My Computer open your XP (or Vista) drive and you will now see more "protected" files
6. Select the three files in question and right click and then select "Copy"
7. Go back and open your Vista (or XP) drive and right click and then select paste

VistaBootPRO v.3.1 Method
8. Open VistaBootPRO and go to the "System Bootloader" screen
9. Select to "Reinstall the Vista Bootloader" and then click on Install Bootloader
End v.3.1

VistaBootPRO v.3.3 Method
8. Open VistaBootPRO and go to the "System Bootloader" screen
9. Select "Windows Vista Bootloader"
10. Select "All Drives"

Note: Before continuing quit any I/O sensitive applications.

11. Select Force Install and then click on "Install Bootloader"
End v.3.3

10. Once done exit VistaBootPRO and reboot your system


Drive letters were not included due to the different configurations.



If it is still not booting then your boot.ini can be incorrect. Below is a typical boot.ini.

Code:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /NOEXECUTE=OPTIN /FASTDETECT



The major components of the boot.ini are rdisk(#) and partition(#). Do not change disk(#) unless you are running SCSI drives. When you open Disk Manager, you will see your hard drives listed a Disk 0, Disk 1 and so on depending on how many hard drives you have. The boot.ini rdisk(#) should point to the disk with XP on it associated with the Disk Manager. The boot.ini partition(#) should point to the partition XP is on. The first section of a hard drive is partition 1 and so on. Remember; rdisk(#) can have a 0 such as rdisk(0). On the other hand, partition(#) will always have a 1 or greater. Below you will see my hard drive configuration.

Thursday, May 28, 2009

Windows Vista: "The Windows Boot Configuration Data file is missing required information"

When you start Windows Vista, you receive the following error message:
"File: \Boot\BCD"
"Status: 0xc0000034"
Info: The Windows Boot Configuration Data file is missing required information

This error occurs when either of the following conditions is true:

-The Windows Boot Manager (Bootmgr) entry is not present in the Boot Configuration Data (BCD) store.
- The Boot\BCD file on the active partition is damaged or missing.

You can rebuild the BCD store manually by using the Bcdedit.exe tool in the Windows Recovery Environment. To do this, follow these steps:

1. Put the Windows Vista installation disc in the disc drive, and then start the computer.
2. Press a key when you are prompted.
3. Select a language, a time, a currency, and a keyboard or another input method, and then click Next.
4. Click Repair your computer.
5. Click the operating system that you want to repair, and then click Next.
6. In the System Recovery Options dialog box, click Command Prompt.
7. Type the following command, and then press ENTER:
cd /d Partition:\Windows\System32
Note Partition represents the letter of the partition on which Windows Vista is installed. Typically, this is partition C.
8. Type the following command, and then press ENTER:
bcdedit /enum all
In the Windows Boot Loader section of the output from this command, note the GUID that is listed for resumeobject. You will use this GUID later.
9. Type the following command, and then press ENTER:
bcdedit -create {bootmgr} -d "Description"
Note Description represents the description for the new entry.
10. Type the following command, and then press ENTER:
bcdedit -set {bootmgr} device partition=Partition:
Note Partition represents the letter of the partition. Typically, the letter is C.
11. Type the following command, and then press ENTER:
bcdedit /displayorder {GUID}
Note GUID represents the GUID that you obtained in step 8.
12. Type the following command, and then press ENTER:
bcdedit /default {GUID}
Note GUID represents the GUID that you obtained in step 8.
13. Type the following command, and then press ENTER:
bcdedit /timeout Value

The computer restarts, and the system files and settings are returned to the state.

Friday, December 12, 2008

RED HERRING AWARDS IYOGI FOR THE 2008 RED HERRING ASIA AMERICA 100

Award Recognizes the 100 “Most Promising” Asian Companies Driving the Future of Technology

Silicon Valley, CA, Dec 9th, 2008— Red Herring today announced that iYogi is a winner of the Red Herring 100 Award, a selection of the 100 most innovative private technology companies based in Asia.

iYogi delivers technical support services directly to consumers and small businesses and is the first, global, technical support brand based out of India with more than 50,000 customers. The company offers consumers an unlimited, annual subscription service for $119.99 per desktop that includes support for a wide range of technologies, including PC hardware, Microsoft Products Support, Windows Operating systems,Computer Support ,Software applications, MP3 players, Networking devices, Digital camera, Printers and scanners etc.

The Red Herring editorial board diligently surveyed the entrepreneurial scene throughout Asia and identified the top 100 out of more than 1,000 closely evaluated companies that are leading the next wave of innovation.

“Our winners and Finalists demonstrate that Asia is increasingly becoming a leader in innovation, contrary to common stereotypes", said Joel Dreyfuss, editor-in-chief of Red Herring. " It was tough to choose just the top 100 finalists from such a large list of excellent contenders, and we are very happy with the quality of the companies we selected as finalists."

“We believe consumers and small business owners should have low-cost access to the highest quality support available on the planet", said Uday Challu, CEO of iYogi. “We are thrilled that our innovative approach to solving everyday technology problems for consumers and our managed services for small businesses has been recognized by Red Herring’s keen-eyed leadership. We are continuously innovating in adding new services that includes PC recovery, anti-virus, anti-spyware, data back-up and PC optimization in providing the best tech support experience for our customers”, adds Uday.

The 100 winning companies have been announced at the Red Herring Asia event in Hong Kong. The CEOs of the winning start ups presented their innovative ideas and technologies to an audience of leading entrepreneurs, financiers, and corporate strategists at the event at the Hong Kong, JW Marriott Hotel earlier this week.

About iYogi

iYogi is the first direct-to-consumer and small business technical support service from India. Providing an annual unlimited subscription to technical support, iYogi now boasts of more than 50,000 customers. The company employs 600 professionals servicing customers in the US, UK, Canada, Australia and fast expanding to 12 new geographies across the globe. iYogi’s resolution rate of 87 percent and customer satisfaction rate of 93 percent are amongst the highest published benchmarks in the industry. For further information, please visit www.iyogi.net.

iYogi Contact

Vishal Dhar
President Marketing, iYogi Inc.
Phone: 212 229 0901
Email: vishal@iyogi.net