microsoft

You are currently browsing the articles from MS Windows Articles, Reviews and Videos matching the category microsoft.

Microsoft Silverlight for Linux

The equivalent of ’s Silverlight but for operating systems is available for as of May 13, 2008, under the label . According to the official description of the , is nothing more than the open source implementation of Silverlight, tailored for UNIX systems. With this latest step in the evolution of Silverlight, can finally claim that the is truly cross-platform, because ahead of the May 13 public release of , support was available exclusively for and Mac OS X operating systems.

is a project developed in parallel with Silverlight, but not by the Redmond company. In fact, partnered with Mono, an open source project backed by , in order to port Silverlight to . At this point in time is still in development, and as such comes with the inherent problems associated with any Beta.

“The release comes in two forms: no-media codecs supported, but easy to . This currently builds for and -64 for . [And] source-code compilation, but you can optionally compile FFMpeg codecs yourself. To do this, our moon-0.6.tar.bz2. And follow the build instructions”, revealed Miguel de Icaza, Vice President for Developer Technologies.

De Icaza noted that is designed to integrate seamlessly with both 2.0 and 3.0 releases, but that the latest modifications introduced in the development of version 3.0 of ’s open source will cause the open source implementation of Silverlight for to malfunction. At this point in time Mono is offering both 1.0 and 2.0 versions, adapted to correspond to ’s own Silverlight 1.0 and 2.0 releases.

supports “windowless” mode, a mechanism that allows Silverlight content to blend with other HTML elements on a page. This is only supported by 3, users of older versions of might run into Silverlight applications and sites that do not work correctly as many Silverlight applications depend on this functionality (Flash sites have the same with 2)”, de Icaza added.

Novel 1.0 and 2.0 Alpha are available for here.

Tags:, , , , , , , , , , ,

Related posts

Written by Jason on May 15th, 2008 with no comments.
Read more articles on 1340 and 1354 and 1426 and 1429 and 1673 and 169 and 2065 and 2157 and 401 and 544 and Contributors and Firefox and Install and Linux and Novell and Technology and application and download and microsoft and mozilla.

Windows Malicious Software Removal Tool

An update version of the is now available for and it’s a perfect fit for the latest service packs for Vista and XP. The Redmond company releases new versions of the on the second Tuesday of each month, accompanying the availability of the Bulletins dropped as part of the monthly cycle. The updated version of MSRT is distributed via Update, Update, Server Update Services and is also up for grabs on the Center.

has failed to emphasize the fact that MSRT integrates seamless with both Vista Service Pack 1 and XP . However, tests reveal that the plays well with the latest releases of the two operating systems. Vista SP1, ’d on February 4, 2008, was released to the general public on March 18, and is accessible to end users since May 6, having been released to manufacturing on April 21.

“The checks Vista, XP, 2000, and Server 2003 computers for and helps infections by specific, prevalent including , Sasser, and . When the detection and process is complete, the displays a report describing the outcome, including which, if any, was detected and removed. The creates a log file named mrt.log in the %WINDIR%debug folder”, reads an excerpt of the ’s description provided by .

The Redmond company offers a 32-bit version of the for the editions of Vista, XP (including XP PS3), 2000, and Server 2003, and a 64-bit variant for the x64 SKUs of Vista, XP (just up to SP2) and 2003. According to there are in excess of 450 million executions of the every month.

is available for here.

Tags:, , , , , , , , , , , , , , , , , , ,

Related posts

Written by Jason on May 14th, 2008 with no comments.
Read more articles on 1340 and 1354 and 1426 and 1429 and 1673 and 169 and 2065 and 2157 and 401 and 544 and Contributors and Microsoft Update and Security and Software and Windows Update and Windows Vista and Windows XP and Xp Sp3 and computer and download and malicious and microsoft and patch and tool and windows and x86.

Sync up Firefox browser with your google account

I use every where, at my , on my home desktop and as well on my .

I always wanted to up my on all these locations automatically, including my bookmarks, settings ,add ons so I don’t have to configure my at all these places etc.

So. I decided to out the ways for syncing up my with my .

Basically there are certain things which needs to be in like settings , its bookmarks, browsing history etc.

Let’s cover them one by one

Following are the extensions required in order to up your with your .

