F5F Stay Refreshed Software Operating Systems The command is not functioning properly.

The command is not functioning properly.

The command is not functioning properly.

C
Crazy_Heaven
Posting Freak
811
07-08-2021, 10:38 PM
#1
The Windows 11 HP Pavilion 15 DK-20xx laptop no longer creates a new folder when Ctrl+Shift+N is activated. No changes have been made. I don't have the C-Media app installed. I've tried various keyboards on different ports and removed keyboard drivers. When Ctrl+Shift+N is pressed, the cursor shifts from "Normal Select" to "Working in Background" briefly, but no action occurs. How can this be resolved?
C
Crazy_Heaven
07-08-2021, 10:38 PM #1

The Windows 11 HP Pavilion 15 DK-20xx laptop no longer creates a new folder when Ctrl+Shift+N is activated. No changes have been made. I don't have the C-Media app installed. I've tried various keyboards on different ports and removed keyboard drivers. When Ctrl+Shift+N is pressed, the cursor shifts from "Normal Select" to "Working in Background" briefly, but no action occurs. How can this be resolved?

D
DavidAthebest
Junior Member
10
07-10-2021, 10:09 AM
#2
Right click start button
Select terminal (Admin)
If it doesn’t open as Powershell, click the drop-down arrow in the title area and choose Powershell from the list
Paste this command into the window:
Repair-WindowsImage -Online -RestoreHealth
Press enter
Then type SFC /scannow
Press enter
Restart PC if SFC fixes any files, since some repairs need a restart to take effect
The first command cleans the files that SFC uses and updates system files
SFC = System File Checker. The first command runs DISM
https://docs.microsoft.com/en-us/windows...windows-11
If that doesn’t help
Try a clean boot and check if it changes anything – be sure to read the instructions and avoid disabling any Microsoft services or Windows won’t load properly
https://support.microsoft.com/en-au/help...in-windows
It doesn’t delete anything; it just stops non-Microsoft programs from starting with start. Easy to reverse
If a clean boot resolves the issue, it likely points to a startup program. You should restart those programs one by one over several attempts to identify the culprit.
D
DavidAthebest
07-10-2021, 10:09 AM #2

Right click start button
Select terminal (Admin)
If it doesn’t open as Powershell, click the drop-down arrow in the title area and choose Powershell from the list
Paste this command into the window:
Repair-WindowsImage -Online -RestoreHealth
Press enter
Then type SFC /scannow
Press enter
Restart PC if SFC fixes any files, since some repairs need a restart to take effect
The first command cleans the files that SFC uses and updates system files
SFC = System File Checker. The first command runs DISM
https://docs.microsoft.com/en-us/windows...windows-11
If that doesn’t help
Try a clean boot and check if it changes anything – be sure to read the instructions and avoid disabling any Microsoft services or Windows won’t load properly
https://support.microsoft.com/en-au/help...in-windows
It doesn’t delete anything; it just stops non-Microsoft programs from starting with start. Easy to reverse
If a clean boot resolves the issue, it likely points to a startup program. You should restart those programs one by one over several attempts to identify the culprit.