Skip to main content

Posts

Showing posts from September, 2014

How to remove Shutdown and restart buttons in windows 7.

Hi guys welcome back to worldtech360. In this tutorial i am gonna show you how to remove shutdown and restart buttons in windows 7.I am writing this post because day by day the work we do on our laptops or PC's is just increasing.Some time we need to carry the work we do on our PC at different place(i.e in absence of your Laptop).At that time we leave the PC ON and we try to control it form some other place.During that course your family members may turn of your PC(by clicking on shutdown button in the start menu).To get rid of that we are gonna remove the shutdown and restart buttons from the start button using local group editor policies.So lets see how to do this. You can also check : Hide your drives . Steps: 1.Open Run and type " gpedit.msc "in it. 2.Now from the pop up window,click on " user Configuration " and then on " Administrative templates ". 3.From the list select " start Menu and taskbar ".Now you will see a set

How to Run complete Energy Diagnostic report in windows 7 & 8.

Many of us use our systems at high peaks without caring.As a result the life span of our battery will be reduced i.e if your battery life time is for 2 years it may end up in between 1 & 2 years or even less 1 year.But don't worry guys,in this post i am gonna show you how to increase you battery life by getting rid of some of the warning,Error's or issue by running a complete energy report(i.e power efficiency diagnostic report) by entering some simple commands in CMD. So let's see how to do this. Steps. Note: Before performing this task see that all the running apps,i mean power consuming apps are closed,So that you can get better diagnostic report. 1.Open CMD using System Administrator rights(Recommended). 2.Now in that type " powercfg energy " or " powercfg -energy " and wait for 60 sec as shown below. 3.After 60 sec your report will be saved in to system32. 4.In order to review the report enter " energy-report.html "

How to send secret messages within an image.

Are you searching for online or offline tools to send secret message to your friends or your beloved one's?If so in this post i am gonna show you how to hide a message or text under an image in two ways.This method of sending a hidden text under an image or by other means is called "Steganography".In this,the sender and recipient will only know about the existence of the text in an image.So let's see how to do this. Steps: Method-1: 1.Choose an image under which you want to hide the text. 2.Now move the image to the Local Disk C(i.e secured hard disk on your computer). 3.Open CMD (Run it with Administrator rights). 4.Type " cd\ or cd c:\ "(without quotes). 5.Type " echo YOUR MESSAGE>> IMAGE.FORMAT ". 6.Now the message as been encrypted into the image.In order to decrypt Right click on the image which you have used and open it with notepad or word pad or any other text viewing applications. 7.Now browse to end of the cod

Top 10 Best sites for Downloading torrent files.

During the past years the usage of torrent sites and torrent users dramatically increased by a huge number.So keeping in this mind in this post i am gonna list of some of the best torrent sites as per 2013 as well as 2014 based on my experience with those sites.Before listing out the sites,lets see what actually a torrent file is and some of its terms related to it like seed,peers and leechers. This post is for Educational Purpose only. Torrent :It is nothing but a small file which contains information related to the downloading file.But the download speed of the torrent totally depends up on the seeds,peers, and leechers. Download torrent files using IDM. Seeds or seeders : Seeds are also called seeders which consists of the entire file.Seeders are those who upload the file. Peers :Downloading the file and sharing the parts are known as peers. leechers : leechers are those who download the file. In one word these 3 can be related in terms of input,medium and output i.e In

How to Create an Animated GIF image using GIMP.

GIF means Graphical Interchanged Format(Bitmap image Format) i.e conversion of normal image into an animated image.GIF images end with .gif format.These GIF images play a great role in grabbing attention of the people by means of banners,images and many more.They also play a crucial role in blogging platform(Not only blogging but also other platforms like wordpress,tumblr and many more)as they help the blogger to gain more traffic by making attractive banners and images.There are many online tools as well as offline tools like GIF online converter,Photoshop etc., but some of them may not give satisfactory results.But don't worry In this tutorial i am gonna show you how to make a Animated GIF image using GIMP with in few minutes.So let's see how to do this Steps: 1.In order to create an animated GIF,Download and install GIMP( CLICK HERE ). 2.After installation open GIMP and you will find two boxes i.e toolbox and layer options. 3.If you want an existing image to be

Shutdown/turn off your PC/Laptop using Notepad.

