Posts

Create your own Sendto Shortcut

Image
Hello everyone . . . As the name suggests, we are gonna make our own Sendto shortcut. For those of you who don't know a Sendto shortcut, don't worry. Its a thing which we use very often. For example Lets begin on creating on our specific location Sendto shortcut. Step 1 :- Choose the location and navigate there and copy the path of that location. I'm choosing a folder named "interesting" in my drive F. So, my path is F:\interesting\ Step 2 :- Navigate to the following path in your PC SYSTEM_DRIVE:\Users\USER_NAME\AppData\Roaming\Microsoft\Windows\Sendto\ In my case, SYSTEM_DRIVE is C and USER_NAME is Srikar. So I have to go to C:\Users\Srikar\AppData\Roaming\Microsoft\Windows\Sendto\ Note : Appdata is hidden by default , you have to make hidden files visible for seeing it. Step 3 :- Create a new shortcut by right clicking and select New -> Shortcut. It asks for location, Paste the location you have copied earlier and next it ...

Installation of PHP

Image
Hello Guys . . . Link Section Apache    :  https://www.apachelounge.com/download/ PHP         :  http://windows.php.net/download/ MySQL   :  https://dev.mysql.com/downloads/mysql/ VCRedist :  https://www.microsoft.com/en-us/download/details.aspx?id=53587 Note : Don't just see the name of things to be downloaded. Read it completely. Download Section 1) VCRedist 2015 Click the above link. If by any chance the link fails, Google it. It's boring to say the same thing again and again. Once you click the download button, you will be prompted to choose x-64 or x-86. 2) Apache Click the above link. If by any chance the link fails, Google it. Download the appropriate version based on your OS(64-bit or 32-bit). 3) PHP Click the above link. If by any chance the link fails, Google it. Download php5 which is suitable for your OS(64-bit or 32-bit) and Thread-Safe. Download the Zip pack of the correct version. ...

Auto Shutdown

Image
Hi guys . . . This is a short tutorial about setting automatic Shutdown without the need for any third party software/tool. Let's get into it. It can be done in two ways . . .  Method 1 Using CMD Open CMD and type the following code into it shutdown -s -t 1000 (The number 1000 is 1000 milliseconds. Change it depending on the amount of time you want the system to be on.) If you want to abort this automatic shutdown then type the following code into the prompt shutdown -a (This aborts the automatic shutdown which has been initiated from the previous command.) Method 2 Using a batch file Batch files are generally used to execute a set of commands on launching them. In order to create a batch file for automatic shutdown, open Notepad. Type the following code into it. shutdown -s -t 1000 (The number 1000 is 1000 seconds. Change it depending on the amount of time you want the system to be on.) If you want to abort...

MinGW Installation

Image
MinGW is a C/C++ compiler suite. MinGW(Minimalist GNU for Windows), formerly mingw32 is a free and open source software development environment for creating Microsoft Windows applications. ~ Wikipedia Step 1: Download   The link to download the installer is given under. Download it.(mingw-get-setup). MinGW Step 2: Installer Get the installer which will be downloaded when you run the mingw setup. Select the mingw basic and mingw gcc compiler After you are done with this... Click Installation on the top left and select update catalogue which will ask you review changes and accept them. When it finishes, your MinGW installation is complete except the part of "Path Setting" Step 2: Getting MinGW (alternate way) There is an other way to get the MinGW files. Click on the link given below and download the files. Paste them to your default installation disk (For example, my default drive is C). Then Proceed to the next step. Link :   http...

Installing Java

Image
Downloading and Installing Java S tep 1 : Download the Java jdk(Java Development Kit) and jre(Java Runtime Environment) from the following links. Choose the appropriate version for your OS. Java Jdk Java Jre Step 2: Install both of them in your default installation drive. After completing the installation proceed to setting the path variables. Setting up path variables.(Windows) Step 1: Open the properties of "your computer". Click on Advanced system settings. Select Environment Variables. (or) Type "environment variables" in windows search (start button). Step 2: Make a new system variable with name "JAVA_HOME" and the variable value as "the installation path" as shown in the picture. Step 3: Edit the system variable named "Path" and add an entry with the path of your jre bin as shown in picture. Step 4: You are don...

Find your college

Hi guys... Most of us will be eager to know what college you would be getting.  Here are the answer to your curiosities... Share your marks, interests, doubts with us and know those answers in the comments section below... Feel free to share them.

Download online videos without any software

Image
Hey guys.... You will find many interesting videos on Youtube. Some videos you like them so much that you may want to donwload them. But if you don't know how, I'm there to help you...... If you don't want to read the whole matter, Check out this video :  https://www.youtube.com/watch?v=REqU_PaPVkc Step 1) Find the video you need.  (If you are using mobile then open the video by a browser not by the app....because you will need the url(web address)).  Once notice the marked area in this pic.. . Step 2) Click the url(web address) and type "ss" before "youtube" like this... Again look at the marked area. Step 3) Next you will be directed to the video download page... Choose your format in the dropdown box arrow menu and download.... Now you can add your favourite video to your collection in a very simple step... NOTE : The same steps have to be followed though you are using a mobile. I repeat you ha...