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/
Search found 125 matches
- Thu Oct 31, 2024 11:22 am
- Forum: Windows
- Topic: update windows applications from command line using winget
- Replies: 0
- Views: 3303
- Thu Oct 24, 2024 9:58 am
- Forum: Windows
- Topic: in Windows 11 enable end task in taskbar
- Replies: 0
- Views: 3726
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 ...
- 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: 19996
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
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
- Wed Nov 30, 2022 4:03 pm
- Forum: Synology
- Topic: L2TP/IPsec VPN from Windows 10
- Replies: 2
- Views: 43019
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
- Wed Jan 26, 2022 4:19 pm
- Forum: Windows
- Topic: Windows upgrade error: 0x800707E7 - 0X3000D
- Replies: 0
- Views: 56262
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 and ...
- Wed Apr 14, 2021 5:03 pm
- Forum: Windows
- Topic: Get Windows 10 Into Recovery Mode using command line
- Replies: 0
- Views: 47976
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 xxx ...
- Tue Apr 13, 2021 3:49 pm
- Forum: Windows
- Topic: Windows 10 bootrec /fixboot access is denied
- Replies: 0
- Views: 47168
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 ...
- Mon Apr 12, 2021 9:37 am
- Forum: Windows
- Topic: Windows 10 Black Screen with cursor
- Replies: 0
- Views: 47126
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 shell ...
- 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: 46659
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 HKEY_LOCAL_ ...
- Wed Jan 20, 2021 4:08 pm
- Forum: Windows
- Topic: Taking Ownership of a File or Folder from the Command Line
- Replies: 0
- Views: 47209
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 ...