View Single Post
  #5 (permalink)  
Old 12-20-2010, 02:49 AM
NinjaDuck's Avatar
NinjaDuck
VIP Duck
Offline
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Lock Screen Issue...

Not that I have any of these to give you, but...


You basically need to get copies of the CPR files and put them in the windows folder:
  • LS_LockScene_480x800.CPR
  • LS_LockScene_800x480.CPR
They you need to restore the following registry values:

HKLM\Software\Microsoft\Shell\LockScreen\Notificat ions\Email
· FocusImage
· Image
HKLM\Software\Microsoft\Shell\LockScreen\Notificat ions\SMS
· FocusImage
· Image
HKLM\Software\Microsoft\Shell\LockScreen\Notificat ions\MissedCall
· FocusImage
· Image
HKLM\Software\Microsoft\Shell\LockScreen\Notificat ions\Voicemail
· FocusImage
· Image
HKLM\Software\Microsoft\Shell\LockScreen\Notificat ions
· Slider
· SliderFocus
· SliderNotif
· SliderNotifFocus

Hopefully you are wrong about the replacement of the image files.

If you were lucky enough to have installed a lockscreen with a custom DLL, all you will need to do is:

Code:
-- Emptying this value or deleting the entire key will turn
-- off any custome lockscreen you have
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\LockScreen\OEM]
"CustomUIDLL"=""
__________________
Some requests I have filled: Click Here

Last edited by NinjaDuck; 12-20-2010 at 03:27 AM.
Reply With Quote
This post has been thanked 1 times.