Skip to main content

Posts

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