Télécharger CD de Restauration Windows Vista

Si vous êtes comme la plupart des gens, vous avez probablement reçu Windows Vista avec un nouveau PC ou ordinateur portable via l’un des grands enterprises d’informatiques. Qu’il s’agisse de Dell, Acer, HP, Toshiba, Lenovo, Samsung, Asus, ou une autre, ils ont tous une chose en commun: ils ne vous donnent pas un vrai disque d’installation de Windows Vista avec votre achat. [Télécharger un réparation de démarrage maintenant].

Il n’est pas question que vous venez de payer des centaines de euros pour une machine avec une licence de Windows Vista authentique – ils ne veulent pas dépenser de l’argent pour vous donner un DVD d’installation pour accompagner votre achat et vous aider en cas de catastrophe. Le problème est que le disque d’installation sert à plusieurs fins. Il ne s’agit pas seulement d’installer Windows, il est aussi un moyen de fixer un ordinateur endommagé. Malheureusement, sans un CD de restauration, vous ne pouvez pas réparer une machine qui ne démarre pas, accéder points de System Restore, sauvegarder vos fichiers, images, et e-mails, ou accéder des outils de réparation.

Continue reading

Why Google’s announcement of fully encrypted search doesn’t matter for analytics

Google finally announced what we all knew was coming sooner or later: all search is now encrypted — and the kicker for those of us in the online business is that we’ll never again receive information about which keywords searchers used to land on our site (from Google, at any rate).

(Backstory: when you search on Google, the search terms are part of the URL of the results page. When clicking on search results, your browser normally sends the URL of the page you were on along with your request to the server of the page you’re visiting. Except for when browsing over HTTPS: here, the browser does not send this critical – and sometimes sensitive – information to the server of the page you’re about to see. This referrer information was the basis of keyword metrics to determine which keywords bring in the most visitors to individual pages on your site.)

But, honestly, despite the fact that the web is now full of people griping about this change, it actually doesn’t matter. Google’s announcement is nothing more than a formality. Have a look below to see why:

Continue reading

How to downgrade Chrome from Beta or Dev to Stable on OS X without losing profile data

As the years go by, I find that I growingly have less and less patience for dealing with experimental or beta software, and have come to appreciate more and more the value of having stable, reliable, and consistent products that get their job done and keep out of the way. I find it hard to fathom that only a few short years ago, during the days of Longhorn beta, I would derive immense pleasure from formatting and reinstalling up to three or four times a day — these days, I find setting up a PC for use after a format to be a task I shy away from even once every two or three years.

When Chrome first came out, I was quick to switch to the beta channel and later, the dev/canary channels too. Now, I just want to go back to having a browser that I can actually expect to load pages correctly, keep my keyboard shortcuts intact, and not suddenly put my data at risk due to broken back button behavior.

Switching to a more unstable build with Chrome is ridiculously easy: just download the installer for either the beta, dev, or canary Chrome channel releases and it’ll automatically upgrade your profile to the latest version and pull updates on a more-frequent schedule, on Mac, Windows, and Linux alike.

Continue reading

New Gmail Feature: Inline Action Popups

One of the few products at Google that doesn’t stagnate and is always seeing new features, improvements, and changes (sometimes so often that it gives the appearance of being change for the sake of change to the furor and anger of some extremely-vocal hard-core users) is Gmail.

Today, Google is apparently rolling out a new feature that we haven’t seen before, and are actually at a loss when it comes to giving it an appropriate name.

Gmail is now showing “inlined action popups” based on the content of the emails (esp. automated written-by-robot emails), not too unlike some of the context-derived links/summaries in the sidebar that have been around for years now, except you don’t have to open the emails to gain access to them, and they’re just a convenient mouse click away. Pictures after the jump.

Continue reading

Apple finally locks down the USB port in iOS 7

