Header

Advertisment

Important Notice

We are moved to our new domain http://mediasoftwarez.com
find us there.
Showing posts with label Windows Utilities. Show all posts
Showing posts with label Windows Utilities. Show all posts

Windows Media Player 12

Windows Media Player 12
(Download free)




Direct Download 

Through microsoft server

Download Here

Through external mirrors

Download Here

Hotfile Link (it could be expire no guarantee)

Download Here


Windows Media Player 12 Features:

Designed by media lovers, for media lovers. Windows Media Player 12 plays more music and video than ever—including Flip Video and unprotected songs from your iTunes library!

Plays more media...

Windows Media Player 12 has built-in support for many popular audio and video formats—including 3GP, AAC, AVCHD, MPEG-4, WMV, and WMA. It also supports most AVI, DivX, MOV, and Xvid files.

...in more places

The new Play To feature streams music and video to other PCs running Windows 7 or compatible devices around the home. With Remote Media Streaming, you can enjoy music or videos on your home PC from the road.

New playback modes

The new Now Playing mode is a study in minimalism: It shows only the controls you need, so nothing comes between you and your music or video. A new taskbar thumbnail with playback controls makes previewing easier and fun.

Easier, more fun

Enjoy smarter DVD playback, 15-second song previews, Jump Lists for fast access to favorite media. And that's just for starters. 

Getting started with Windows Media Player 12

Windows Media Player provides an intuitive, easy-to-use interface to play digital media files, organize your digital media collection, burn CDs of your favorite music, rip music from CDs, sync digital media files to a portable device, and shop for digital media content from online stores.

Start Windows Media Player

To start Windows Media Player, click the Start button Picture of the Start button, click All Programs, and then click Windows Media Player.

Two ways to enjoy your media: the Player Library and Now Playing mode

Windows Media Player allows you to toggle between two modes: the Player Library, which gives you comprehensive control over the Player's many features; and Now Playing mode, which gives you a simplified view of your media that's ideal for playback.
From the Player Library, you can go to Now Playing mode by clicking the Switch to Now Playing button Picture of the Switch to Now Playing mode button in the lower-right corner of the Player. To return to the Player Library, click the Switch to Library button Picture of the Switch to Library button in the upper-right corner of the Player.
Picture of the Player LibraryPlayer Library
In the Player Library, you can access and organize your digital media collection. Within the navigation pane, you can choose a category, such as Music, Pictures, or Videos, to view in the details pane. For example, to see all of your music organized by genre, double-click Music, and then click Genre. Then, drag items from the details pane to the list pane to create playlists, burn CDs or DVDs, or sync to devices, such as portable music players.
As you move between the various views in the Player Library, you can use the Back and Forward buttons in the upper-left corner of the Player to retrace your steps.
Picture of the Back and Forward buttonsBack and Forward buttons
In Now Playing mode, you can view DVDs and videos or see what music is currently playing. You can decide to view only the currently playing item, or you can right-click the Player, and then click Show list to view a selection of available items.
Picture of Now Playing modeNow Playing mode
To find out more about the tasks you can perform in the Player Library and in Now Playing mode, click the links under the following sections:


Windows Media Player 12 Images:

Windows media player 12Windows media player 12Windows media player 12Windows media player 12

Continue...

Black Calendar 1.0

Black Calendar 1.0





Black Calendar screenshot 1

Secure Download (US) [ZIP]



Black Calendar description:


A simple, easy to use calendar gadget

The Black Calendar sidebar gadget is same calender gadget which is provided with Windows Vista and Windows 7 but With better black interface.
Continue...

NCache Screenshots

NCache Screenshots


NCache screenshot 1
NCache screenshot 2
NCache screenshot 3

Download here


Mirror 1 - 32 bit .NET 2.0 [MSI]

Mirror 2 - 64 bit [MSI]


Ncache description:

An application used for caching clustered objects in .NET

NCache is a clustered object cache for .NET that will also include a Clustered ASP.NET Session State.

This Clustered Session State is much faster than the standard ASP.NET Session State and handles server-farm configuration much better. It has a better performance than ASP.NET Session State, is more scalable, and more reliable.

NCache runs faster because unlike ASP.NET Session State that either keeps its data in SQL Server or on one computer, NCache Clustered Session State keeps it replicated on all servers in the farm. And, this also makes it more scalable because the load is not put on a single computer. And, finally, it is more reliable because there is no single-point-of-failure due to replicated clustering.

