Join Toluna to get free money by answering the survey, click here to sign up now

Thursday 1 August 2013

Change the size of virtual memory


     If you receive warnings that your virtual memory is low, you'll need to increase the minimum size of your paging file. Windowssets the initial minimum size of the paging file at the amount of random access memory (RAM) installed on your computer plus 300 megabytes (MB), and the maximum size at 3 times the amount of RAM installed on your computer. If you see warnings at these recommended levels, then increase the minimum and maximum sizes.

- Open System by clicking the Start button , clicking Control Panel, clicking System and Maintenance, and then clickingSystem.

- In the left pane, click Advanced system settings. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.

- On the Advanced tab, under Performance, click Settings.

- Click the Advanced tab, and then, under Virtual memory, click Change.

- Clear the Automatically manage paging file size for all drives check box.

- Under Drive [Volume Label], click the drive that contains the paging file you want to change.

- Click Custom size, type a new size in megabytes in the Initial size (MB) or Maximum size (MB) box, click Set, and then click OK.

     Increases in size usually don't require a restart, but if you decrease the size, you'll need to restart your computer for the changes to take effect. We recommend that you don't disable or delete the paging file.

Wednesday 31 July 2013

MS Looks To Move Windows 7 Users To IE 11


     Microsoft released a developer preview of Internet Explorer 11 (IE11) for Windows 7. IE10, a faster, modern edition of Microsoft's long-running browser, debuted last fall with Windows 8. It did not make its way to Windows 7 users, however, until four months later. The first public taste of IE11 arrived with Windows 8.1 last month, when Microsoft released the OS update as a public preview. At the time, the company said IE11 would be coming to Win7 users, as well.

     The company has not indicated when the final version of IE11 for Windows 7 will be released, but given the quick turnaround with the preview edition, Win7 users might not have to wait as long this time around.

     The developer preview works for Windows Server 2008 R2 as well. IE11 is expected to deliver a number of enhancements, including faster page-loading, support for more standards and improved graphics rendering. For Windows 7 users, Microsoft claims IE11 runs JavaScript 4% faster than IE10, and at least 30% faster than any competitor. IE11 also supports WebGL, which should improve battery life by leveraging the GPU to decode JPG images on Web pages.

     That said, the Windows 7 version of IE11 won't include all the features of the Windows 8.1 variant. The Win8.1 version will be able to run HTML5 videos, such as those in Netflix, without a plug-in, for instance, but the Windows 7 edition will not.

     Additionally, the Win7 version will keep the URL bar at the top of the browser, whereas in Windows 8, the bar is at the bottom. The Windows 8 version also supports Google's SPDY protocol and can concurrently open up to 100 tabs. The Windows 7 edition lacks both of these features.

     IE versions 8, 9 and 10 are the three most ubiquitous browsers, according to Web-tracking firm Net Applications. Despite this firm foundation, IE11 adoption is important to Microsoft for a number of reasons. IE versions languished for years, mired in proprietary technology, security vulnerabilities and inconsistent performance. As a result, competing browsers -- and their pathways to search engines, ad sales and social media -- gained prominence. Microsoft has spent the last few years modernizing IE and closing gaps. With major changes occurring in the PC industry, Microsoft wants to maintain its momentum.

     With IE11, that momentum clearly involves tablets and Windows 8.1; the better the OS's Web-surfing experience, the more attractive the forthcoming Windows 8.1 mini-tablets become as cheap, consumption-oriented devices. But Microsoft's progress will involve Windows 7 users too.

     Windows 7 is the world's top OS, and Windows XP, the runner-up, is still powering nearly 40% of all PCs. Windows XP will lose support in less than a year, and many none-too-pleased customers have been slow to upgrade. When they have upgraded, it's often been to Windows 7, not Windows 8.

     Microsoft will not release IE11 for Windows 8, only for Windows 8.1. The company is assuming, in other words, that all Win8 users will upgrade. This will give IE11 a built-in boost, but Windows 7 still has more users. To reach the widest audience, IE11 for Windows 7 is important, as well.

     The IE11 experience is reliant on not only Microsoft but also Web developers. In an effort to ensure that sites work well with IE11, Microsoft is redesigning its modern.ie site for developers. The company also announced a limited 25% discount for Parallels Desktop 8, the virtualization software for running Windows on a Mac. Microsoft additionally offered developers two new virtual machines for site testing, as well as free access to BrowserStack, a tool that compares how long JPG images take to render in various browsers.

Source: http://www.informationweek.com/windows/microsoft-news/ms-looks-to-move-windows-7-users-to-ie-1/240158971


Librarian Makes Windows’ Libraries Much Easier to Manage


     Windows: Libraries are a great feature of Windows 7 and up that allow you to pool several folders in one place. Librarian improves on the concept by allowing you to manage those collections more easily.


