home *** CD-ROM | disk | FTP | other *** search
- @Echo OFF
-
- "%SCTPath%bin\Ewfmgr.EXE" %WinDir% > %WinDir%\system32\Temp%1.wdp
-
- Type "%WinDir%\system32\Temp%1.wdp" | Find "State" | Find "ENABLED" > "%WinDir%\system32\Enabled%1.wdp"
- Type "%WinDir%\system32\Temp%1.wdp" | Find "Protected Volume Configuration" > "%WinDir%\system32\Overlay%1.wdp"
- Type "%WinDir%\system32\Temp%1.wdp" | Find "Boot Command" | Find "SET_LEVEL" > "%WinDir%\system32\Undo%1.wdp"
- Type "%WinDir%\system32\Temp%1.wdp" | Find "Boot Command" | Find "COMMIT" > "%WinDir%\system32\Commit%1.wdp"
- Type "%WinDir%\system32\Temp%1.wdp" | Find "Boot Command" | Find "NO_CMD" > "%WinDir%\system32\Retain%1.wdp"
- Type "%WinDir%\system32\Temp%1.wdp" | Find "Boot Command" | Find "ENABLE" > "%WinDir%\system32\Enable%1.wdp"
- Type "%WinDir%\system32\Temp%1.wdp" | Find "Boot Command" | Find "DISABLE" > "%WinDir%\system32\Disable%1.wdp"
-