Skip to content
View in the app

A better way to browse. Learn more.

HWBOT Community Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How-to solve slow bootup with .NET 4.0

Featured Replies

Solution by Der8auer:

 

Found the solution for this problem :)

 

When .NET redistributable is installed, it compiles the high priority assemblies in 5 to 10 minutes and then waits until your computer is idle to process the low priority assemblies. The following method forces all of the remaining items to be compiled with a command called NGEN.exe. Follow these steps:

 

1) Run cmd.exe from Start > Run

 

2) Type cd\

 

3) Type cd Windows\Microsoft.NET\Framework\v2.0.50727

 

4) Type NGEN executequeueditems and press Enter

 

5) It will take about 1-10minutes depending upon system speed. After the process is complete, the following prompt will appear in the command prompt

 

C:\Windows\Microsoft.NET\Framework\v2.0.50727>

 

6) Type exit to close the command prompt.

After performing these steps, your computer will boot up at usual speed.

 

http://hwbot.org/forum/showpost.php?p=146099&postcount=75

Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.