How to disable Rewrite with Copilot on Edge
To disable the “Rewrite with Copilot” feature on Microsoft Edge on Windows 11 (and 10), use these steps.
[mai mult...]Soluții pentru problemele tale IT
To disable the “Rewrite with Copilot” feature on Microsoft Edge on Windows 11 (and 10), use these steps.
[mai mult...]A userscript is a small piece of code that you can run on a particular website to change how it looks or what it does. We’re going to install one such userscript to revert to the old YouTube layout.
You might be asking yourself, why not use an extension that does the same job? Two reasons: an extension will constantly run in the background but a userscript will only be active while you’re on YouTube, so it’s a lot lighter on the resources. Second, the scripts we’re using are pretty simple and small, so it’s easy to audit them for privacy reasons. Extensions (unless they’re open source, and you’ve compiled them yourself) aren’t transparent like that.
Installing a Userscript Extension
Userscripts run inside a script extension. TamperMonkey and ViolentMonkey are two solid options. I’m going to use TamperMonkey since it’s available on every popular browser.
Go to the TamperMonkey website and select your browser, then scroll down and click “Get from the Store.”
You’re now ready to load the userscript that will revert YouTube’s layout.
Revert YouTube to the Old Layout
You can download scripts for free from GreasyFork. Unsurprisingly, a lot of people want to get the old YouTube layout. You have options, however not all of them work perfectly.
I tried three different userscripts: Pre-2024 YouTube UI, Classic YouTube Layout, and Restore Old Youtube (Void). Restore Old YouTube works best on my browser.
To follow along, open the Restore Old Youtube userscript in GreasyFork. Click “Install this Script.” You’ll be redirected to TamperMonkey to confirm the installation.
Once that’s done, click the TamperMonkey extension (click the extensions button if you can’t locate it.) Then click “Dashboard.”Make sure that the right script is enabled on the Dashboard. We’re ready to test it now
.Open YouTube in your browser and the layout should be changed. If it hasn’t, click the TamperMonkey extension icon and make sure the script is active.
Hide YouTube Shorts
You can also get rid of Youtube Shorts from the feed and search with a simple script. There are more than a dozen scripts available that do the trick. I tested a few of them, and they all worked perfectly.
Hide Youtube Shorts is a good script that I’m using. To load it, click the “Install this Script” button on GreasyFork and hit “Install” again when you’re redirected to the TamperMonkey page.
Go to YouTube and scroll down to see if the Shorts panel is gone.
Disable the Rounded Design
I’m not a fan of the rounded design that YouTube has now. If you prefer the old boxy look, here’s how to get it back (you can skip this step if you don’t mind it).
Just install the Youtube Classic userszcript. Open the dashboard and make sure it’s active. Now open YouTube and the UI should be boxy. This script comes with the added bonus of restoring the dislike count under videos.
Eroarea 0xc1900104 în timpul actualizării Windows apare de obicei din cauza unor conflicte sau probleme legate de spațiul de stocare, setările de sistem sau integritatea fișierelor de sistem.
1. Asigură-te că ai suficient spațiu pe disc
Settings
(Setări) > System
> Storage
și vezi cât spațiu disponibil ai.Win + R
, tastează cleanmgr
și apasă Enter.C:
) și apasă OK.2. Resetează componentele Windows Update
Win + X
și selectează Command Prompt (Admin)
sau Windows PowerShell (Admin)
.arduino
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
mathematica
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
sql
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
3. Repară fișierele de sistem
sfc /scannow
și apasă Enter. Așteaptă să se finalizeze scanarea și reparația.mathematica
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
4. Resetează componentele Windows Update folosind scripturi PowerShell
powershell
@echo off
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
pause
.bat
, de exemplu reset_windows_update.bat
..bat
și selectează Run as administrator
.5. Verifică setările de grup și politica de rețea
Win + R
, tastează gpedit.msc
și apasă Enter.Computer Configuration
> Administrative Templates
> Windows Components
> Windows Update
.6. Actualizează driverele
Win + X
și selectează Device Manager
.Update driver
și urmează pașii pentru a verifica dacă există actualizări disponibile.7. Utilizează instrumentul Windows Update Troubleshooter
Win + I
pentru a deschide Settings.Update & Security
> Troubleshoot
> Additional troubleshooters
.Windows Update
și apasă Run the troubleshooter
.8. Descarcă manual actualizările