Librarian allows you to add or remove folders, change default save location, and select the type of collection all in one place. It doesn't do much that you can't do from elsewhere, but many of these options are scattered throughout the OS. This app consolidates all of those options in one, simple window.

Credit: http://lifehacker.com

Tuesday 30 July 2013

How to enable AHCI mode in Windows 7


Boot in IDE mode, and copy the following into notepad, and save as a .reg file. Then double click on it, and okay it to install.

Code:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\msahci]
 "Start"=dword:00000000

Reboot (important!), and set AHCI mode (important! must be done before trying to install the performance driver).

Then download and install (or download beforehand) the Intel AHCI performance driver:
http://www.station-drivers.com/telec...ivers.com).exe
(its also for RAID etc).

Its on http://www.station-drivers.com/page/intel%20raid.htm

Don't download the 11.x series yet, they're alpha (pre-beta) and unstable. The 11.0.x is somewhat stable (seemingly) but are several months older than the 10.8's, which seem to work better anyway (they're the proper Intel released ones).

Reboot.

Credit: http://forums.guru3d.com/showthread.php?t=354428

AHCI vs IDE


AHCI and IDE are two modes in which a hard drive communicates with the rest of the computer system using a SATA storage controller. SATA hard drives can operate in a backward-compatible PATA/IDE mode, a standard AHCI mode or vendor-specific RAID. AHCI stands for Advanced Host Controller Interface and is a faster mode of operation compared to IDE. RAID mode also enables and makes use of AHCI.

AHCI gives software developers and hardware designers a standard method for detecting, configuring, and programming SATA/AHCI adapters. AHCI is separate from the SATA 3 Gbit/s standard, although it exposes SATA's advanced capabilities (such as hot swapping and native command queuing) such that host systems can utilize them.


AHCI
IDE
Stands for / AKA:
Advanced Host Controller Interface
IDE: Integrated Drive Electronics / PATA: Parallel Advanced Technology Attachment

Defined by:
Intel
Western Digital

Hot plugging (add/remove component while the computer is running):

Supported
IDE interface does not support hot plugging
Advantages:
Supports new technologies such as native command queuing

Maximum compatibility
Involves:
Operation of Serial ATA (SATA) host bus adaptors
Operation of a parallel ATA drive

Disadvantages:
Not always compatible
Lacks support for new technologysuch as native command queuing and hot-plugging hard drives

Operating modes:
Legacy Parallel ATA emulation, standard AHCI or vendor specific RAID

IDE
Operating system support:
Windows Vista and later Windows, Linux, OpenBSD, NetBSD, FreeBSD, OS Z, eComStation and Solaris 10

All




Activate Telnet in Windows 7


1. Open command prompt. Just type "cmd" into the Start Menu, without quotes, and press enter.

2. Type telnet towel.blinkenlights.nl and press Enter

3. Wait a few moments while your computer connects to the site

4. Enjoy! You are currently watching Star Wars IV: A New Hope in ASCII!



What Is 'Telnet'? What Does Telnet Do?

     Telnet is an old computer protocol (set of programmatic rules). Telnet is famous for being the original Internet when the Net first launched in 1969. Telnet stands for 'telecommunications network', and was built to be form of remote control to manage mainframe computers from distant terminals. In those original days of large mainframe computers, telnet enabled research students and professors to 'log in' to the university mainframe from any terminal in the building. This remote login saved researchers hours of walking each semester. While telnet pales in comparison to modern networking technology, it was revolutionary in 1969, and telnet helped pave the way for the eventual World Wide Web in 1989. While telnet technology is very old, it is still in some use today by purists. Telnet has evolved into a new modern version of remote control called 'SSH', something that many modern network administrators use today to manage linux and unix computers from a distance.

     Telnet is a text-based computer protocol. Unlike Firefox or Google Chrome screens, telnet screens are very dull to look at. Very different from Web pages that sport fancy images, animation, and hyperlinks, telnet is about typing on a keyboard. Telnet commands can be rather cryptic commands, with example commands being 'z' and 'prompt% fg'. Most modern users would find telnet screens to be very archaic and slow.

Credit : http://netforbeginners.about.com

Tuesday 11 June 2013

Turn on Remote Desktop in Windows 7

Remote Desktop is disabled by default in Windows 7 but it’s easy to turn it back on.

Important note: Remote desktop is only included in the Professional, Business, or Ultimate versions of Windows. Home editions do not have remote desktop.

To get to the configuration page, you can either right-click the Computer icon and choose properties, or you can type in system into the start menu search box, and then find the entry for System.




Now you’ll want to click the Remote Settings link on the left hand side:


Now you can finally turn it on:



To connect from another Vista / Win7 PC on the same network, click the bottom radio button. If you need to connect from an XP/2k machine, click the “Allow connections from computers running any version of Remote Desktop” radio button.

Don’t worry about setting up firewall rules, Vista or Windows 7 does that for you automatically.

Credit : http://www.howtogeek.com