Pages

Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Tuesday, 19 November 2013

How to shutdown windows 8.1

How to shutdown windows 8.1 in various ways



Windows 8.1 provides a number of options for shutting itself down. Let us count the ways:

The easiest method to exit Windows 8.1 is through the new Start button. Simply right-click on the Start button to display a pop-up menu of features and commands. Click on the command to Shut down or sign out. A submenu appears with such options as Sign out, Sleep, Shut down, and Restart. Click on Shut down to power down your PC.

You can also use the method introduced in Windows 8. Launch the Charms bar, click on the Settings charm, and then select the Power icon. You should see at least three options: Sleep, Shut down, and Restart. Click on Shut down to exit Windows.

If you're at the desktop, you can easily shut down by holding down the Alt key and pressing F4. A Shut Down Windows box pops up. Click on the box's dropdown menu to see all of the available options, including Switch user, Sign out, Sleep, Shut down, and Restart. Again, select Shut down.

Another method lets you shut down at the log-in screen. At the Start screen, click on your account photo in the upper right corner and then select the Sign out option. Click your mouse or tap any key to get past the Lock screen. At the log-in screen, click on the Shut down button in the lower right corner.

Notebook users can also exit Windows 8 by pressing the power button or closing the lid. To set this up, move to the desktop. Right-click on the battery icon in the System tray and click on the Power Options command. In the Power Options window, click on the setting to Choose what the power button does. You can now change the settings for On Battery, Plugged in, or both to tell the computer to shut down when you press the power button and/or close the lid. When done, click on the Save changes button.

Here's one final trick courtesy of WindowsITPro's Rod Trentthat works especially well on touch-screen devices. Open File Explorer and navigate to the Windows\System32 folder. Scroll down the folder's contents until you see a file called SlideToShutDown.exe. Double-click that file, and the lock screen appears at the top half of the screen promoting you to slide your finger down to exit Windows. Just slide your finger to power down. To make this option more handy, right-click on the SlideToShutDown.exe file and select the option to Pin to Start. Now you have a Start screen tile that you can click on or tap whenever you want to shut down Windows.



Check out: 10 must have firefox plugins

Wednesday, 6 November 2013

3 Best Free Video Editor

Whatever Camcorder you use, whether it is for professional or personal use, without editing they seems like garbage. In film industries, people spend hours to edit, add special effects and more on raw videos and finally present us with an awesome movie. And not only for professionals but for our personal use we edit, split and merge our raw videos ( like birthday party videos etc ) and make it watchable.
But unlike professional film industries, we do not have that much money to buy costly video editors like Adobe Premiere, Sony Vegas etc.
But don't worry there are lots of free and open source professional like Video Editors exists.
I'm going to list 3 best and free Video Editors below.

VSDC Video Editor

vsdc

VSDC Video Editor is a free handy and reliable application designed to enable you to create videos out of multimedia files.
VSDC Video Editor comprises a wide range of video effects, including color correction, transitions and object transformation. The application support large list of multimedia formats.

Note: Remember it is an ad-supported program so be careful while installing the program. It will prompt you to install other applications.

[Check out: How to make Firefox Faster]

Avidemux

avidemux

Avidemux is a small but capable open source video editor which can help you join clips, split them, and apply filters. Overall, Avidemux is well worth a look, as long as you're happy to learn how it works.

[Check out: Our All Tutorials]

Lightworks

lightworks Some of the finest films of the past 20 years have been edited with Lightworks. Lightworks is a professional non-linear editing system for editing and mastering digital video in various formats. Some of the most popular films like Batman and Mission Imposible was edited with Lightworks.

[Check out: 10 must have firefox plugins]

Wednesday, 16 October 2013

Add custom background to firefox New Tab

Introduction

Download this tutorial in pdf formatIf you are a Mozilla Firefox user then you might be aware of New Tab page in Firefox which shows your recently visited web pages as 3x3 grid of tiles. But the Backgroud of this page is White. You can change the background of New Tab Page to whatever image you want. You can also change the Background of Firefox Homepage (about:home).
Here is the Screen shot of New Tab Page after applying Custom Background to New Tab Page:



Getting Started

