Windows 10: How to compress Bloated Registry Hives in Windows Server

Discus and support How to compress Bloated Registry Hives in Windows Server in Windows 10 News to solve the problem; A Registry Hive is a name given to the major section of the Windows Registry which contains registry keys, subkeys, and values. Registry hives are... Discussion in 'Windows 10 News' started by WinClub, Apr 21, 2021.

  1. WinClub New Member

    How to compress Bloated Registry Hives in Windows Server


    A Registry Hive is a name given to the major section of the Windows Registry which contains registry keys, subkeys, and values. Registry hives are present in the Windows Registry Editor. You can use the Registry Editor to create new and modify the existing registry keys, subkeys, and values. It provides Windows users with many […]

    This article How to compress Bloated Registry Hives in Windows Server first appeared on TheWindowsClub.com.

    read more...
     
    WinClub, Apr 21, 2021
    #1
  2. KarelPoborski, Apr 21, 2021
    #2
  3. TairikuOkami, Apr 21, 2021
    #3
  4. RuskinF Win User

    How to compress Bloated Registry Hives in Windows Server

    How to create a script file to run logs in a windows server.

    If I understood your question correctly, here are the steps for your solution:

    To configure a script or program to run when a new user logs on, follow these steps:

    1. Click Start, and then click Run.
    2. In the Open box, type regedit.exe, and then click OK.
    3. Locate the following subkey in the registry:

      HKEY_USERS
    4. On the File menu, click Load Hive.
    5. In the Load Hive dialog box, locate the

      Profilepath\Default User\Ntuser.dat file, where

      Profilepath is the file system location of the Default User profile. Click Open.
    6. In the Load Hive dialog box type a name for the hive, and then click OK.

      NOTE: The Ntuser.dat file is hidden. If you cannot locate or load the Ntuser.dat file, you must change your view settings in Windows Explorer. To do this, follow these steps:
      1. Click Start, and then click Windows Explorer.
      2. Click Tools, and then click Folder Options.
      3. Click the View tab.
      4. Click to clear the Hide extensions for known file types check box.
      5. Select Show hidden files and folders, and then click OK.
    7. Locate the following subkey in the registry:

      HKEY_USERS\Test\Software\Microsoft\Windows\CurrentVersion\Runonce

      NOTE: Where Test is the name that you gave to the Ntuser.dat hive in step 6.
    8. On the Edit menu, point to New, and then click String Value.
    9. In the right pane, double-click the new value.
    10. In the Edit String dialog box, type the full path and file name for the program or logon script, and then click OK.
    11. In the left pane, click the Test hive.
    12. On the File menu, click Unload Hive.
    13. Click Yes when prompted to confirm you want to unload the hive.
    14. Quit Registry Editor.
     
    RuskinF, Apr 21, 2021
    #4
Thema:

How to compress Bloated Registry Hives in Windows Server

Loading...
  1. How to compress Bloated Registry Hives in Windows Server - Similar Threads - compress Bloated Registry

  2. Registry Hive Recovered

    in Windows 10 Gaming
    Registry Hive Recovered: file: '\??\C:\System Volume Information\Syscache.hve' was corrupted and it has been recovered. Some data might have been lost. https://answers.microsoft.com/en-us/windows/forum/all/registry-hive-recovered/d7889e2d-41d1-49d8-ace6-07040061489a
  3. Registry Hive Recovered

    in Windows 10 Software and Apps
    Registry Hive Recovered: file: '\??\C:\System Volume Information\Syscache.hve' was corrupted and it has been recovered. Some data might have been lost. https://answers.microsoft.com/en-us/windows/forum/all/registry-hive-recovered/d7889e2d-41d1-49d8-ace6-07040061489a
  4. Is registry hive "HKLM\BCD00000000" removed on Windows Server 2022?

    in Windows 10 Gaming
    Is registry hive "HKLM\BCD00000000" removed on Windows Server 2022?: I don't see HKLM\BCD00000000 on my Windows Server 2022. Is it removed? https://answers.microsoft.com/en-us/windows/forum/all/is-registry-hive-hklmbcd00000000-removed-on/db4430db-774b-4352-91b3-0be0f2490dd3
  5. Is registry hive "HKLM\BCD00000000" removed on Windows Server 2022?

    in Windows 10 Software and Apps
    Is registry hive "HKLM\BCD00000000" removed on Windows Server 2022?: I don't see HKLM\BCD00000000 on my Windows Server 2022. Is it removed? https://answers.microsoft.com/en-us/windows/forum/all/is-registry-hive-hklmbcd00000000-removed-on/db4430db-774b-4352-91b3-0be0f2490dd3
  6. How-to explore \REGISTRY\A\ hive?

    in Windows 10 Customization
    How-to explore \REGISTRY\A\ hive?: This file does something in \REGISTRY\A\ hive.https://www.virustotal.com/gui/file/21feafefb5eff856a47945000c079d7c8954caf877b03a31b34ea9a546da3d33/behaviorHow-to explore it?...
  7. Default Registry key Hive?

    in Windows 10 Ask Insider
    Default Registry key Hive?: is it possible to find a such template fr cross-referencing my new install with original defaults anywhere? I would like to check how clean my clean install really is... I'm afraid I have a rootkit or some sort or a hyper-persistent RAT as I've re-installed my OS 15 times+...
  8. Backup System Registry Hives

    in Windows 10 Backup and Restore
    Backup System Registry Hives: Create backups of the system registry hives to C:\Registry_Backups folder. Code: :: Created By @Echo Off & Cls Echo. Echo. Call :IsAdmin If Not Exist C:\Registry_Backups (md C:\Registry_Backups) Else (Goto :Skip) If Not Exist C:\Registry_Backups\RegOld (Md...
  9. Backup Registry Hives

    in Windows 10 Backup and Restore
    Backup Registry Hives: As many of us knows that latest version of Windows 10 won't backup registry hives which could be needed when Windows 10 won't boot because of registry errors. I have created batch script for backing up registry hives this batch script will create two folders at root of C:...
  10. Backup Registry Hives

    in Windows 10 Support
    Backup Registry Hives: As many of us knows that latest version of Windows 10 won't backup registry hives which could be needed when Windows 10 won't boot because of registry errors. I have created batch script for backing up registry hives this batch script will create two folders at root of C:...