NCache as an object cache boosts .NET application performance. It not only lets you cache read-only data but also complex transactional data with relationships. NCache provides a graphical tool for configuring and monitoring clustered caches from a single computer.

NCache also includes a Clustered Session State for ASP.NET that lets you use sessions in server-farms without fearing single-point of failure and slow performance of Microsoft's ASP.NET Persistent Session State.

Here are some key features of "NCache":

· Light-weight .NET Client
· NCache now has a light-weight client that is more scalable and faster than 3.0. This light-weight client uses our own socket level protocol to talk to NCache server (either locally or remotely).

· Light-weight Java Client
· NCache does not rely on any Java-to-.NET interoperability bridge and instead uses its own socket level protocol to talk to the NCache server (just like the .NET light-weight client). Now you can have your Java applications use NCache as a clustered object cache. This protects your investment in NCache and allows you to keep one cache deployed and used by multiple applications. Java client works the same way as .NET client. The Java client can run on any Java compatible platform.

· Failover in Remote Light-weight Clients
· Both Java and .NET light-weight clients have failover capability. This means that if the primary server they're connected to goes down, they'll automatically connect to another server in the cluster. And, you can specify the priority of these servers for each client differently. Additionally, when new servers are added or removed at runtime, this information is passed on to the remote clients so they can use them for failover as well.

· Security
· NCache now provides security with authentication and
· authorization built into the product. Authentication is done through LDAP. NCache allows you to specify administrators and users. Administrators can manage the cluster while the users can only make runtime API calls to a specific cache.

· Application connects to multiple caches
· NCache client applications can now connect to multiple caches simultaneously. This allows you to keep multiple caches for different purposes and share them across applications more effectively.

· Multi-key event notifications
· Applications can register interest into multiple items in the cache to be notified when they're updated or removed. Then, whenever these items are updated or removed, the client application is notified anywhere in the cluster.

· Synchronize items in multiple caches
· A new cache dependency called CacheSyncDependency is added that allows items in one cache to be dependent on items in another cache. This way, for example, you can have a Local Cache that keeps items frequently used by your application and a Clustered Cache that keeps a larger number of items being shared with other applications. And, your local items are kept synchronized with the clustered cache so you never have any data integrity problems while improving your app performance even further.

· Cluster Management Events
· NCache fires events whenever a node joins or leaves the cluster or when a client finds that its server has gone down and it now needs to connect with another server. You can write hooks for these events and take appropriate actions when these events occur.

· Cache Management API
· You can now manage the cache through and API (in addition to NCache Manager and command line tools). You can start or stop a cache from an API now.

· Multiple Cache instances on same server (TCP port range)
· You can now run multiple cache instances (as InProc) on the same server without any port conflict. Now, you can specify a range of TCP ports to be used for cache clustering instead of only one port previously. This way, multiple instances of the cache can run with each instance using one port.

· Callbacks for Asynch operations
· You can now specify a callback for AddAsync, InsertAsync, and RemoveAsync operations. This callback is called when the operation completes either successfully or with a failure.
· Performace improvement to Partitioned Cache with Replicas
· NCache has now optimized communication in the cluster for this topology.

· Partitioned-Backup Cache
· Now you can backup your data on partitioned cluster, to provide a fail-safe environment. Data on master node will automatically be replicated and in case of failure, data can be accessed from backup nodes until the master node is up and running. It can also be called Replicated Partitioned Cache.

· Compact Serialization
· Provides an efficient way to serialize objects, that has performance and storage advantage over .NET serialization.

· Bulk Operations
· Allows an application to add, update, remove, and get a collection of key-value pair in a single method call. A call effective way for primitive cache operations.
· Manual Data Distribution using Data Grouping and Data affinity
· Normally data is distributed evenly over a partitioned cluster. Manual Data Distribution allows the user to change the distribution policy. Logical groups are defined for the data distribution. Concept of Data Affinity of a node with specific group is also introduced that ensures that a data targeted for the group must reside within the node showing affinity of the group data.

· Custom Notifications
· Allows an application to call a single method that invokes handlers of all subscribers. In a clustered environment custom notifications are a convenient means of communication among the participants of the cluster. Even in local environments a producer consumer style communication between applications is easily achieved using this facility.