1. Google Browser Sync - It is a is an extension that continuously synchronizes your settings – including bookmarks, browsing history, cookies, and saved passwords – across your different computers where you use .

Note: It also allows you to open tabs and across different machines and sessions. So, it works the opened tabs any where you use but the only precondition is extension has to be installed.

But ?

googlebrowsersync

Are you worried of using your in ? then don’t worry as this extension is provided by itself which gives the option of encrypting of all the information you share across all the locations.

option is checked by default under settings of the extension(as shown in the image above).

Still if you are not willing to to use this extension but would like to up your bookmarks only at all the locations, then some other options are given below.

2. Foxmarks - This is again a extension which allows you to up your bookmarks and it will work silently in the background to keep your bookmarks synchronized.

You can also log in to my.foxmarks.com to manage your bookmarks from any .

3. up using Folder Share - To know more about how can you up using Folder Share. See this post on lifehacker here.

If you find more ways for syncing up in a better way, let us know through comments.

Tags:, , , , , , , , , , , , , , , , , , , , , ,

Related posts

Written by Jason on May 9th, 2008 with no comments.
Read more articles on 1340 and 1354 and 1426 and 1429 and 1673 and 169 and 2065 and 2157 and 401 and 544 and Browser and Contributors and Firefox and HACK and Internet and Laptop and Office and PC and Password and Web and Web Browser and bookmark and computer and config and encrypt and encryption and firefox browser and google and microsoft and restore and synchronize and windows.

Create A Batch File To Open Multiple Programs At Once

Ever have the need to open more than one program or at the same time?

Say it’s the beginning of the month and time to pay those dreaded bills. You know you need , and or Explorer open. Instead of opening them up one by one, you can easily create a batch file that will open all three programs at once.

And while your at it, why not have open the spreadsheet file you use for tracking your budget and the open to your Bank’s home page. Here’s how to do it…

First let’s take a look at a batch file I created that will just open , and :

NOTE: Examples and file paths are from Vista. XP paths will probably be different for some programs as well as for MS ( 2007 is used in the example).

start /d C:\\\calc.exe
start /d “C:\\ .exe
start /d “C:\\ \Office12″ .EXE

Pretty simple.

The above , start tells to open a separate window to run the specified program.

The /d switch tells start the path of the program. For starting and , notice that the paths are in quotes, which is needed when there is a space in the file path.

Now it’s great that all three programs open, but since it’s time to pay your bills, you need to have open that budget spreadsheet and open to your Bank home page so you can log on and access you checking .

Here’s how the commands look in the batch file to do this:

start /d C:\\\ calc.exe
start /d “C:\\ .exe https://www.bankofamerica.com
start /d C:\\spreadsheets budget.xls

To open Bank Of America home page with , just add the URL to end of the as shown above using https://www.bankofamerica.com.

To open the spreadsheet, budget.xls you don’t need to first open . budget.xls can be opened directly using the start , as long as the extension or file type is associated to the program.

If you need to open more than one URL, say to , just add the URL like this (make sure you use a space in between URL’s):

start /d “C:\\ .exe https://www.bankofamerica.com www..com

Now you’re probably saying “that’s great, but how do I create a batch file?”.

That’s the easy part.

* Just open up or your favorite text editor.
* Copy the commands from above and modify them to use which ever program or files you want open. Make sure when you copy file and folder paths that have spaces, to use quotes.
* Then save the file with any name and a .bat extension (make sure it’s not saved using .txt as the file type extension)

Tags:, , , , , , , , , , , , , , , , , ,

Related posts

Written by Jason on May 9th, 2008 with no comments.
Read more articles on 1340 and 1354 and 1426 and 1429 and 1673 and 169 and 2065 and 2157 and 401 and 544 and Browser and Contributors and Firefox and Internet and Internet Explorer and Office and Windows Vista and account and application and command and computer and excel and google and microsoft and mozilla and notepad and system32 and windows.

Windows XP SP3 RTM Multilingual User Interface (MUI) Pack

The User Interface Pack for XP is designed to enable the end user to swap the for the graphical user interface. has available a version of the MUI Pack which is tailored to XP Service Pack 2. Now, with the advent of , the Redmond company has not made available a new variant of the MUI Pack, but instead introduced an update set up to make the User Interface package for XP SP2 play well with . The update is, in fact, meant to fix an incongruity between the MUI Pack and the gold bits of .

