hi, im new.
i just want to know the way to pass the screen saver password.
and is it good to install XP and Linux in one pc?
thanks for all.
Printable View
hi, im new.
i just want to know the way to pass the screen saver password.
and is it good to install XP and Linux in one pc?
thanks for all.
I really don't understand the screensaver question.
The XP and Linux question I do understand. Sure.. just install XP on the PC first, then put Linux on, the Linux install should find XP and away you go.
I've heard of an interesting thing on screen saver passwords on old unpatched installations of win95; apparently, the cd-rom autorun bypasses the password check!
Ammo
thanks,
mine is using win 98.
and the PC is protected by screensaver that using password to get in the windows.
is there a program to crack my windows screen saver passwords?
if there's a way, please let me know.
ok the screensaver the easiest way is to re-start the computer, the second way is to boot up in safe mode(f8) which even allows you to change the settings. (you could even change the pass). Also you could download a tool which you burn onto a cd and it turn off the screen saver once the cd is entered into the computer.
Linux and XP well I would look at your specs. See if you have enough memory, ram, and at least a p3 or better p4. The best way is to buy another hard drive that way you're not really partioning on one drive. And always install windows before Linux.
Hope it helps.
hey
suprisingly alt-cntrl-del sometimes wokrs but im pretty sure m$ fixed that problem another old one is just finlling up the box with a lot and a lot of chars and junk but yet again im pretty sure it has been fixed.
yes that used to work unfonruanalty it has also been pathched so their is a few but im not sure cuase i dont really have an intrest in itQuote:
the cd-rom autorun bypasses the password check!
hmmm, the way to pass the screen saver password is to type in the password then hit enter... other than that, I think I saw a recipe on google to bypass it...
try a search there...
And having linux installed is always good, wether you have win98, or 2000 or even XP, just make sure that you have the partitions set up right, I believe that the linux boot sector needs to be in the first 8 gigs of your hard drive... so partitioning for dual boot can get interesting...
maybe that is no longer valid though.. not sure
One way to get around the pass on screen savers is
Reboot and delete/rename the *.scr files
As mentioned by RiOtEr
The Ctrl-Alt-Del trick, If I remember correctly worked with either 3.1 or Win95 pre-OSR2 (Don't quote me though) But that was fixed with Win95 OSR2.
As mentioned by freeOn
The reboot "trick" seems to be the easiest of all methods!
As mentioned by ammo
There are a few programs available on the internet that will show the screen saver password or disable it altogether. And the Auto-Run "trick" still works on 98...assuming they have "autorun" enabled.
My addition to this post:
I remember a time when I got curious about the screen saver and wanted to write my own program to disable the screen saver... If your curious... the Windows registry has two key values of interest:
1. ) HKEY_CURRENT_USER\Control Panel\Desktop\ScreenSaveUsePassword
And...
2. ) HKEY_CURRENT_USER\Control Panel\Desktop\ScreenSave_Data
The first determines if a password is used...It can be set to either
1 = Yes, Use a password
0 = No, Don't use a password
The second is where the "encrypted" password is stored.
My theory was that I would create a program that modified those registry keys and burn it on a CD.
I could then insert my CD and if Autorun was enabled, it would run my program...modify the keys and the screen saver would either not use a password (via the first key mentioned) or the password would be changed to something I specified (via the second key)... I don't remember writing the program...but your post has sparked my curiosity again (I might try it ;) )
A few other interesting keys are: (if your curious) :)
ScreenSaveActive - Dictates whether the screen saver is used
ScreenSaveTimeOut - The time in MilliSecond before the screen saver is activated.
Hope this has helped to spark your curiosity :)
I burned a little CD containing an auto-run program that dumps the password (from registry) to the a disk that may be A/B drives. From there I take the disk out, and decrypt the screensaver password on a remote computer.
This attack needs A) Data-CD autorun enabled (You can specify if you want either/or/neither Data/Audio CD's to autorun.)
and B) A floppy drive (pretty standard).
This way you don't lose any work that was on the computer, and anyone who was using it doesn't notice that their computer was rebooted or the screensaver changed. Anyway...
Just dump
HKEY_CURRENT_USER\Control Panel\Desktop\ScreenSave_Data
to the disk in a small file containing the hex string, and you can use 95sscrk.exe to decrypt the pretty-weak password. I used a registry control OCX in Visual Basic to dump out the key, so posting the code here wouldn't do much good. It didn't really work well anyway, since it needed the VB runtimes preinstalled on the target computer... I ought to update that disk sometime.
Anyone know of a registry control library for C++? I'm not eager to reinvent the wheel dealing with such a delicate monlith of data.
Hey Terr...
I haven't wrote my program yet...
But....Here's a way for you to do an easy registry dump
Execute the following:
Regedit /e A:\key.txt "HKEY_CURRENT_USER\Control Panel"
This will dump the Control Panel key... you can then find
DesktopScreenSave_Data and run your crack on it. :)
1. why would u want to get passed a screen saver just restart the damn thing lol
2. if a computer is on with the screen saver running and we mess with the h.d remotly will it unload the screen saver?? or is it just mouse movment not a hd cycle? depends really??
3. phrom if u just posted this to find out how to get passed the screen savers in shops dont worry theres nuthing usfull on those computer usually so its not really worth it?!! lol
You can use the "advapi32.dll" located in the windows/system32. Search the web to find out how it works.Quote:
Originally posted by Terr
Anyone know of a registry control library for C++? I'm not eager to reinvent the wheel dealing with such a delicate monlith of data.
I believe that it requires action from a input device, i.e your keyboard or mouse, as your AntiVirus scanner or a scheduled task can start when the screen saver is on and it will stay on..Quote:
Originally posted by RiOtEr
2. if a computer is on with the screen saver running and we mess with the h.d remotly will it unload the screen saver?? or is it just mouse movment not a hd cycle? depends really??
I was trying to be prepared in case the computer had registry editing disabled. (And it's very hard to change the registry value that makes Regedit quit on startup with regedit itself! :D )Quote:
Originally posted by Simon Templer
Execute the following:
Regedit /e A:\key.txt "HKEY_CURRENT_USER\Control Panel"
Well, this way you can get in without either losing data, or letting the person who was on it know that someone was there when they come back.Quote:
hy would u want to get passed a screen saver just restart the damn thing lol
I'm pretty sure that HD activity doesn't do it. For instance, some screensavers go through a series of screensavers, and that involves disk reading. A lot of things can be going on while a screensaver is running that involve HD access, so I really don't think HD access in itself affects the screensaver... Now, if you could remotely run a command, you could possibly change the screensaver, get the password, kill the screensaver process, etc... And if you only had share access (file access) you could download their registry, edit it, and upload it, (maybe, never tried.) so that their screensaver password is off when they boot up next time....Quote:
if a computer is on with the screen saver running and we mess with the h.d remotly will it unload the screen saver?? or is it just mouse movment not a hd cycle? depends really??
Proactive: Thanks.
Well....I tested out my hypothesis and have come to the following conclusions.
My hypothesis about changing the registry for the ScreenSaverActive to disable the screen saver failed :(
However, I did make the program you were talking about Terr...
I didn't use VB 6, just in case they don't have the VB 6 Runtime Files....so I used good old QBasic :)
4 Simple Lines:
a$ = "REGEDIT /E A:\pass.txt " + CHR$(34) + "HKEY_CURRENT_USER\Control Panel" + CHR$(34)
SHELL(a$)
CLS
END
Compile that and burn it on a CD with AutoRun.INF and you'll be ready to go. (Unless, as Terr mentioned they have Regedit disabled...well then you, use a Registry function)
I just happened to find an old text file that has a table that can be used to decipher the encrypted password.
Here it is: (Just to clarify..I did not write this table)
<--- Start Kraek's Text --->
Now using this great table that my friend made, you can find every
Char for the password. Like
03 = K
A7 = I
3A = L
51 = L
22 = E
3B = R
Well that's all I guess for now.
So have fun with it!
(Table was made by: Akaina ICQ# 5573871)
1 2 3 4 5 6 7 8 9 10 11 12 13 14
A 09 AF 37 5C 26 28 E0 5A 3B CD 06 B9 15 D4
B 0A AC 34 5F 25 2B E3 59 38 CE 05 BA 16 D7
C 0B AD 35 5E 24 2A E2 58 39 CF 04 BB 17 D6
D 0C AA 32 59 23 2D E5 5F 3E C8 03 BC 10 D1
E 0D AB 33 58 22 2C E4 5E 3F C9 02 BD 11 D0
F 0E A8 30 5B 21 2F E7 5D 3C CA 01 BE 12 D3
G 0F A9 31 5A 20 2E E6 5C 3D CB 00 BF 13 D2
H 00 A6 3E 55 2F 21 E9 53 32 C4 0F B0 1C DD
I 01 A7 3F 54 2E 20 E8 52 33 C5 0E B1 1D DC
J 02 A4 3C 57 2D 23 EB 51 30 C6 0D B2 1E DF
K 03 A5 3D 56 2C 22 EA 50 31 C7 0C B3 1F DE
L 04 A2 3A 51 2B 25 ED 57 36 C0 0B B4 18 D9
M 05 A3 3B 50 2A 24 EC 56 37 C1 0A B5 19 D8
N 06 A0 38 53 29 27 EF 55 34 C2 09 B6 1A DB
O 07 A1 39 52 28 26 EE 54 35 C3 08 B7 1B DA
P 18 BE 26 4D 37 39 F1 4B 2A DC 17 A8 04 C5
Q 19 BF 27 4C 36 38 F0 4A 2B DD 16 A9 05 C4
R 1A BC 24 4F 35 3B F3 49 28 DE 15 AA 06 C7
S 1B BD 25 4E 34 3A F2 48 29 DF 14 AB 07 C6
T 1C BA 22 49 33 3D F5 4F 2E D8 13 AC 00 C1
U 1D BB 23 48 32 3C F4 4E 2F D9 12 AD 01 C0
V 1E B8 20 4B 31 3F F7 4D 2C DA 11 AE 02 C3
W 1F B9 21 4A 30 3E F6 4C 2D DB 10 AF 03 C2
X 10 B6 2E 45 3F 31 F9 43 22 D4 1F A0 0C CD
Y 11 B7 2F 44 3E 30 F8 42 23 D5 1E A1 0D CC
Z 12 B4 2C 47 3D 33 FB 41 20 D6 1D A2 0E CF
-------------------------------------------
1 2 3 4 5 6 7 8 9 10 11 12 13 14
0 78 DE 46 2D 57 59 91 2B 4A BC 77 C8 64 A5
1 79 DF 47 2C 56 58 90 2A 4B BD 76 C9 65 A4
2 7A DC 44 2F 55 5B 93 29 48 BE 75 CA 66 A7
3 7B DD 45 2E 54 5A 92 28 49 BF 74 CB 67 A6
4 7C DA 42 29 53 5D 95 2F 4E B8 73 CC 60 A1
5 7D DB 43 28 52 5C 94 2E 4F B9 72 CD 61 A0
6 7E D8 40 2B 51 5F 97 2D 4C BA 71 CE 62 A3
7 7F D9 41 2A 50 5E 96 2C 4D BB 70 CF 63 A2
8 70 D6 4E 25 5F 51 99 23 42 B4 7F C0 6C AD
9 71 D7 4F 24 5E 50 98 22 43 B5 7E C1 6D AC
<------- End of Kraek's Text ------->
Well, phrom I think you've got enough information now to get past the screensaver :)
Hope this has helped!! :)