Category: Windows 10

Create a UEFI boot compatible USB stick for Windows 10

Create a UEFI boot compatible USB stick for Windows 10

I needed a Windows 10 start up disk, but I didn’t have a working Windows 10 machine. You can grab one from the Microsoft website.

Once downloaded insert the USB stick into the machine and open disks:

This image has an empty alt attribute; its file name is Bootable-disk-1.png
Image of Ubuntu settings.

In the top right hand corner you will see a vertical ellipses:

This image has an empty alt attribute; its file name is vertical-elipses.png
Vertical Ellipses

It’s advised you format the disk first.

To make it compatible with UEFI, I am going to use some software called Ventoy, this is released as open source software and can be downloaded from their website.

I am doing this on Ubuntu, once downloaded you will see a .tar.gz file in your download folder:

Ventoy download .tar.gz

We need to extract this. Double click on the file, find Ventoy with the respective version number:

Extract Ventoy onto your machine.

Click on extract. This will be extracted into the downloaded folder in this instance:

Extracted Ventoy image

OK, now we get onto the interesting bit.

Go into the folder, right click and open the directory in Terminal:

Ventoy, open directory in terminal

OK, the terminal is now open:

Ventoy directory in terminal.

We can now run Ventoy. Run the command:

sudo ./VentoyWeb.sh
Ventoy server is running

In your browser, go to the IP address provided, in this instance 127.0.0.1:24680

Ventoy in your browswer

Click on options then partition type:

Ventoy Usage

As I am trying to create a UEFI boot disk, select GPT.

Hit the install button. You will have a couple of warning prompts, just agree to them, this will format the insetered USB stick:

Ventoy has been installed on the device

Click OK.

Check that the Ventoy disk is showing:

Check the Ventoy disk can be seen

If you can’t see it, unplug the device and re-insert it.

When Ventoy is installed it will change the disk to two partitions, VTOYEFI and Ventoy.

Ventoy partitions.

The VTOYEFI, this is a small partition with some EFI stuff in, the other partition is Ventoy.

Go into the Ventoy partition and simply drag the ISO from your downloads into this partitions:

Drag the Win 10 image into the Ventoy partition

It can take some time for it to copy over, with me it took 20 minutes:

The copying process

Don’t just unplug the USB stick, go through the correct procedure and eject the disk partitions, it can now be used to boot the Windows 10 installer.

It’s as simple as that, job done.

Make a boot up disk for Windows on Ubuntu

Make a boot up disk for Windows on Ubuntu

I needed a Windows 10 start up disk, but I didn’t have a working Windows 10 machine. You can grab one from the Microsoft website.

Once downloaded insert the USB stick into the machine and open disks:

Image of Ubuntu settings.

In the top right hand corner you will see a vertical ellipses:

Vertical Ellipses

It’s advised you format the disk first, then you can restore from disk image.

Restore disk image using Ubuntu

You will get:

Restore image using Ubuntu, selection.

Click on the None:

Select the image to restore.

Click open, then start restoring:

Start restoring:

Confirm you want to restore:

Confirm you want to restore

It will start to restore:

Restore in progress

Eventually Windows 10 will be on the stick.

Win 10 is now on the stick.

In theory, we should be able to use this now as a bootable USB stick. But with newer machines it may need to have the EFI thing. I will discuss how that’s done on another post.

Resetting Windows 10 to factory reset.

Resetting Windows 10 to factory reset.

So, my Dad got a second hand laptop, it was Windows 10 one. It was an Acer one.

The previous owner hadn’t reset the machine, so I was given the job of sorting it out for him.

So the first thing I needed to do was to get into the restore screen, when booting up on the Acer screen I pressed Alt and F10. This sent me to the restore.

I was given the option of doing a complete restore or a restore, but keeping the files and software. I opted for a complete restore. This took a few hours so I left it overnight.

Finally I was able to install Windows 10 as if it was a brand new computer. My final task is more cosmetic, but the machine is filthy, so will give it a good physical clean.

SharePoint Calendar does not show when in a page as a webpart

SharePoint Calendar does not show when in a page as a webpart

So I was asked to add an events calendar to a SharePoint site that is being used as a portal. This would display the calendar as a WebPart on a SharePoint Wiki page.

But, obviously, as with anything SharePointy, this wasn’t as straight forward as just sticking the WebPart in. The issue I encountered was the events were not showing when it was inserted as a WebPart.

After much use of Google and asking specialists in SharePoint I was coming up blank. I did find that it was due to a JavaScript issue. To fix the issue, I had to open the page which the calendar was displayed on in SharePoint designer and add the following code:

<script type=”text/javascript”>
SP.SOD.executeOrDelayUntilScriptLoaded(function () {
SP.UI.ApplicationPages.ElementUtility.$3f = function ($p0) {
return ($p0.substring(0, 3).toUpperCase() == “WPQ”)
? $get(‘WebPart’ + $p0)
: $get($p0);
}
}, “SP.UI.ApplicationPages.Calendar.js”);
</script>

This over-rides the default JavaScript in the Wiki page, job done.

Removing search-startpage.com

Removing search-startpage.com

I have had several computers come to me where when I have opened a browser it defaults to search-startpage.com. This is a nasty piece of adware and should be removed as soon as it is detected. This can be used to remove any adware that you may have got, just replace search-startpage.com with the adware in question such as conduit.

Please note: cheekyfactor.com or the owners of this site cannot be held responsible if things go wrong. You perform these tasks at your own risk. This is for advanced users only.

Read More Read More

When things go wrong with Windows 8, 8.1 and 10

When things go wrong with Windows 8, 8.1 and 10

In previous versions of Windows it was fairly straightforward to get into diagnostic mode with F8, but Microsoft have decided to change this.

You can’t get into Safe Mode as you used to be able to, but you can still get into an area where you can re-install Windows or perform diagnostic checks.

Please note: cheekyfactor.com or the owners of this site cannot be held responsible if things go wrong. You perform these tasks at your own risk. This is for advanced users only.

Read More Read More

Issues when updating Windows

Issues when updating Windows

So, I had a problem come to me with a Windows 7 and Windows 10 machine that was always updating all the time, sometimes taking hours at a time without allowing the users any time any notice that the computer was about to shut down.

Please note: cheekyfactor.com or the owners of this site cannot be held responsible if things go wrong. You perform these tasks at your own risk. This is for advanced users only.

To solve this I had to reset the Windows Update components.

Read More Read More