Hi guys have you ever tried to Shut down your friends or neighbor or your computer using notepad.If not in this tutorial i am gonna show how to shutdown the PC/laptop just writing a simple batch code in notepad.You can use this ticks to prank your friends.So let's see how to do this. Steps: 1.Open Notepad.(press windows+r and type notepad and hit enter). 2.Now in the notepad copy the below code. Source code: @echo off title Yashwanth:worldtech360 echo Hi friends do you like this trick? echo Enter(Y/N)? pause echo You mean no than i will shutdown your PC in 5 seconds. shutdown -s -t 05 Note: -s : shutdown. -r : Restart. -l : Logoff. -t : Time(After how many seconds should PC turn off). -a : aborting the shutdown of PC 3.Save the code in .bat format as shown below. 4.After saving the file,you will see a batch file as below. 5.Double click on the batch file to shut down the PC. 6.Done. That's it friends i hope you enjoyed the article,if you h

Two ways to Hide your drive or partition on your computer.

Day by day hackers are creating new ways to steal the confidential data that are residing on your hard disks by compromising your computer.In order to avoid this type of issue,in this tutorial i am gonna show you how to hide your hard disks using cmd and local group policy editors.so let's see how to hide them. You can also check : How to hide files under an image . Steps: Method 1: Using CMD: 1.Run CMD using Administrator rights(Recommended). 2.Now enter " DISKPART " command in it. 3. Optional :In order to see the the entire hard disk enter " list disk ". 4.If you want to see the list of drives that are residing on your computer Enter " List volume ". 5.Now select the volume which you want to hide.In order to select a volume or drive Enter " select volume " number if the volume " " 6.Now in order to hide the disk,enter " remove letter C or D or E ".After entering the command the specified drive

Customize Label cloud widget of blogger with Hover effects.

Hi guys welcome back to worldtech360.In this post i am gonna deal with blogger labels.Usually Labels are used to categories your blog posts.By using Labels on your blog or website you tell the readers what type of topics you deal with.So in order to make the labels more attractive,in this post i am gonna show how to customize the label widget with hover effect.So let's see how to do this. Steps: 1.Open Blogger>>Layout . 2.Click " Add widget"  and select " Labels" form it. 3.Now a window will pop up and choose display as cloud instead of list as shown below. 4.Now move to Template >>Edit HTML. 5.Search for ]]></b:skin> and paste the below code above it. /*-----Labels Cloud widget by worldtech360.com ----*/ .label-size{   background-color:#ffffff;   border:2px solid #2AA4CF;   float:left;   font-family:georgia;   font-size:12px;   margin:0px 1px 1px 0px;   padding:7px;   text-transform:uppercase;   box-shadow:rgba(0,

Hide files under/behind an Image using CMD.

In my previous articles i have shown you some ways or tricks to protect your personal data by  locking a folder without any software , Making invincible folder , How to make password protected folders  and more.So in this article and i am gonna show you how to protect your confidential data by hiding them under images.So let's see how to do it. Steps: 1.Select an image and a File to hide it under the image. 2.Now convert the files in to .RAR format using winrar or any other applications. 3.Create a new folder and move the image file and the .RAR file in to it as shown below. 4.Open CMD with Administrator rights(Windows+R) as shown. 5.By default the path of CMD will be c:/windows/system32 .Change the path  to C: by typing cd c:/. 6.Browse to the folder in which you have moved the files by typing cd c:/ FOLDERNAME. 7.Type the below command in it  copy /b NAME OF THE IMAGE.FORMAT  + FILE NAME .rar   NAME OF THE NEW IMAGE .FORMAT /b- Indicates a binary file

How to Disable Incognito mode in Internet Explorer.

Icognito mode in browsers is mainly used for private browsing.This comes in handy when we does not want the web browser to record the history or store the cookies,passwords,User names and more.But this mode concerns the parents as it allow the kids to watch inappropriate material without leaving any traces.So in this tutorial i am gonna show you how to disable incognito mode by doing some changes in Local group policy editor.So let's see how to do this. Create your own browser Steps: 1.Open Run and type " gpedit.msc " in it  and press okay. 2.Click on User Configuration>>Administrative templates as shown below. 3.Browse to Windows component>>Internet explorer>>Privacy as shown below. 4.Double click on the " Turn off inprivate browsing " from the right panel and check Enable option from the pop up window. 5.Now restart the IE explorer in order to see the effects and after restarting you will see that there will no optio

Create your own Facebook Emoticons chat codes.

Facebook is the top most social media service.It connects feelings of two people,they may be friends or family and we express our feeling towards them through chat.Some times we express them using emoticons. But have you ever tried to send your own emoticons,smileys or any other images.If not in this tutorial i am gonna show you how to create your own emoticon by converting your desired image into code using chat code generator.So let's see how to do this. Delete Facebook history. Steps: 1.Go to Smiley chat codes. 2.Click " Choose file " and select your desired image. 3.Now click " Upload Now " and wait for few seconds. Note: Some times you may not see the code which is generated.At such time,refresh the page and once again upload the image. 4.Copy the code which is generated and paste it in the chat box. 5.Finish. That's it friends i hope you enjoyed this post and if you have any queries regarding any topic feel free to ask us