· Custom Session State Store Provider
· Provides a custom SessionStateStoreProviderBase implementation, that allows you to transparently save and retrieve ASP.NET session-state object within a web-farm.

· InProc Cache Monitoring
· Allows you to monitor caches that are running in your application process, both clustered and local.
· Integration for MS Enterprise Library 2005 & 2006 Caching

· Application Block
· Now you can have NCache as a CAB Backing store.

· Object Queries
· Allows an application to query for the objects in the cache using a SQL like syntax.

Requirements:

· Internet Information Server (IIS).
· NET Framework 1.1(preferably w/ SP1)
· PC with a Pentium III-class processor, 600MHz
· 512 MB
· 32 MB on installation drive. More is required if disk based storage options are used.
· 800 x 600, 256 colors
· Microsoft Mouse or compatible pointing device

Limitations:

· 60 days trial

What's New in This Release:

· Supports Transactions,
· Optimistic locking,
· Object querying,
· Compact serialization,
· Backup nodes for Partitioned Cache,
· ASP.NET Sessions Custom Store




Continue...

Easy FileReNamer 1.4d

Easy FileReNamer 1.4d


Easy FileReNamer screenshot 1
Easy FileReNamer screenshot 2
Easy FileReNamer screenshot 3

Download here

Secure Download (US) [ZIP]


Easily rename files in a whole directory.

The Easy FileReNamer application was designed to be a fun program that can help you easily rename files in a whole directory. This will be made

from several chooseable predefined operations. Also handles IDTags (ver. 1.0 - 1.1).





Continue...

A-PDF Page Cut 1.7.0

A-PDF Page Cut 1.7.0

A-PDF Page Cut screenshot 1


Download here

mirror 1 [EXE]


Break PDF pages to more pieces.

A-PDF Page Cut is a simple, lightning-fast desktop utility program that lets you break PDF document Pages into smaller pages. It provide visual cut marks editor to cut PDF pages more conveniently. In adition, A-PDF Page Cut will not require you to install Adobe Acrobat, and the PDF files it creates will be compatible with Adobe Acrobat Reader 5 and above.

Here are some key features of "A-PDF Page Cut":

· Provide visual cut marks editor;
· Different pages can apply a different cut mark;
· Support drag & drop cut mark (vertical or horizontal split lines);
· Gives the ability to undo and redo

Requirements:

· Pentium or similar processor
· 64MB RAM

Limitations:

· Nag screen
· Watermark on the output PDFs




Continue...

Rapidshare Auto Downloader

Rapidshare Auto Downloader 3.8.2


rapid share auto downloader

Rapidshare Auto Downloader screenshot 2Rapidshare Auto Downloader screenshot 3

Download here

Secure Download (US) [ZIP]

Secure Download (RO) [ZIP]




Torrents

Rapidshare Auto Downloader 3.8{h33t}{tpsj}

Rapidshare Auto Downloader 3.8{h33t}{tpsj}.torrent (magnet link)

Rapidshare Auto Downloader 3.8{h33t}{tpsj}




Rapidshare Auto Downloader description

A software for automatic download of rapidshare.com links for free users

Rapidshare Auto Downloader is a handy automatic downloader for rapidshare.com users.

Here are some key features of "Rapidshare Auto Downloader":

· Download a group of links from rapidshare (one by one).
· Download incomplete downloads until all links are downloaded.
· Autoshutdown feature
· Load and save the download list.
· Check for new versions automatically.
· Support of 3 Languages : English , Farsi , French

Requirements:

· NET Framework

What's New in This Release: [ read full changelog ]

· Deleting incomplete downloaded files
· Adding support for rapidshare.net links
· Adding language support for : Arabic, Bulgarian, Catalan, Croatian, Czech, Danish, Deutsch, Dutch, Farsi, Finnish, French, Greek, Hebrew, Hindi, Hungarian, Indonesian, Italian, Lithuanian, Macedonian, Polish, Portuguese, Romanian, Russian, Serbian, simplified Chinese, Spanish, Traditional Chinese, Turkish, Ukrainian






Continue...

WinRAR

WinRAR 3.91 Stable

WinRAR screenshot 1WinRAR screenshot 2WinRAR screenshot 6

Download here

