Your best source of information and news about vista, software and Vista hardware on the internet

April 16th, 2009

You are currently browsing the articles from MS Windows Vista Compatible Software written on April 16th, 2009.

Manual Removal of W32/Buzus.AUER Trojan

Manual Removal of W32/Buzus.AUER Trojan
W32/Buzus.AUER is a trojan. The trojan will infect Windows systems.
This trojan information updated on April 14, 2009.
Other names of W32/Buzus.AUER Trojan:
This trojan is also known as Win32.Buzus.auer.

Damage Level : Medium/High
Distribution Level:
Medium
No Removal Tool for W32/Buzus.AUER Trojan
W32/Buzus.AUER Trojan Manual Removal Instructions
Recommend Removal from Safe Mode:

How to Start in Safe mode:
Restart your Computer, Press F8 Repeatedly, when your Screen turns on, Select Safe mode, press enter.
The Infected Files Can be Seen in these folders and names also Running in Tasks
End the Following Active Process Before Removal
  • [ Kill the Process, Use Killbox if your Access Denied ]
Download W32/Buzus.AUER Trojan Known File Removal Tool

[In Windows Vista Run As Administrator, After Execution System Will Restart]

  • %Windows\System\netmon.exe
  • %Windows\system32\Drivers\sysdrv32.sys
  • %Program files\Network Monitor\netmon.exe
  • %Program files\network traffic monitor\netmon.exe
    [ No Exact Information about Files, search above related files in Program files Folder ]
    If you have any of these files in running process from task manger, end the process before removal.
    Note: if task manager is disabled, Download the following file, Click to Download - Enable Registry.reg [ Right Click - Save Target As/Linked Content As ]
    Open it with Regedit.exe [%system32\regedit.exe], then it Confirms Add to registry Yes or No, Confirm Yes, then click Ok.
W32/Buzus.AUER Trojan Entries Manual Removal From Registry
Click Start, Run,Type regedit,Click OK.

Note: If the registry editor fails to open the threat may have modified the registry to prevent access to the registry editor.
  • Download this UnHookExec.inf, [ Right Click - Save Target As/Linked Content As ]
    and then continue with the removal. Save it to your Windows desktop. Do not run it at this time, download it only.
  • After booting into the Safe Mode or VGA Mode
  • Right-click the UnHookExec.inf file and click Install. [This is a small file. It does not display any notice or boxes when you run it.]
The W32/Buzus.AUER Trojan modifies registry at the following locations to ensure its automatic execution at every system startup:
Delete The Entries
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
Delete file entry from right side
Search Registry For W32/Buzus.AUER Trojan File Names listed above to remove completely,
Edit Menu - Find
, enter Keyword and remove all value that find in search.

Exit the Registry Editor,
Restart your Computer.

Recommended Removal Tools:
Kaspersky Antivirus or Internet Security (Shareware)
Spyware Doctor (Shareware)
AVG Antivirus (Freeware)
Killbox (Freeware)
Ultimate Links PC Tips

Written by FireFly on April 16th, 2009 with no comments.
Read more articles on netmon.exe and W32/Buzus.AUER and manual removal and removal of trojan and otherSoftware and Windows.

Register for Beta Exam 71-680: TS: Windows 7, Configuring

Registration begins: April 27, 2009

You are invited to take beta exam 71-680: TS: Windows 7, Configuring. If you pass the beta exam, the exam credit will be added to your transcript and you will not need to take the exam in its released form. The 71-xxx identifier is used for registering for beta versions of MCP exams, when the exam is released in its final form the 70-xxx identifier is used for registration.
By participating in beta exams, you have the opportunity to provide the Microsoft Certification program with feedback about exam content, which is integral to development of exams in their released version. We depend on the contributions of experienced IT professionals and developers as we continually improve exam content and maintain the value of Microsoft certifications.

71-680: TS: Windows 7, Configuring counts as credit towards the following certification(s).

· MCTS: Windows 7, Configuration

Learn more here

 

Technorati Tags: ,,,,,,,,,,

Written by Teching It Easy: Windows Vista, Live & 7 on April 16th, 2009 with no comments.
Read more articles on otherSoftware and IT Professional.

Light Up with Windows 7 Libraries