To Add custom Background to Firefox New Tab and Homepage we will require a firefox addon called Stylish.

Okay, Now that you've downloaded Stylish, let's add custom background to firefox New Tab page

Step 1

Open firefox and go to tools--> Add-Ons tab (or Press Ctrl+Shift+A).

Step 2

Now you can see in the left pane, "User Styles", Click on "User Styles" tab.


Step 3




In the Right pane there is a button "Write New Style", click on it. Name it whatever you want and in the code window paste the following codes:
/*wallpaper for the about:newtab*/@-moz-document url("about:newtab"){#newtab-scrollbox{background:url("file:///c:/panda.jpg") no-repeat !important; background-size:100% !important;} }

Replace "file:///c:/panda.jpg" with the location of the image you want to use.
Save it! Done!

You can also change the HomePage (about:home) background too. To change Home Page background add the following codes:
/*wallpaper for the about:newtab and about:home*/@-moz-document url("about:newtab"), url("about:home") {/*for the new tab page*/#newtab-scrollbox {background : url("file:///c:/panda.jpg") no-repeat !important; background-size : 100% !important; } /*for homepage*/body{background: url("file:///c:/panda.jpg") no-repeat !important; background-size :100% !important;} #launcher {background-color : rgba(0,0,0,0.8) !important;}}

Home Page screen shot:



Now Save it! Done!

Check this out: tutorials

Tuesday, 15 October 2013

Activate God Mode in Windows 7

Introuduction

What is God Mode?
If you haven't heard of God Mode then God Mode is a feature in Windows 7 which brings together a long list of customization settings allowing you to change all your settings from one place.
Here's a screen shot of how God Mode looks:

godmode.jpg

Let's Do it

Step 1: Create a folder in your computer.
Step 2: Name your New Folder to this:
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

Step 3: Now your folder should look like this:
folder-icon
Now you have succesfully activated the God Mode.
Open the GodMode folder and you can see a huge list of controls!!!

You might also like: How to change Windows Drive Icon

Saturday, 5 October 2013

CMD tricks Collection


Awesome CMD tricks

You might also like:Hide File in Photo

For most people command prompt seems boring. But with these command prompt tricks/codes it won't seem that boring as before.
Here is the list of cmd commands:

Title

With this command you can change the current Title of the command prompt window. For exmaple :
title hellboundgeeks

will change the title of the cmd window to "hellboundgeeks".

Color

Sets the default console foreground and background colors. For example:
color [attribute]

Color attributes are specified by TWO hex digits -- the first corresponds to the background; the second the foreground. Each digit can be any of the following values:
0 = Black 8 = Gray
1 = Blue 9 = Light Blue
2 = Green A = Light Green
3 = Aqua B = Light Aqua
4 = Red C = Light Red
5 = Purple D = Light Purple
6 = Yellow E = Light Yellow
7 = White F = Bright White

Example:
COLOR 0a
produces light green on black background.

Watch Star Wars in ASCII

You can watch "Star Wars Episode IV" in command prompt. But it would be of completely in ASCII texts. To watch Star Wars Episode IV, in cmd type the following:
telnet towel.blinkenlights.nl

Note: In Windows 7, by default, you can not watch "Star Wars" because telnet is not activated. You have to activate telnet in order to watch "Star Wars".

Tree

Tree command Graphically displays the folder structure of a drive or path.
TREE [drive:][path] [/F] [/A]

/F Display the names of the files in each folder.
/A Use ASCII instead of extended characters.
Example:
tree c:\



Comments!
If you like this article then please share it!
If you have any questions then put them on comments section!

You might also like:How to change Splash Screen of Photoshop

Thursday, 3 October 2013

How to Change Drive Icon in Windows

How to Change Drive Icon


You might also like: How to change your drive letter

drive icon

Are you bored with your predefined drive icons? If yes then this tutorial will help you Change the Drive Icon in Windows.

Requirements


1.Notepad or any text editor
2.Icon file

Procedure


STEP 1
Open Notepad and type the following text
[AUTORUN]
icon="myicon.ico"

Note: Here myicon.ico is the name of my icon file, you can change this name as your icon file's name.

STEP 2
Now save the file as autorun.inf (Go to file menu--> Save As..--> then select All files in save as type drop down menu.)

save-as-all-files

STEP 3
Now copy the autorun.inf file and icon file both in the drive, you want to change the Icon.


drive-icon

Now It's Done! Just Restart your Computer and See the Changes!
If you Like this post please Share it and if you have any questions leave a comment!
Thanks!

Sunday, 29 September 2013

How to Change Drive Letter


How to change Drive letter in Windows

You might also like:
Extend Windows 7 trial period
Do you want to change you predefined drive letter in Windows?
If you're interested in changing the drive letter then read on this tutorial.
There are two ways you can change the Drive letter in windows computers.

1. By Command Prompt (command line or text mode).
2. By GUI mode (from Disk management utility)

By Command line

Step 1
Press win+R to bring up Run command. In the Run command type
diskpart
to bring diskpart.exe window (command line).
Step 2
Now in the Diskpart command line type
list volume
This will list all the volumes followed by volume number (see screen shot).

screen1

Step 3
Now type
select volume #

Here # is the number, of the volume, of which you want to change the letter.
Step 4
Now type
remove letter D

Here I want to change the letter "D" so I've typed "remove letter D". Replace D with your drive letter, which you want to change. Now type
assign letter P

Replace "P" with your desired letter. Now type
exit

Done! You've Successfully changed the Drive letter.
Note: You can not change Drive letter of system volume or boot volumes.

By GUI method (Disk management)

Step 1
Press win+R and type
diskmgmt.msc
in the Run command box. The Disk Management Window will pop up.( see screen shot)

screen2

Step 2
Now Right click on the Drive you want to change the letter and then click on "Change Drive letter and Path". A new window will pop up. Now click on the button "Change..." and select any one letter from the drop down menu. Click on OK.
Done!
Hope you all enjoyed this!
If you have any problems or have any suggestions then please leave a comment or PM me.

Thursday, 26 September 2013

Change Splash Background of photoshop


How to change Photoshop Splash Background

Hello Friends!
In my previous article I showed you How to change Calc.exe menu items using Resource Hacker. Now in this Article I'm going to show you How to change Photoshop Splash Background using Resource Hacker. If you don't have this awesome tool then you can download it from the following link.

Getting Started

First thing you need is Resource Hacker which I think you have downloaded from the above link. Now the second thing you need is Photoshop (I think you have it otherwise you wouldn't come here). In this tutorial we are using Photoshop CS4 but you can use another versions too.

Procedure

Now that you've downloaded and Installed Resource Hacker let's move to interesting part.
Step 1:
Go to the directory where you've installed photoshop. Generally it can be found in C:\Program Files\Adobe\Photoshop CS4. Find the file PSArt.dll and first backup this file.
Step 2:
Now Open Resource Hacker. Then from the File menu click Open and browse to the file PSArt.dll or you can drag and drop PSArt.dll to the Resource Hacker's Window.

Step 3:
Now Double Click on PNGF folder and search for "SPLASHARTBACKGROUND.PNG"if you're using CS4 or "SPLASHARTFEATHER.PNG" if you are using CS2, and double click on it. Now you will see something like 1033, click on it. Now you will get the splash background (see screenshot below).

Step 4:
Now go to Action from the menu bar and "save resource as binary file" and name it as something.png.
Step 5:
Edit the file (using photoshop or any other photo editing tool) you just saved to whatever you want. Have a look at my Splash screen background image.

Step 6:
Now go back to Resource Hacker and goto SPLASHARTBACKGROUND.PNG and right click on 1033 and click on Replace Resource a new window will pop up, just locate the edited png file and in the boxes below type the following:
Resource Type: PNGF
Resource Name: SPLASHARTBACKGROUND.PNG
Resource Lnaguage: 1033

Click on "Replace" button and Save the dll file.

Wednesday, 25 September 2013

How to change calc.exe menu using Resource Hacker


Hello friends!
Today I'm going to show you How to customize Windows from a small tool called "Resource Hacker".

Inroduction

Resource Hacker is a small but awesome tool to modify system files like DLL, EXE, CPL etc. Resource Hacker as its name suggests, hacks the resources of Windows and replace with customized ones.

You can download it using the following link.

Procedure

Since it is only the beginning of our How to customize Windows so I'll only show you a basic customization in Windows Calculator .
Step 1: Download the Resource Hacker.
First Download Resource Hacker tool from the link provided above and Install it in your computer.
Step 2: Open Resource Hacker tool
Now open Resource Hacker by going All Programs--> Resource Hacker--> Resource Hacker.
Step 3: Backup Calc.exe
First backup your original Calc.exe file, which is located at %windir%:\WINDOWS\system32. %windir% is your system directory where Windows is installed.
Step 4: Open Calc.exe with Resource Hacker
Now Open calc.exe from Resource Hacker or you can drag and drop calc.exe to Resource Hacker's Window.
Step 5: Main Part: Editing
res1
Now you can see in the left pane there is some folders.
res1
Click on Menu folder and extend its contents and click on 106 folder. There you can see 1033 click on it.
res1
Now you can see some codes in the Right Pane.
106 MENU
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
POPUP "&Edit"
{
MENUITEM "&Copy\tCtrl+C", 300
MENUITEM "&Paste\tCtrl+V", 301
}
POPUP "&View"
{
MENUITEM "S&tandard", 305
MENUITEM "&Scientific", 304
MENUITEM SEPARATOR
MENUITEM "D&igit grouping", 303
}
POPUP "&Help"
{
MENUITEM "&Help Topics ", 317
MENUITEM SEPARATOR
MENUITEM "&About Calculator", 302
}
}

Now replace "Scientific" or "Standard" with anything you want.
Remember put "&" before the letter which is not common in menu item.
Now Press "Compile Script" and Save your New (edited) file. Done!
You might also like:Extend windows 7 Trial period

Thursday, 19 September 2013

Hide file in Photo

How to hide a file in Photo/Image


fileWant to hide any executable file in an image? Hiding a file in an image is very simple process. All you need to have a computer (windows/Linux) and some basic knowledge.
Requirements
1. The image (image.gif) file into which we'll be hiding our file.
2. Files which we'll be merging with the image file.
Procedure
Now before we start compress your files (which will be merged with image) to file.zip.
WINDOWS
Open command prompt and move to the folder (by cd command) where the files are present (image.gif and file.zip) and type the code:
copy /b image.gif+file.zip newfile.gif
Linux
Open terminal. Move to the directory, where both files are present. And type the following code:
cat image.gif file.zip
>
newfile.gif

Done! If you open the file with image viewer the file will act like an image. Now there are two ways to access the files either change the extension of new file to .zip or open the file with a zip extractor.

Tuesday, 17 September 2013

Start windows in 10 seconds

Start Windows in 10 seconds(may vary)


start windows in 10sYou might also like:
Extent window 7 trial period
Does your Windows Computer takes much time to start/boot? Do you want your Windows Computer to boot fast? Then follow the steps below:
Click on windows button and goto Run. Now type regedit in Runcommand box. Then find HKEY_LOCAL_MACHINE\SYSTEM \CurrentControlSet\Control\ ContentIndex
Now there find the Key Called "Startup Delay"Double Click On It. Now where its Base. Click Decimal Now its Default Value Is
4800000(75300:hexadecimal)Change The Value To 40000
Here you go. You have done it! Now close the Registery Editor and Restart Your Computer You'll See The Result.

Saturday, 14 September 2013

Extend Window 7 Trial period

extend window 7 trial period
Hello friends, Today we are going to talk about how to extend window 7 30 day trial to 120 days.

Introduction


Microsoft window 7 trial can be downloaded free of cost from their site, but after installing that the countdown starts and after 30 days we are forced to buy the activation key!
But fortunately we can extend this 30 day trial period to 120 days (4 months) by a tool called slmgr (Software Licencing Manager). Below are the steps to do this:

Procedure


Step 1:Go to Start -- All Programmes --and right click on CMD and select Run as Administrator.
Step 2: Now Type "slmgr -rearm" (without quotes). Done!
Now your 30 day trial of windows 7 has extended to 30 more days. To extended windows trial to 120 days have to do Step 2 after the end of the trial.
You might also like:Your facebook account has two passwords

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More