View Single Post
Old 16-02-2005   #147 (permalink)
ZeroSignal
CD Freaks Rookie
 
Join Date: Feb 2005
Posts: 48
Re: How to burn or crack protected WMA files?

Update: DRM Reset just a batch file in a Winzip Executable. Here are it's contents:

Quote:
@ECHO OFF

cls

echo Napster DRM Reset Utility

echo.

PAUSE

cls



attrib -H -S "C:\Documents and Settings\All Users\DRM"

ren "C:\Documents and Settings\All Users\DRM" OLDDRM





echo Reset completed successfully. You may now close this window.

echo.

PAUSE

echo ON
ZeroSignal is offline   Reply With Quote