One of the basic principles of computer security is that if someone has physical access to a machine, compromising it is simply a matter of time (yes, even technologies like whole-disk encryption via GPG/PGP, BitLocker, or TrueCrypt are often still susceptible to “Evil Maid” attacks). But while all devices are vulnerable to hands-on attacks, some devices are more vulnerable than others.

Innocuous-looking USB accessories for both PCs and smartphones have long been a preferred for attacks aiming to gain unauthorized access to a machine. Devices that look like USB sticks can easily direct a computer they’re plugged into to dump data to an external device or online file storage by mimicking a keyboard/mouse, an attack no antivirus or antimalware software can prevent. Smartphones have been susceptible to similar attacks, even from something as seemingly-innocent as a regular phone charger. These hardware-based attacks have been well-documented, and while a passcode on the device can mitigate such attempts, it’s no cure-all.

Continue reading

Google jokes about killing YouTube, but people aren’t laughing

A year ago, Google’s incredibly thorough April Fools’ 2013 prank would have easily won the title of awesomest April Fools’ prank ever. But today? Maybe not.

This year’s prank is a video talking about how today, 8 years from the launch of YouTube, YouTube will no longer be accepting videos:

Short and long of it:

  • It’s been 8 years with an average of 70 hours of video uploaded each minute (~560 years of footage in all, for those wondering)
  • YouTube is/was one big contest to find the best video ever
  • Tonight at midnight (April 1st, 2013) YouTube will accept videos no more
  • Site will be back online in 2023 showing only the one, winning video

Continue reading

Happy Pi Day 2013!

As everyone knows, today’s the year’s most awesome holiday: Pi Day. Happy Pi Day 2013 to one and all, please don’t forget to enjoy yourself whilst engaging in the geekiest activities you can think of. And, above all, remember to to eat pie!

Happy Pi Day!

Download EFI and UEFI repair CDs for Windows

Welcome to the future. Ever since 2000, EFI (Extensible Firmware Interface) has struggled to replace the decades-old BIOS, and now, some 13 years later, it’s finally really here. More than ever before, new computers, laptops, notebooks, and other computing devices are being shipped that use an entirely new and very much different technology as the foundation that powers the actual hardware, sitting between your motherboard/CPU and the operating system.

EFI is pretty nifty and very powerful, and opens a lot of new and exciting possibilities for your computer. It lets Windows theoretically boot faster than ever before, and can protect your computer against malware and viruses thanks to enhanced security features like signed bootloaders. And for Windows users, EFI means GPT (GUID Partition Table) instead of MBR (Master Boot Record). Abbreviations got you confused? Don’t worry – it just means that your computer now supports hard disks that are bigger than ever before (more than 2TiB in size!).

Continue reading

AutoFormat for Windows

A few years ago while working on another boot-related project, I had need of a scripted method of formatting a drive, silently and without user intervention (don’t ask).

After mucking around with the various IOCTL in the disk and volume management WIN32 APIs, I realized there was a much easier method. Windows has always shipped with a command-line format utility (aptly named “format”) that could technically be coerced err convinced to do the job.

The only problem with format.com is its (understandable) reluctance to actually wipe a disk without the user explicitly OKing it. At the same time, there are quite a few developers out there doing low-level work that does not involve viruses or other malicious intent that are in need of a scripted format run. And, of course, the expectation is that the developer will obtain the user’s permission beforehand.

However when all is said and done, there’s no clean way of formatting a disk behind the scenes. Enter AutoFormat for Windows.

Continue reading

Star Trek DS9 and the Color Kindle

I’ve been watching Star Trek reruns (thank you, Netflix!) for a while now, and something that caught my eye once I finished TNG and moved on to DS9 was the prevalence of “eBook readers” that have an uncanny resemblance to Amazon’s Kindle.

The devices in DS9 appear to undergo both heavy and subtle changes each time they make an appearance, but one edition of the eBook reader in Star Trek DS9: Profit and Loss bore an incredible resemblance to the (previous gen) Kindle Touch, down to the same gray polymer material, rounded edges, almost exactly the same thickness and dimensions – with the exception of being in color.

Continue reading