Showing posts with label Windows 8. Show all posts
Showing posts with label Windows 8. Show all posts

Thursday, July 30, 2015

Windows 8.1 Full Backup Prior to Windows 10 Upgrade

Short and sweet on this one.  Today's post is about backing up Windows 8.1 prior to the Windows 10 upgrade.

Get yourself a large USB drive or a network location with enough room to store the image and run the command below from PowerShell started as Administrator

wbAdmin start backup -backupTarget:D: -include:C: -allcritical -quiet

Make sure you change the drive letter of the backup target from D: to the letter for your drive letter prior to running the command.  What this does is simple.  It executes Windows Backup (since Microsoft removed the GUI interface for it in Windows 8/8/1) and runs a full backup for you.

If you want to save your backup to a network location this is the command

wbAdmin start backup -backupTarget:\\sharedfolder\foldername -user:username -password:userpassword -include:C: -allCritical -quiet

This will kick off the same backup process as above and send it to your network storage instead.

Once the backup completes you can browse the backup location and you'll find some very familiar folders.  The old WindowsImageBackup folder, the .xml and .vhd files that were used in the Windows 7 backup and restore feature.

That's all there is to it.  I wish you luck with your Windows 10 upgrade.

Thursday, February 27, 2014

How to Show Thumbnail instead of Icon - Windows 8 or 8.1

This one is a quick fix.  Many people I've worked with so far hate how they don't see the thumbnails for their pictures any longer.  Here's the fast fix.

1. Open "This PC"
2. Click VIEW and which brings up the ribbon.
3. On the far right click OPTIONS and select "Change Folder and Search Options"
4. Click the VIEW tab.
5. Uncheck the "Always show icons, never thumbnails" box.







Once you Apply this change you'll see all of your pictures begin to change back to thumbnails like they have been in previous versions of Windows.

I'm not sure why they opted to make this change but this will fix it.

Good luck.