OK, it is time we to dive into the gist of Windows 7 Libraries. This is the fourth post in a series of Windows 7 Libraries posts. So far, we discussed what Windows 7 Libraries are (Understanding Windows 7 Libraries) and we reviewed the internal structure of Libraries and how they integrate into the Windows Shell Libraries Under The Hood. In this post, we review the different programming models developers can use when integrating Libraries into their applications.

Libraries are the new entry points for user’s data In Windows 7. Libraries are an integral part of the Shell and are promoted across Windows in Windows Explorer, Start Menu, and Common File Dialog. Windows 7 Users will use Libraries in their day-to-day activities. As such, they will expect applications that are running on Windows 7 to work properly with their Libraries and provide the same user experience as Windows Explorer. It is therefore important that, as developers, we know how to work with libraries and make our applications Libraries-aware.

But before we start, I want to note that while most applications should just work fine with Windows 7 Libraries, there is an opportunity to tap into the Windows 7 Libraries environment to provide a richer user experiences.

 Making an application Libraries-aware

One may wonder what would happen if “my application does not support Libraries.” Let’s imagine an application that, as part of its functionality, needs to save a file to the disk. The application prompts the user with the option to select a location for the file. The user may pick the Documents Library as his save "folder" since this is where the user usual goes when he needs to work on a document. However, if the application doesn’t recognize that the user selected the Documents Library and not a regular folder, the application may try to save to the Documents Library. This is a problem, since by now, as we already know, that Libraries are non –file system location and therefore can’t be address as regular folders.

A Library-aware application should include mechanisms for handling situations where users inadvertently try to pick libraries as if they are folder for either saving files to a Library or loading the contents of a Library. Furthermore, most applications allow users to interact with the file system as part of the application experience. An application should provide users with the same familiar entry points and UI offered by the Windows 7 Libraries. By including folders in a Library, users designate where their important data is stored, and thus applications should promote these locations by enabling Library browsing.

Developers have three integration points with Windows 7 that can help applications become Library-aware. You should review and become familiar with all three points and choose according to your needs.

  1. The most basic integration method is simply to use the new Common File Dialog (CFD) for picking files and folders while performing either save or load operations
  2. The second integration point offers applications the opportunity to Light Up on Windows 7 by enabling applications to select Libraries and consume Libraries contents.
  3. The last and most advanced integration point is to stay in sync with Library contents and directly manipulate Libraries by using the new IShellLibrary API that allows full control over libraries, including creating new libraries.

 

Let’s start by looking at the basic integration point, which can also be viewed as the bare minimum requirement for application compatibility when working with Windows 7 Libraries.

Using the Common File Dialog (CFD)

The good news is that Windows 7 Libraries are first class citizens in the CFD, allowing users to browse through Libraries, search Libraries, and even pick a specific Library as a save location, not an actual folder in the Library, but rather the Library itself!

But (there is always a but), we highly recommended that you use the new CFD interfaces that was introduced with Windows Vista, and not older or customized versions of the CFD. It is very important to note that the APIs for using the legacy CFD have not changed since Windows Vista, and XP to support application compatibility. However, the legacy version of the CFD (as is displayed in the next image) doesn’t directly support Libraries or the full new user experience offered in Windows 7.

image 

Even if Libraries are presented in the right navigation pane, they require an extra click to save into one of the folders rather than just the Library. Also the legacy CFD doesn’t expose the search and arrangement views functionality that libraries offer. Finally, the legacy CFD doesn’t support the multiple selections of files across several folders, a basic functionality promoted in Libraries.

Therefore, it is important to use the proper APIs to show the correct CFD version. When using .NET, developers can use either the System.Windows.Forms.FileDialog or the Microsoft.Win32.FileDialog namespace. The latter uses the legacy version of the CFD; therefore, .NET developers should always use the WinForms namespace to show the new CFD. The following is a code snippet that prompts the user to choose a save location by showing the common save file dialog as shown in the next image.

System.Windows.Forms.SaveFileDialog _fd = 
new System.Windows.Forms.SaveFileDialog();
_fd.Title = "Please choose a location to save your file";
_fd.FileName = "[Get Folder…]";
_fd.Filter = "Library|no.files";
if (_fd.ShowDialog() == System.Windows.Forms.DialogResult.OK)
{
string dir_path = System.IO.Path.GetDirectoryName(_fd.FileName);
if (dir_path != null && dir_path.Length > 0)
{
//this returns the path to the default save location
lblResult.Content = dir_path;
}
}

