Need a .reg file to modify media player

Status
Not open for further replies.

rohanmathew

Reader of Trust 2009
I need a single .reg file which will change the registry to disable the skin.The manual method is given below.I dont know how to create a .reg file.



To lock Windows Media Player's sking (disable changing skin)

1- Go to the following address: QUOTE
HKEY_CURRENT_USER/Software/Policies/Microsoft/WindowsMediaPlayer

2- Right click In the right panel and then create a new String and name it " DefaultSkin".
3- In value field , type skin's name ( for example: Classic.wmz).
4- Right click In the right panel and then create a new DWORD and name it " SetAndLockSkin".
5- To lock current skin give it value of 1, to unlock give it value of 0.

Thank You
 

Aspire

Padawan
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsMediaPlayer]
"DefaultSkin"="Classic.wmx"
"SetAndLockSkin"=dword:00000001

paste this in notepad and save file as xyz.reg
 
Status
Not open for further replies.
Top Bottom