Top 15 sites for streaming movies online for free | 2014

Are you tired of searching for best sites to watch or stream online movies for free? If so you are at the right place and this article will make you to know some of the best sites to watch online movies for free.I picked them according to me.So lets see them. Top 10 Online movie Streaming sites for free Movie List: 1. Alluc. 2. Streaming movies 3. IgloMovies . 4. JustMoviez. 5. IMDB: 6. Putlocker . 7. Crackle: 8.  Losmovies: 9.  Megashare: 10.  Nyootv: 11. Tube+: 12.  FullMoviecinema: 13.  Youtube Movies: 14.  Icefilmstube : 15. Solar movies: 16.  Freefullmovies: 17.  Tvmovielinks : That's it friends i hope you liked this article.I thought of  not writing the content to each site because once you visit the site you will be able to use them.If you know any online movie site please comment below or if you have any queries feel free to ask us through comments.

How to create a Web Browser using visual Basic studio.

A web browser is a software application to retrieve ,transmit and presenting the information resources on World wide web.There are many popular web browsers like Google chrome,Internet explorer,Mozilla Firefox and more.But have you ever tired to make a web browsers similar to the above web browser,if not in this tutorial i am gonna show you how to make it using visual basic studio 8 but this works in all versions.So lets start doing this. Steps: 1.In order to do this download visual basic studio( CLICK HERE ). 2.Open it and click on create object,then select the windows form application as template and press ok. create object>>Windows Form application 3.Form this step follow the video which is provided below. Video tutorial: That's it friends i hope you enjoyed the tutorial if you have any queries feel free to ask us through comment section provided below.

How to Remove Sponsored ads from utorrent software.

Utorrent is an awesome and evergreen software which allows us to download any type of software's,movies etc., from the internet.In the recent versions of the utorrent,torrent has been displaying sponsored ads in the left corner and at the top.Some of them may be annoyed by seeing those ads,for them in this tutorial i am gonna show you how to remove ads from the utorrent by changing some settings value to false in it.So let's see how to do this. Video tutorial: Steps: 1.Open Utorrent. 2.Browse to Options>Preferences as shown below. 3.Now browse to the Advanced tab in the preference box. 4.Search for " offer " in the filter option and change the value of "offer_sponsored_torrent_offer_enabled " from true to false and click ok.This option will remove the topmost ad from the utorrent. 5.Search for " upsell " and change the value of "gui.show_plus_upsell" from true to false.This option will remove the square ad fro

Shutdown your PC using C program.

Hi guys all of we know how to shutdown the PC using batch file or by normal method.But have you ever tried to shutdown your PC using C program.If not in this tutorial i am gonna teach you how to shutdown your  PC by writing a simple c program.so lets see how to do this. Steps: 1.Open any c program compiler and copy the below code. Code to shutdown the PC: For windows 7: #include <stdio.h> #include <stdlib.h> #include<conio.h> //optional main() {    char ch;    printf("Do you want to shutdown your system yes or no\n");    scanf("%c",&ch);    if (ch == 'Y' || ch == 'y')       system("C:\\WINDOWS\\System32\\shutdown /s"); // s-shutdown r-restart l-logoff h-hibernate   getch(); // you can use return 0; instead of getch();   } Note:  S-Shutdown. r-Restart. l-Log off. h-Hibernate. It takes 30 seconds to shutdown,But if you want to shutdown immediately use shutdown /s/t 0 instead of shut

How to Make Invincible folders using Charmap.

Every one of us have our confidential data residing on our desk and we try to be protect it by using various Folder locks (Paid and free version).But have you ever tried to protect it without using any software’s, if not in this tutorial i am gonna show you how to make a folder invincible and it works perfectly. This post will be useful for those who are not in a stage to buy the folder lock software’s. So let’s see how to do this. You can also check : How to lock a folder using notepad   Video Tutorial: Steps: 1. Open Run and type " charmap "(Run with Administrator rights). 2. Browse to the blank character in it as shown below and click on select and Copy the selected character. 3. Now select the folder which you want to make invincible and click F2 to rename it. Now paste the character which you have selected in the CHARMAP and press enter. Now you will see a folder without a name. 4. Right click on the nameless folder and click on properties and br