| Author |
windows registry batch questions |
vegeta_man111
Member
Posts: 104
Location: Ohio
Joined: 20.07.05 Rank: Apprentice |
|
ok, Me and a friend found out that you can:
Windows-XP has a "feature" (???) with which it is possible to manually crash a system by simply holding the right
CTRL key and pressing the "Scroll Lock" key twice. This feature can be turned on by the following steps:1. Start
regedit. (If you are unfamiliar with regedit, please refer to this FAQ)2. Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters3. Create a new DWORD value and name it
CrashOnCtrlScroll4. Right-click on this newly created value and click on Modify5. Enter 1 in the Value data field
and click on OK.6. Close regedit and reboot your system.7. Now you can blue screen (crash) your system by holding
the right CTRL key and pressing "Scroll Lock" twice.Note:Your system may reboot or show a blue screen whenever
this crash
I was wondering, is it possible to delete strings and make strings with batch so you can do the above? Only for testing purposes. if so, please send me some code to do the process.
 |
|
| Author |
RE: windows registry batch questions |
god
Member

Posts: 349
Location: I bet you're too scared to look behind you..
Joined: 23.01.05 Rank: God |
|
a simple VB app can do the trick (changing the registry) and i think you can manage to simulate holding the Ctrl key and double clicking Scroll Lock with vb too.. with something like sendkeys()
|
|
| Author |
RE: windows registry batch questions |
vegeta_man111
Member
Posts: 104
Location: Ohio
Joined: 20.07.05 Rank: Apprentice |
|
do you know if it spossible with vb.net and if so where can i find a good download of vb.net thats recent? I wanna download it form the library on my memory stick.
 |
|
| Author |
RE: windows registry batch questions |
wolfmankurd
Member

Posts: 1519
Location: UK
Joined: 30.05.05 Rank: God |
|
you could do it with a batch by making a regedit, or even ccesing regedit from the batch 9 whihi believe is possible)
BY READING MY POST, YOU ACCEPT IT AS IS AND AGREE TO MY DISCLAIMER OF ALL WARRANTIES, EXPRESS OR IMPLIED, AS WELL AS DISCLAIMERS OF ALL LIABILITY, DIRECT, INDIRECT, CONSEQUENTIAL OR INCIDENTAL, THAT MAY ARISE FROM THE USE OF THIS (MIS)INFORMATION.

|
|
| Author |
RE: windows registry batch questions |
xJorDyx
Member
Posts: 40
Location:
Joined: 15.07.05 Rank: Active User |
|
|
download vb.NET express(free version) from http://msdn.microsoft.com/vstudio/express/vb/ |
|
| Author |
RE: windows registry batch questions |
vegeta_man111
Member
Posts: 104
Location: Ohio
Joined: 20.07.05 Rank: Apprentice |
|
does that vb.net have sockets? if so, where do I find them and do they work like old vb sockets? and how do i use vb programs outside of building the program? like downloading iot onto another comp and using it?
 |
|