“On a that is running the English version of with the XP SP2 User Interface (MUI) Pack, you can select a non-English language for the user interface (UI). However, text may appear in English in the UI instead of in the selected language. The English text may appear in lists, menus, dialog boxes, product Help, and other locations,” informed.

Management Console (MMC) 3.0, Remote Protocol (RDP) 6.1, Access Protection (NAP) and Scripting binaries are the components pointed to as failing to integrate seamlessly into . The update resolves all issues, according to the company. “Install this package to get the User Interface Pack (MUI) Update for XP (SP3),” revealed.

“As noted on TechNet off the main XP TechCenter, XP (SP3) is now available for and install via Update and the Center. includes all previously released updates for the , in addition to a small number of new updates. will not significantly change the XP experience. We recommend customers use Update to install the service pack, as it will provide the best experience,” revealed M3 Sweatt, the Chief of Staff of the Core Division (COSD) at .

Build 5512 can be downloaded here.

LANGUAGE PACKS / INTERNATIONALIZED VERSIONS

French (Full installer)

German (Full installer)

Spanish (Full installer)

Italian (Full installer)

Russian (Full installer)

Czech Republic (Full installer)

Poland (Full installer)

Japan (Full installer)

Israel (Full installer)

China (Full installer)

Turkish (Full installer)

Tags:, , , , , , , , , , , , , , , , , , ,

Related posts

Written by Jason on May 8th, 2008 with no comments.
Read more articles on 1340 and 1354 and 1426 and 1429 and 1673 and 169 and 2065 and 2157 and 401 and 544 and Contributors and Network and RTM and Windows Update and Windows XP and Xp Sp3 and computer and download and microsoft and operating system and service pack 3 and windows and windows xp sp3.

How to remove Windows is not genuine notification

One of our readers Vimal reported us a saying: “ not , this comes when I start my XP“.

This is one of the most common which is faced by lot of users these days as they don’t have the legit copy of XP.

This message as shown in the image above appears every time the user logged in , with a timer of some seconds before the Later button got enabled, all this delayed the entire logon process.

Let’s see how can we this issue

The most simplest way now a days is by using Notification , which runs silently and check it the notification is already active on your .

What is ?

A small utility that enables you to the Advantage Notifications , which is calling home and connect to MS servers every time you boot.

Advantage Notifications is very much different than Advantage Validation.

NOTE: will only removes the notification part, phoning home, and does not touch the Validation part.

Download Remove WGA

Tags:, , , , , , , , , , , , ,

Related posts

Written by Jason on May 7th, 2008 with no comments.
Read more articles on 1340 and 1354 and 1426 and 1429 and 1673 and 169 and 2065 and 2157 and 401 and 544 and Contributors and WGA and Windows Vista and Windows XP and boot windows and computer and download and genuine and microsoft and problem and remove and tool and windows.

Windows PowerShell V2 CTP2

The second Community Technology Preview of V2 is now available for . Designed as the successor of 1.0, V2 also marks a consistent evolution in comparison with the initial Community Technology Preview release. As such, it delivers new features, along with extended usability. In this manner, offers a more mature line shell and scripting language that enables an increased level of control over environments, leading to a jump in . The CTP will integrate seamlessly with Server 2003 SP2; Server 2008; Vista SP1; XP SP2.

“This release adds a plethora of new features. remoting now allows a one-to-one interactive experience. Thought about partitioning and organizing scripts? Use modules to create self-contained and reusable units. This release introduces transactions in engine and APIs along with an update to the provider to them. We introduced eventing in engine for listening, forwarding and acting on management and events. for multiple parameter sets in script cmdlets bring them to par with C# cmdlets,” said Hemant Mahawar, Program .

But at the same time, informed that V2 is not meant for into environments. The Community Technology Preview label means that V2 is not even in Beta stage, but just a pre-release build. V2 does provide for 1.0 cmdlets and scripts, but this release of has not been tested to the same extent of the final version and is still far from reaching the finish line.

“For the adventurous folks…. developers can host in IIS to multiple remote sessions in a single process. These are just a few of the new features we have packaged in this release. Additionally this includes some simple updates… like new parameters to several existing cmdlets,” Mahawar added.

V2 Community Technology Preview 2 () is available for download here.

Tags:, , , , , , , , , , , , ,

Related posts