image

Native code developers should use the new family of IFileDialog native APIs (IFileDialog, IFileOpenDialog, IFileSaveDialog, IFileDialogCustomize, IFileDialogEvents, IFileDialogControlEvents) that are replacing the legacy GetOpenFileName and GetSaveFileName APIs from earlier Windows versions.

The Shell native APIs are COM-based; therefore, before using any COM object we must remember to initialize the COM object by calling CoCreateInstance. As an example, the following code snippet prompts the user to choose a Library or a folder to save the file to, by showing the common save file dialog.

*ppsi = NULL;
IFileSaveDialog *pfod;
hr = CoCreateInstance(
CLSID_FileSaveDialog,
NULL,
CLSCTX_INPROC,
IID_PPV_ARGS(&pfod));

if (SUCCEEDED(hr))
{
hr = pfod->SetOptions(FOS_PICKFOLDERS);
if (SUCCEEDED(hr))
{
hr = pfod->Show(hWndParent);
if (SUCCEEDED(hr))
{
hr = pfod->GetResult(ppsi);
}
}
pfod->Release();
}

After initializing the *pfod IFileSaveDialog variable, we set the dialog options to pick folders by passing the FOS_PICKFOLDERS flag to the IFileOpenDialog.SetOptions(). This code tells the Open dialog to enable the user to choose folders rather than files, and allows the user to choose a Library. If choosing a library, the CFD will then return the default save location folder that is associated with the chosen Library.

The two above code snippets are very simple and don’t show any new code; however, it is important to promote consistency among applications running on Windows 7 and supporting Windows 7 Libraries.

In the next post, we will (finally) show the new Windows 7 library API, as well as how to consume Library contents with the existing Shell APIs.


Written by Yochay Kiriaty on April 16th, 2009 with no comments.
Read more articles on Libraries and Sample Code and otherSoftware and windows 7 and Developers and Microsoft.

I’m moving to ITStuff.ca

I'm moving to www.ITStuff.ca
This site will not be updated anymore. Please visit my new blog at www.ITStuff.ca

Written by magakos on April 16th, 2009 with no comments.
Read more articles on otherSoftware.

Testing Out the Microsoft Translator Widget

Back during MIX09 in March, the Microsoft Translator Widget for websites was announced. People with websites or blogs can embed the Microsoft Translator Widget (powered by Microsoft Translator) into their site. Visitors of websites and blogs that have the Microsoft Translator Widget embedded can translate the content on the website without having to leave the site at all – which is awesome.

I’ve added the Microsoft Translator Widget to the Windows Experience Blog. It’s not yet deployed to all our blogs here on The Windows Blog just yet as I’d like to test it out first. The Microsoft Translator Widget will show up in the sidebar of the Windows Experience Blog where you can choose a specific language to translate the content to without leaving our site. The widget looks like this:

image

I would love to get some feedback on how well the Microsoft Translator Widget translates my blog posts. If you are fluent in any of the languages the Microsoft Translator Widget can translate to, translate my blog posts and let me know in the comments below how well it’s translating the blog posts.

You feedback will be much appreciated!

Please note: I am looking for feedback on how well the Microsoft Translator Widget translates content here – not feedback on the widget specifically. If you have specific feedback regarding the Microsoft Translator Widget, how it works, issues with it on your site, etc – I suggest leaving that feedback on this blog post for the Microsoft Translator Team.

If you are a website owner and wish to add the Microsoft Translator Widget to your website or blog – you can register here for a invite code.

Digg This

Written by Brandon LeBlanc on April 16th, 2009 with no comments.
Read more articles on Microsoft Translator Widget and Localization and Microsoft Translator and Translation and MIX09 and Feedback and otherSoftware and The Windows Blog and languages.

WinPE Drivers Installer

I think it's not necessary to explain what is WinPe :). WEX Computing Solutions Inc. released a GUI, that allows to load drivers in Windows PE...

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Written by magakos on April 16th, 2009 with no comments.
Read more articles on winpe and windows pe and otherSoftware.

« Older articles

No newer articles