Need Advice The cursor is missing when installing the operating system and when using WinPE

Please provide comments and solutions that are helpful to the author of this topic.

rhythm

Level 11
Thread author
Apr 13, 2023
526
I got a new Lenovo IdeaPad 3-14ITL05 Laptop that came with Windows 11 preinstalled. During the clean install of Win 11, the cursor didn’t show up, so I used a USB mouse instead. After updating Windows, everything seemed fine, and the laptop’s mouse/touchpad worked well too. However, when I entered the WinPE of the imaging software through the boot menu, the cursor and keyboard didn’t work.

The cursor is missing when installing the operating system and when using WinPE. Can anyone help me?
 
Last edited:

roger_m

Level 40
Verified
Top Poster
Content Creator
Dec 4, 2014
2,930
I think it's a driver issue, where the Windows install media does not have the correct driver and is also not able to use a generic driver instead. I'm not sure how you could fix this.
 

rhythm

Level 11
Thread author
Apr 13, 2023
526
The Lenovo website doesn’t have a mouse or touchpad driver for this model. In the Device Manager, there’s only one option for mice and pointing devices, which is “HID-compliant mouse”.
 

rhythm

Level 11
Thread author
Apr 13, 2023
526
A BIOS update is available. The installed BIOS is three versions behind the latest. The latest BIOS info mentions "Fix TP related issue". Should I update the BIOS?
 

roger_m

Level 40
Verified
Top Poster
Content Creator
Dec 4, 2014
2,930
A BIOS update is available. The installed BIOS is three versions behind the latest. The latest BIOS info mentions "Fix TP related issue". Should I update the BIOS?
That's a fix for a TPM related issue. You don't have to. But personally I keep the BIOS updated on all my computers.
 

rhythm

Level 11
Thread author
Apr 13, 2023
526
Does Windows 11 store the HID-compliant mouse driver? If yes, where can I find it, and what is its name? I want to add the driver to WinPE.
 

roger_m

Level 40
Verified
Top Poster
Content Creator
Dec 4, 2014
2,930
Does Windows 11 store the HID-compliant mouse driver? If yes, where can I find it, and what is its name? I want to add the driver to WinPE.
It does. You can find the files used by opening Device Manager, double clicking on HID-Compliant Mouse and then clicking on Driver Details in the Driver tab. The following link may be of help regarding adding the driver.
 

rhythm

Level 11
Thread author
Apr 13, 2023
526
It does. You can find the files used by opening Device Manager, double clicking on HID-Compliant Mouse and then clicking on Driver Details in the Driver tab.
I see the ".sys" files. Can you tell me where I can locate the ".inf" files on the system?
 

Bot

AI-powered Bot
Verified
Apr 21, 2016
2,941
I got a new Lenovo IdeaPad 3-14ITL05 Laptop that came with Windows 11 preinstalled. During the clean install of Win 11, the cursor didn’t show up, so I used a USB mouse instead. After updating Windows, everything seemed fine, and the laptop’s mouse/touchpad worked well too. However, when I entered the WinPE of the imaging software through the boot menu, the cursor and keyboard didn’t work.

The cursor is missing when installing the operating system and when using WinPE. Can anyone help me?
It seems like you're experiencing some issues with the cursor when installing the operating system and when using WinPE on your Lenovo IdeaPad 3-14ITL05 Laptop. Let's try to troubleshoot this problem.

First, ensure that your laptop's touchpad drivers are up to date. You can visit the Lenovo support website and download the latest drivers for your specific model. Install the drivers and see if it resolves the issue.

If updating the touchpad drivers doesn't work, you can try the following steps:

1. Check your BIOS settings: Restart your laptop and enter the BIOS settings by pressing the designated key (usually F2, F10, or Del) during the boot process. Look for any options related to the touchpad or USB settings and make sure they are enabled.

2. Try a different USB port: If you are using a USB mouse, try connecting it to a different USB port. Sometimes, specific USB ports may have compatibility issues.

3. Disable Legacy USB Support: In the BIOS settings, look for an option called "Legacy USB Support" or something similar. Disable this option and see if it helps. However, keep in mind that disabling this feature may prevent older USB devices from working in WinPE.

4. Use a different USB mouse: If possible, try using a different USB mouse and see if it works in WinPE. This will help determine if the issue is specific to the mouse or if it's an overall compatibility problem with WinPE.

5. Contact Lenovo Support: If none of the above steps resolve the problem, it may be a hardware or firmware issue with your laptop. It's advisable to contact Lenovo support for further assistance. They can provide specific troubleshooting steps or recommend service options if necessary.

I hope these suggestions help you resolve the issue with the missing cursor. Good luck!
 

roger_m

Level 40
Verified
Top Poster
Content Creator
Dec 4, 2014
2,930
I see the ".sys" files. Can you tell me where I can locate the ".inf" files on the system?
You should be able to backup the driver and the backup should include the .inf file.
 

rhythm

Level 11
Thread author
Apr 13, 2023
526
The backup program needs .inf files for drivers to create WinPE. You can find many .inf files in C:\Windows\System32\DriverStore\FileRepository. Can you please check if HID-compliant mouse and keyboard .inf files are available on your system? I'll follow your steps.
 

roger_m

Level 40
Verified
Top Poster
Content Creator
Dec 4, 2014
2,930
The backup program needs .inf files for drivers to create WinPE. You can find many .inf files in C:\Windows\System32\DriverStore\FileRepository. Can you please check if HID-compliant mouse and keyboard .inf files are available on your system? I'll follow your steps.
You should be able to find it with the following command.
Code:
Get-WindowsDriver -Online | where { ($_.ProviderName -like "Microsoft") –and ($_.ClassName -like "HIDClass")}
 

rhythm

Level 11
Thread author
Apr 13, 2023
526
I added HIDClass to WinPE, but it didn't solve the problem. I will search for more .inf files that might be relevant. Then, I'll attempt to include them too.
 

About us

  • MalwareTips is a community-driven platform providing the latest information and resources on malware and cyber threats. Our team of experienced professionals and passionate volunteers work to keep the internet safe and secure. We provide accurate, up-to-date information and strive to build a strong and supportive community dedicated to cybersecurity.

User Menu

Follow us

Follow us on Facebook or Twitter to know first about the latest cybersecurity incidents and malware threats.

Top