Stații de lucru

OS - Windows 8359 Solutii

Reguli si plangeri 8 Solutii

OS - OS X 407 Solutii

Reguli de configurare 11 Solutii

Licentiere 18 Solutii

Securitate 176 Solutii

Copie de rezerva (Backup) 68 Solutii

Antivirus 71 Solutii

Aplicatii specifice 4693 Solutii

Hardware 288 Solutii

How to restore the Original 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.”

TamperMonkey download page.

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.

Enabling the old YouTube layout script in TamperMonkey.

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.

[mai mult...]

Rezolvare: 0xc1900104 Windows Update Error

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

  1. Eliberează spațiu pe disc:
    • Deschide Settings (Setări) > System > Storage și vezi cât spațiu disponibil ai.
    • Șterge fișierele temporare, fișierele de descărcare neimportante și alte fișiere care ocupă spațiu inutil.
  2. Utilizează Disk Cleanup:
    • Apasă Win + R, tastează cleanmgr și apasă Enter.
    • Selectează unitatea de sistem (de obicei, C:) și apasă OK.
    • Bifează casetele pentru fișierele pe care dorești să le ștergi și apasă OK.

2. Resetează componentele Windows Update

  1. Deschide Command Prompt ca administrator:
    • Apasă Win + X și selectează Command Prompt (Admin) sau Windows PowerShell (Admin).
  2. Opresc serviciile Windows Update:
    • Tastează următoarele comenzi una câte una și apasă Enter după fiecare:

      arduino

      net stop wuauserv
      net stop cryptSvc
      net stop bits
      net stop msiserver
  3. Redenumește folderele SoftwareDistribution și Catroot2:
    • Tastează următoarele comenzi și apasă Enter după fiecare:

      mathematica

      ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
      ren C:\Windows\System32\catroot2 Catroot2.old
  4. Repornește serviciile Windows Update:
    • Tastează următoarele comenzi și apasă Enter după fiecare:

      sql

      net start wuauserv
      net start cryptSvc
      net start bits
      net start msiserver

3. Repară fișierele de sistem

  1. Execută SFC (System File Checker):
    • Deschide Command Prompt ca administrator.
    • Tastează sfc /scannow și apasă Enter. Așteaptă să se finalizeze scanarea și reparația.
  2. Execută DISM (Deployment Imaging Service and Management Tool):
    • Dacă SFC nu rezolvă problema, tastează următoarele comenzi una câte una în Command Prompt și apasă Enter după fiecare:

      mathematica

      DISM /Online /Cleanup-Image /CheckHealth
      DISM /Online /Cleanup-Image /ScanHealth
      DISM /Online /Cleanup-Image /RestoreHealth

4. Resetează componentele Windows Update folosind scripturi PowerShell

  1. Deschide Notepad și creează un script:
    • Copiază și lipeste următorul conținut în Notepad:

      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
    • Salvează fișierul cu extensia .bat, de exemplu reset_windows_update.bat.
  2. Execută scriptul ca administrator:
    • Fă clic dreapta pe fișierul .bat și selectează Run as administrator.

5. Verifică setările de grup și politica de rețea

  1. Deschide Editorul de Politici de Grup:
    • Apasă Win + R, tastează gpedit.msc și apasă Enter.
  2. Navighează la setările Windows Update:
    • În panoul din stânga, extinde Computer Configuration > Administrative Templates > Windows Components > Windows Update.
  3. Verifică setările de actualizare:
    • Asigură-te că politica “Configure Automatic Updates” este setată corect și că nu există restricții care să împiedice actualizările.

6. Actualizează driverele

  1. Accesează Device Manager:
    • Apasă Win + X și selectează Device Manager.
  2. Actualizează driverele:
    • Fă clic dreapta pe fiecare componentă hardware, selectează Update driver și urmează pașii pentru a verifica dacă există actualizări disponibile.

7. Utilizează instrumentul Windows Update Troubleshooter

  1. Deschide Settings:
    • Apasă Win + I pentru a deschide Settings.
  2. Accesează Troubleshoot:
    • Mergi la Update & Security > Troubleshoot > Additional troubleshooters.
  3. Rulează Windows Update Troubleshooter:
    • Selectează Windows Update și apasă Run the troubleshooter.

8. Descarcă manual actualizările

  1. Accesează Microsoft Update Catalog:
    • Vizitează site-ul Microsoft Update Catalog.
  2. Caută actualizarea necesară:
    • Introdu numărul KB al actualizării care dă eroare și descarcă pachetul manual.
  3. Instalează actualizarea:
    • Rulează pachetul descărcat și urmează instrucțiunile pentru a instala actualizarea.
[mai mult...]