delete registry

  • Thread starter Thread starter a_ve_m
  • Start date Start date
A

a_ve_m

hi,
i want delete registry from windows ce 4.1 .net
i cant use library opentc because its framework 2.1 and later
but i need framework 1.1
i also tried use microsft.win32 library but it cant used for mobile:(
please help me thanx
 
The method for deleting the registry depends on what method the device is
using to store it. There is no single API or class interface that can do
it.

Just to be sure, though, you want to completely clear the registry to
factory defaults? Or you just want to delete a key or value from the
registry? If the latter, use OpenNETCF SDF 1.4; it has that and works with
..NET CF 1.0.

Paul T.
 
i want delete registry key which is in HKEY_LOCAL_MACHINE\\Explorer\
\Desktop\\
because i dont want appier "recycle bin" and "my computer" in the
desktop
i use windows ce 4.1
thanx
 
OpenNETCF's Smart Device Framework 1.4 would allow that, on most devices.
If the device OEM wants to prevent it, there's nothing you can do about
that, but that's unlikely. I think that you probably don't want to delete
the key, either, but the values under it...

Paul T.
 
yes u are true i want delete value under key,
i ll try use OpenNETCF's Smart Device Framework 1.4
thanx for your help
 
you are true i want delete value under the key
i ll try NETCF's Smart Device Framework 1.4
Thanx Paul for your help
 
you are true i want delete value under the key
i ll try NETCF's Smart Device Framework 1.4
Thanx Paul for your help

ALLTHING OK!!!!

Dear
Paul MANY MANY Thanx for your
help !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Sincerely,
 
Back
Top