Another solution for SSD: EWF?

Windows OS and software

Moderators: Ranjit, rory

Re: Another solution for SSD: EWF?

Postby cylo » Thu Aug 14, 2008 7:39 pm

MiniM3 wrote: Is there a way to write all these registry entries into one batch file and run it so that I don't have to enter every entry one by one?

Thanks in advance!

Damen


Here's my try... hope its usefull
name it ewf-enabled.reg

Code: Select all
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_EWF]
"NextInstance"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_EWF\0000]
"Service"="EWF"
"Legacy"=dword:00000001
"ConfigFlags"=dword:00000020
"Class"="LegacyDriver"
"ClassGUID"="{8ECC055D-047F-11D1-A537-0000F8753ED1}"
"DeviceDesc"="EWF"
"Capabilities"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\R oot\LEGACY_EWF\0000\Control]
"ActiveService"="EWF"


name it ewf-device.reg

Code: Select all
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ewf\Parameters]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ewf\Parameters\Protected]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ewf\Parameters\Protected\Volume0]
"VolumeID"="{1EA414D1-6760-4625-8CBE-4F9F85A48E15}"
"Type"=dword:00000001
"ArcName"="multi(0)disk(0)rdisk(0)partition(1)"


Please do take care with ArcName, adjust it with your configuration

here, i also make it as a package :)


After you installed all that things above, restart your AA1 and hit awfmgr c: on command prompt
Thats all.


I'm also want to make a question does it really necessary to include VolumeID on that Volume0 Key..? :D
Attachments
enabling-EWF.rar
Enabling EWF on Aspire One,

thanks for aspireoneuser.com and SFiorito@Mp3Car.com
(170.8 KiB) Downloaded 951 times
cylo
 
Posts: 2
Joined: Thu Aug 14, 2008 7:03 pm

Re: Another solution for SSD: EWF?

Postby Grella » Sun Aug 17, 2008 12:51 am

Hi everyone,
I've modified Group Policies

Image

At Startup, added a .bat script with
ewfmgr c: -enable

At Shutdown added
ewfmgr c: -commitanddisable -live
ewfmgr c: -enable

With this, all modifications are commited at shutdown, e.g. settings / configs

You can access GP by gpedit.msc command

More info at: http://forums.techguy.org/software-development/548398-how-run-command-before-shutdown.html


*EDT: You need to do it with ewf disabled, since it modifies the protected partition/disk
Last edited by Grella on Sun Aug 17, 2008 6:19 am, edited 2 times in total.
Grella
 
Posts: 2
Joined: Sun Aug 03, 2008 5:29 pm

Re: Another solution for SSD: EWF?

Postby oscar » Sun Aug 17, 2008 2:39 am

Hey there all, firstly, thanks for guide. Works great.
I still only have 512mb ram but the diff from b4 is amazing.
First I tried eeepc v.2 xp, very responsive, only 85mb ram usage with all drivers but msn msngr wouldn't work,
and httctrl.ocx error on every boot.
Then tinyxp v09, very complete but very slow. Ram usage at 160mb. No errors so far.

With this trick you have performed the AA1 is lightning fast, actually it's more responsive than my big pentium desktop.

Thanx !!!!
8GB SSD (TinyXP + CrunchBang) Mods: 250 SATA (XP MCE +Se7en + Ubuntu) - bluetooth - 1.5gb ram - 16gb class6 sd - added heatsinks all done @ www.cybertekspain.com
User avatar
oscar
 
Posts: 4
Joined: Sun Aug 17, 2008 2:24 am

Re: Another solution for SSD: EWF?

Postby myst » Sun Aug 17, 2008 7:25 am

thank you so much! my a1 is re-born today.... it's blazing FAST! kudos also for Grella Scripts, it's a cool solution!

p.s.

thanks cylo for the RAR, but there's something wrong in your .reg... i had to manually enter the keys from the first post to make it work right.
myst
 
Posts: 12
Joined: Sat Jul 19, 2008 8:46 am

Re: Another solution for SSD: EWF?

Postby iDq » Sun Aug 17, 2008 10:28 am

Grella wrote:[...]

At Startup, added a .bat script with
ewfmgr c: -enable

[...]


This is not needed ;). EWF will start automatically unless you execute: ewfmgr c: -disable.
iDq
 
Posts: 33
Joined: Sat Aug 02, 2008 2:52 pm
Location: Spain

Re: Another solution for SSD: EWF?

Postby twizzo » Sun Aug 17, 2008 1:51 pm

Hey Grella any chance you can upload the .bat script for shutdown.
thanks
twizzo
 
Posts: 4
Joined: Sun Aug 17, 2008 1:50 pm

Re: Another solution for SSD: EWF?

Postby iDq » Sun Aug 17, 2008 2:13 pm

twizzo wrote:Hey Grella any chance you can upload the .bat script for shutdown.
thanks


Here is...
Attachments
commit.zip
(163 Bytes) Downloaded 356 times
iDq
 
Posts: 33
Joined: Sat Aug 02, 2008 2:52 pm
Location: Spain

Re: Another solution for SSD: EWF?

Postby iDq » Sun Aug 17, 2008 2:20 pm

myst wrote:thank you so much! my a1 is re-born today.... it's blazing FAST! kudos also for Grella Scripts, it's a cool solution!

p.s.

thanks cylo for the RAR, but there's something wrong in your .reg... i had to manually enter the keys from the first post to make it work right.


The error is here:

cylo wrote:Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_EWF]
"NextInstance"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_EWF\0000]
"Service"="EWF"
"Legacy"=dword:00000001
"ConfigFlags"=dword:00000020
"Class"="LegacyDriver"
"ClassGUID"="{8ECC055D-047F-11D1-A537-0000F8753ED1}"
"DeviceDesc"="EWF"
"Capabilities"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\R oot\LEGACY_EWF\0000\Control]
"ActiveService"="EWF"


It should be: Root
iDq
 
Posts: 33
Joined: Sat Aug 02, 2008 2:52 pm
Location: Spain

Re: Another solution for SSD: EWF?

Postby twizzo » Mon Aug 18, 2008 1:08 am

can anyone upload a working ewf-enabled.reg file i tried fixing the error in cyclo's file but all i get is an error saying cannot import cannot access the registry, is there something i am not doing or doing wrong here?
twizzo
 
Posts: 4
Joined: Sun Aug 17, 2008 1:50 pm

Re: Another solution for SSD: EWF?

Postby dean » Mon Aug 18, 2008 9:32 am

twizzo wrote:can anyone upload a working ewf-enabled.reg file i tried fixing the error in cyclo's file but all i get is an error saying cannot import cannot access the registry, is there something i am not doing or doing wrong here?


Twizzo, tis happened to me earlier..., try tis

# Before you merge it you need to alter the permissions on one registry key. In regedit, navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root.
# Right-click on Root and click ‘Permissions’. Set ‘Everyone’ to have Full Control and then merge the file by double-clicking on it, ensure that all values were entered properly and then reset the Root key permissions to the way they were before.

Quoting from a blog in the earlier post... :)
dean
 
Posts: 14
Joined: Tue Jul 22, 2008 7:23 am

PreviousNext

Return to Software - Windows

Who is online

Users browsing this forum: No registered users and 2 guests