Secure Download (US) - x32 [EXE]

Secure Download (RO) - x32 [EXE

Secure Download (US) - x64 [EXE]

Romanian installer [EXE]

Russian installer [EXE]

Greece installer [EXE]

Portugal installer [EXE]

Sweden installer [EXE]

Slovakia (Slovak Republic) installer [EXE]



Torrents

WinRAR v3.90 Final + Crack (CLEAN) [h33t] - CaZoR

Download here

Download .torrent

WinRAR v3.90 Final + Crack (CLEAN) [h33t] - CaZoR.torrent (magnet link)



WinRAR description

A very powerful archiver and archive manager for home or office use

WinRAR is a powerful compression tool with many integrated additional functions to help you organize your compressed archives.

WinRAR puts you ahead of the crowd when it comes to compression. By consistently creating smaller archives, WinRAR is often faster than the competition. This will save you disc space, transmission costs AND valuable working time as well.

WinRAR supports all popular compression formats (RAR, ZIP, CAB, ARJ, LZH, ACE, TAR, GZip, UUE, ISO, BZIP2, Z and 7-Zip).

WinRAR is ideal for multimedia files. WinRAR automatically recognizes and selects the best compression method. The special compression algorithm compresses multimedia files, executables and object libraries particularly well.

WinRAR allows you to split archives into separate volumes easily, making it possible to save them on several disks for example.

WinRAR is also ideal, if you are sending data through the web. Its 128 bit password encryption and its authenticated signature technology will give you the peace of mind you have been looking for.

WinRAR is shareware, meaning you have the chance to thoroughly test it. The program can be used absolutely free of charge for 40 days.

WinRAR licenses are valid for all available language and platform versions. If you have purchased several licenses, you can even mix versions to meet your own personal needs.

WinRAR gives you all future UPDATES for FREE! Not like the competition that will make you pay again every one or two years.

Limitations:

· 40 days trial period

What's New in This Release:
· This version can decompress 7-Zip archives created with LZMA2 algorithm.

· Now a password is requested only once when unpacking 7z archives with encrypted file names from context menu. WinRAR 3.90 asked it twice.

· This version can unpack tar.bz2 archives consisting of several smaller bz2 streams merged together. Previous versions unpacked only the first nested bz2 stream in such composite archive.

· WinRAR displays CRC32 of files inside of usual .gz (not .tar.gz) archives. Previous versions left this field blank for GZIP files.

Bugs fixed:
· WinRAR 3.90 displayed "Save" button instead of "Open" or "OK" in "Find archive" dialog ("Open archive" command in "File" menu and "Browse..." command in archiving dialog);
· WinRAR could display incorrect file names when browsing malformed ZIP archives;
· WinRAR 3.90 failed to decompress LZH archives created with "-lh7-" algorithm;
· WinRAR 3.90 could fail to delete a part of files after archiving if delete to Recycle Bin was enabled





Continue...

Adobe Reader

Adobe Reader 9.3.0 / 8.2.0 / 7.1.4



adobe reader
Adobe Reader screenshot 5Adobe Reader screenshot 9

Download here

Mirror (US) [EXE]

Mirror (RO) [EXE]

Mirror 1 - 9.3.0 [EXE]

Mirror 2 - 8.2.0 [MSI]

Mirror 3 - 8.1.3 [EXE]

Japan installer [EXE]

Italian installer [EXE]

Spanish installer [EXE]

French installer [EXE]

German installer [EXE]




Adobe Reader description

A software that lets you view and print Portable Document Format (PDF) files

Adobe Acrobat Reader is free, and freely distributable software that lets you view and print Portable Document Format (PDF) files.

Acrobat Reader also lets you fill in and submit PDF forms online.

Adobe Portable Document Format
Invented by Adobe Systems and perfected over 15 years, Adobe Portable Document Format (PDF) lets you capture and view robust information - from any application, on any computer system - and share it with anyone around the world.

Adobe Reader 9 software adds much new functionality, especially relating to collaboration, PDF file creation, security, and an enhanced user experience.

Improved launch speeds
Looking for faster launch speeds? Adobe has enhanced general performance and, in particular, has reduced launch times with Adobe Reader 9. Try it: You'll notice the difference.

PDF Portfolios
Packages, introduced in Adobe Reader 8, have been greatly enhanced and renamed. Portfolios provide easy navigation when you work with multiple PDF documents and other document types. They also enable you to work with a collection of materials such as drawings, e-mail messages, spreadsheets, and videos as a single file, which makes distribution, storage, retrieval, and collaboration easy for end users.

Native Adobe Flash support
Adobe Reader 9 can natively display rich media content, which you'll notice immediately with Portfolios. Interested in viewing SWF and FLV files? Adobe Reader 9 is the answer.

Acrobat.com (beta)
Included with Adobe Reader 9 is Acrobat.com (beta), an exciting new set of online services from Adobe. With Acrobat.com, you can create PDF files online; create and coauthor documents with others; host live web meetings; upload and share PDF files and other types of documents and control who has access to them; and even embed a rich, interactive preview of your document in a web page.

All of these services and more are provided online, so you can access them from anywhere. And you'll find easy access points from within Reader 9. As an added convenience, Acrobat.com leverages Adobe AIR, so you can interact with Acrobat.com from your desktop. Acrobat.com on Adobe AIR is a small application that is included with your download of Adobe Reader 9. Available in select languages.

Improved CAD and geospatial functionality CAD and geospatial functionality have been greatly enhanced in Adobe Reader 9. For instance, CAD designs or geospatial maps that have been converted to PDF offer Adobe Reader users access to CAD features, such as dimensions, or map features, such as longitude and latitude, for powerful collaboration and interaction.

PDF Standards Pane
When a PDF/A or PDF/X standard compliant file is opened, a Standards Pane appears and provides important file details.

Security enhancements
Adobe Reader 9 provides new digital signature functionality for an improved user experience. The new version also adds support for 256-bit AES encryption.

Accessibility enhancements
Adobe Reader 9 significantly improves the viewing of XFA forms for accessibility, while providing greater screen reader support.

Adobe Reader 9 MUI
Adobe Reader 9 MUI is Adobe's Multilingual User Interface version. This product is capable of installing any combination of supported languages. So, for example, you can install French, German, and Spanish simultaneously and then have the capability to switch among those languages within Adobe Reader. The user interface changes to the appropriate language on the fly.

Here are some key features of "Adobe Reader":

Enhance interaction with PDF Portfolios:
· PDF Portfolios provide easier navigation when you work with multiple PDF documents and other document types. Portfolios also enable you to work with a collection of materials such as drawings, e-mail messages, spreadsheets, and videos as a single file, which makes distribution, storage, retrieval, and collaboration easy for end users.

Work with Acrobat.com (beta):
From Reader 9, you can go directly into Acrobat.com (beta), an exciting new set of online services from Adobe, to perform common tasks, such as:

Create up to five Adobe PDF files:
· Share and store documents on the web
· Create and collaborate on a document in Adobe Buzzword
· Easily share your screen using Adobe ConnectNow
· You can also help colleagues, clients, and partners get on the same page at the same time with the ability to conavigate documents. Simply use Acrobat.com services to enable collaboration on a PDF file, and then distribute the PDF file and walk recipients through it in real time by controlling their page view.

· As an added convenience, Acrobat.com leverages Adobe AIR, so you can interact with Acrobat.com from your desktop as well. Acrobat.com on Adobe AIR is a small application that is included with your download of Adobe Reader 9.

Interact directly with Adobe Flash software:
· Adobe Reader can natively display rich media content, enabling a new level of end-user interaction.

Realize more secure document workflows:
· Better protect documents, forms, and drawings by leveraging Adobe LiveCycle ES and Adobe Acrobat software. Whether you want digital signatures for authenticity and integrity or document rights management for confidentiality, authorization, and accountability, Adobe Reader is the perfect solution.

Get more done with a simplified user interface:
· View information more precisely and efficiently with the Adobe Reader user interface. Choose the reading mode to fit more content on the screen or the two-up mode to view page spreads without excess space in the middle. Zoom in, pan over, or leverage the loupe feature to take a closer look.

Search single or multiple PDF files:
· Find and retrieve any PDF document or a phrase within a document in a matter of seconds. Search for words in page content, annotations, bookmarks, form fields, or document metadata within any PDF file on a local computer.

Complete forms online as well as offline:
· Enable customers to confidently act on information — filling, saving, and electronically submitting forms.

Leverage CAD and geospatial functionality:
· CAD designs or geospatial maps that have been converted to PDF offer Adobe Reader users access to CAD features, such as dimensions, or map features, such as longitude and latitude, for powerful collaboration and interaction.
· Additional features for IT managers, architects, and developers
· Enable Multilingual User Interface
· Adobe Reader MUI is Adobe's Multilingual User Interface version. This product is capable of installing any combination of supported languages. So, for example, you can install French, German, and Spanish simultaneously, and then have the capability to switch among those languages within Adobe Reader. The user interface changes to the appropriate language on the fly.

Deploy Adobe Reader using industry-standard tools:
· Quickly manage and control Reader deployments using the Adobe Customization Wizard, IBM Tivoli, Microsoft Systems Management Server, Windows Group Policy Objects, or Active Directory. Centrally host Reader using Citrix Metaframe Presentation Server or Microsoft Windows Terminal Server.

Support extended teams across operating systems:
· Deliver a reliable experience across operating systems. Reader supports a wide variety of operating systems, including Microsoft, Macintosh, Linux, and Solaris.

Enjoy support for security standards:
· Reader supports leading security standards, including SOAP/WSDL, XSD, Kerberos, W3C XML digital signatures, 256-bit AES, OASIS WS-Security, HTTP/HTTPS, RSA, XML encryption, and ECMAScript for XML (E4X) in the JavaScript interpreter. Reader is also NIST PKI test-suite compliant.

Develop new capabilities:
· Extend the functionality of Adobe Reader using the Acrobat software development kit (SDK), now available free of charge.

Leverage accessibility features:
· Reader helps meet the accessibility requirements mandated by Section 508 of the amended U.S. Rehabilitation Act. Try the Read Out Loud capabilities, or change the reading order of pages or columns after PDF files are tagged to accommodate preferences.

Support international standards:
· Reader supports the new ISO Standard 32000 for PDF. Also, Reader continues to support PDF/A, the ISO-approved standard for the long-term preservation of electronic documents; PDF/X (printing); PDF/H; PDF/E (engineering); XMP/RDF; and ODBC.

Requirements:

· Intel Pentium III or equivalent processor
· 128MB of RAM (256MB recommended for complex forms or large documents)
· 110MB of available hard-disk space
· Microsoft Internet Explorer 6.0 or 7.0, Firefox 1.5 or 2.0, Mozilla 1.7, AOL 9



Continue...

Nero

Nero 9 Free 9.4.12.3d: Free Download


Nero 9 Free screenshot 1Nero 9 Free screenshot 2Nero 9 Free screenshot 3

Download here

Secure Download (US) [EXE]



Torrents

download this torrent!

Download this torrent

Download .torrent

Applications Windows Nero.9.0.9.4.Ultra.Edition.WinALL.Cracked.by.TAMer.rar.torrent_(magnet link)

Download via torrent!





Nero 9 Free description

Nero offers you the chance to enjoy the world-renowned data disc burning and copying features for an unlimited time

Note to Softpedia users: We are well aware that Nero released version 9.4.12.708 Lite. We do NOT intend to update our listing to this version, because it installs ASK Toolbar WITHOUT offering users the option to uncheck it.


Enjoy basic data burning and copying capabilities for your CDs and DVDs!

With Nero 9 Free you'll be able to easily create or copy data discs while making minimal changes to the default settings of the application. You can simply load the files and press burn to make a new disc on the spot!

Requirements:

· Internet Explorer 6.0 or higher.
· 1 GHz Intel Pentium III or equivalent AMD and Intel processor
· 2 GHz Intel Pentium 4 or equivalent AMD and Intel processor for Windows Vista
· 256 MB RAM
· 512 MB RAM for Windows Vista
· 270MB hard drive space for a typical installation of all components.
· 500MB hard drive space temporary for the installation
· CD or DVD recordable or rewritable drive for burning.
· DirectX 9.0c revision 30 (August 2006) or higher.
· Up to 9 GB available hard drive space for DVD images and temporary DVD files.
· Graphics card with at least 32 MB video memory
· minimum resolution of 800 x 600 pixels
· 16-bit color settings
· 24-bit or 32-bit true color is recommended

Reasons why this program is marked as ad-supported:

· Attempts to change the default search engine for web browsers installed on the system
· Offers to install ASK toolbar that the program does not require to fully function








Continue...