Permanently save registry changes

1

How can I permanently save changes made to registry in Windows 8. When I make some changes there and perform reboot all the changes made before gone. I'm setting EnableActivePolling to 1(because default value is 0) to provide my OS with normal internet access. See this topic for details

maks

Posted 2013-09-22T15:23:44.667

Reputation: 195

1If you are changing the key and it's being reverted the you have software installed to prevent the registry key from being changed this an office or personal computer? – Ramhound – 2013-09-22T16:10:23.967

if you are using company hardware do not mess with that. instead, ask your IT departments to fulfil your needs. you may be doing a contract breach and/or be held responsible for it. – Lorenzo Von Matterhorn – 2013-09-22T17:55:03.823

it's my personal laptop and i want to be able to change registry's keys – maks – 2013-09-22T18:39:29.533

As a way,You can export it to a file.reg using regedit. and then import it back. You can easily write scripts to load your registry files everytime it is logged in or save the registry files automatically when you shutdown. – Augustus Francis – 2013-09-22T18:52:01.620

yes, everything is possible, but there must be an easy way to do this. Why do you need such OS that doesn't allow you to do anything? – maks – 2013-09-22T18:58:41.003

No answers