downgrade windows 7

Choose Run and write regedit.

Go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion

Change the keys EditionID and ProductName.

EditionID can be found in your Windows 7 installation CD under sources\ei.cfg.

ProductName will be shown when you try to install and are denied:

Windows 7 Ultimate cannot be upgraded to Windows 7 Home Premium

Here the Windows 7 Home Premium is the ProductName.

Make sure that it matches exactly.

This procedure worked like a charm for me!

make windows bootable after motherboard swap

In the BIOS, i went change the SATA to IDE mode (NOT RAID, NOT AHCI)

1.Boot Win7 DVD

2.Choose the Language Selection.

3.Choose Repair.

4.On the recovery tools choose the Command Line Console

5.Type:regedit <ENTER>

7.Highlight HKEY_LOCAL_MACHINE

8.File > Load Hive

9.Select < windows partition with problem > \Windows\System32\config\system (Backup this first, it’s advised)

10.Regedit will ask for a Key name: Name it something like “temp”

11.Located HKEY_LOCAL_MACHINE/temp/Select/Current

12.Searched for every key containing the value “SCSI Miniport” where the “Start” value was a “3” and changed the “Start” value to a “0”. (F3 to search next result).

13.Highlight “temp”

14.File > Unload Hive

15.Restart

16.Enter in Win7 🙂

vezi si https://social.technet.microsoft.com/Forums/es-ES/19c703a4-f52a-4b90-8a8c-fd80cbaf9c7a/windows-7-no-boot-stop-0x0000007b-and-classpnpsys-problem?forum=w7itprogeneral

install nxfilter on osmc

sudo apt-get install oracle-java8-jdk

sau

sudo apt-get install openjdk-8-jre-headless

wget http://pub.nxfilter.org/nxfilter-4.3.8.2.deb

sudo dpkg -i nxfilter-4.3.8.2.deb

sudo systemctl enable nxfilter.service

sudo systemctl start nxfilter.service

Enable IP authentification. The clients will be authenticated by NxFilter using the IP address. For that configure your network to assign a static IP for each client.

vezi si

Parental control with DNS filtering on Raspberry Pi

sudo nano /nxfilter/bin/startup.sh