Search found 125 matches

by RescuePC
Thu Oct 31, 2024 11:22 am
Forum: Windows
Topic: update windows applications from command line using winget
Replies: 0
Views: 1436191

update windows applications from command line using winget

Open cmd prompt as administrator

winget upgrade

will list all applications that need upgrading

winget upgrade "app-that needs upgrading"

winget upgrade --all

https://learn.microsoft.com/en-us/windo ... er/winget/
by RescuePC
Thu Oct 24, 2024 9:58 am
Forum: Windows
Topic: in Windows 11 enable end task in taskbar
Replies: 0
Views: 498893

in Windows 11 enable end task in taskbar

This settings change in Windows 11 allows any icon in the task bar to have the option when right click , to have the option to "end task"

Open settings and search for end task
select Enable end task in taskbar
2024-10-24_10-47-54.jpg

This takes you to
System > For Developers
turn on the End Task ...
by RescuePC
Wed May 29, 2024 3:28 pm
Forum: Synology
Topic: synology 2FA OTP add to more than 1 device in Secure Signin for the Verification Code
Replies: 0
Views: 1562910

synology 2FA OTP add to more than 1 device in Secure Signin for the Verification Code

Synology security 2FA
if you have noticed once you setup a device in Secure Signin
the option in Personal - Security - Verification Code
only shows Reset Devices

What you can do is take a photo of the QR Code to setup more devices in the Secure Signin App

Hope this helps

Cheers
Rescue PC
by RescuePC
Wed Nov 30, 2022 4:03 pm
Forum: Synology
Topic: L2TP/IPsec VPN from Windows 10
Replies: 2
Views: 3141220

Re: L2TP/IPsec VPN from Windows 10

You would need to post more information on what VPN what protocols, and what errors you are seeing
by RescuePC
Wed Jan 26, 2022 4:19 pm
Forum: Windows
Topic: Windows upgrade error: 0x800707E7 - 0X3000D
Replies: 0
Views: 551835

Windows upgrade error: 0x800707E7 - 0X3000D

Getting the error

We Couldn't install windows 10
0x800707E7 - 0X3000D
The installation failed in the FIRST_BOOT phase with an error during MIGRATE_DATE operation

if you look in C:\$Windows.~BT\Sources\Panther\setuperr.log

you will see some clues
look for c:\users that dont exists - remove them ...
by RescuePC
Wed Apr 14, 2021 5:03 pm
Forum: Windows
Topic: Get Windows 10 Into Recovery Mode using command line
Replies: 0
Views: 551779

Get Windows 10 Into Recovery Mode using command line

Get Windows 10 Into Recovery Mode using command line

In a CMD prompt type: shutdown /r /o /f /t 00 and the PC will reboot into RECOVERY MODE where you can bring up the old F8 boot menu.



Usage: shutdown [/i | /l | /s | /r | /g | /a | /p | /h | /e | /o] [/hybrid] [/soft] [/f] [/m \\computer][/t ...
by RescuePC
Tue Apr 13, 2021 3:49 pm
Forum: Windows
Topic: Windows 10 bootrec /fixboot access is denied
Replies: 0
Views: 547048

Windows 10 bootrec /fixboot access is denied

Windows 10 bootrec /fixboot access is denied

Windows 10 Installation Media:

Insert the Media (DVD/USB) in your PC and restart.
Boot from the media.
Select Repair Your Computer.
Select Troubleshoot.
Choose Command Prompt from the menu

Diskpart
List disk (Note which disk is your Boot drive number ...
by RescuePC
Mon Apr 12, 2021 9:37 am
Forum: Windows
Topic: Windows 10 Black Screen with cursor
Replies: 0
Views: 549908

Windows 10 Black Screen with cursor

windows 10 Black Screen with cursor

possible fix
this can take a while to appear
CTRL SHIFT ESC - bring up task manager
file - run cmd(once opened regedit) or regedit (check the box to run as administrator

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
check the key ...
by RescuePC
Wed Mar 31, 2021 10:21 am
Forum: Windows
Topic: How to uninstall malfunctioning miniport and Regedit “Cannot Delete” “Error while deleting key”
Replies: 0
Views: 541877

How to uninstall malfunctioning miniport and Regedit “Cannot Delete” “Error while deleting key”

How to uninstall malfunctioning miniport
and Regedit “Cannot Delete” “Error while deleting key”

1. You'll need a copy of psexec http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx (SysInternals)

2. Run RegEdit as the "SYSTEM" user:
PsExec.exe -i -s -d regedit.exe

3. Navigate to ...
by RescuePC
Wed Jan 20, 2021 4:08 pm
Forum: Windows
Topic: Taking Ownership of a File or Folder from the Command Line
Replies: 0
Views: 555485

Taking Ownership of a File or Folder from the Command Line

Taking Ownership of a File or Folder from the Command Line, then add group users to all files

To take ownership of a file, run the command:

takeown /F <filename>
In this command, you must replace <filename> with the full file system path to the file you want to take ownership of or relative path ...