Posts

Showing posts with the label How to

Activate all Windows and Office

Supported windows versions and Office Versions Microsoft Windows 10  Microsoft Windows 8.1  Microsoft Windows 8  Microsoft Windows 7  Microsoft Windows Vista  Microsoft Office 2016 Microsoft Office 365  Microsoft Office 2013  Microsoft Office 2010  Microsoft Office 2007 Download link 

How to Install iOS 11 Beta for Free Without Developer Account

Apple unveiled  iOS 11  at WWDC 2017 keynote. In general, Apple released the first developer preview of the OS for developers to try out the OS on their iPhone or iPad. While the first iOS 11 developer preview will have stability issues, it is still worth a try just due to the sheer number of features that the OS comes with. If you are bummed about not having a developer account to be able to install iOS 11 on your iPhone or iPad, worry not as there is a simple hack through which you can get developer beta on your device right away. Even better, the steps don’t require you to have access to your PC and can be all done on your iPhone or iPad itself. Here’s how: Step 1:  On your iOS device, head over to  this link . Make sure to open it in Safari itself and not in any other browser or app. Step 2:  You will be automatically redirected to ‘iOS Beta Software Profile’  from where you will have to tap on  Install  three times and select the re...

How to make show hidden files on a virus infected USB drive

Here is the common line which you have to run in cmd to be visible hidden due to virus infection to your USB drive. with driver letter e attrib -h -r -s /s /d e:\*.* without drive letter attrib -s -h /s /d *.*

How to make USB drive bootable in Windows, the easy 9 steps.

Launch the DiskPart utility by typing "diskpart" at the Start Menu. "list disk" //command to find the drive with appropriate size. "select disk 1" //where the "1" is actually the corresponding number of your USB drive. Make sure you choose the correct flash drive if you have more than one of the same size. "clean" // removes all partitions "create partition primary" //bootable partition

Dotnet Framework 3.5 Offline installation in windows 8 and 8.1

enabling dotnet framework 3.5 for windows 8 offline Step 1: Insert the Windows 8 disc.