Friday, 24 June 2016

Rename Recycle Bin using Registry

Now here we are to know how to rename Recycle bin by using registry settings. To rename it you must follow few steps

Step 1: Open Run dialog box by pressing Win+R and type regedit



Step 2: Navigate following key

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current\Version\Explorer\CLSID




Step 3: Finally select 645FF040-5081-101B-9F08-00AA002F954E then Double click on Recycle Bin seen on right panel



Step 4: Now you can see Recycle bin name get changed with "Trash". Enjoy




Friday, 10 June 2016

Keyboard shortcuts for Windows 8.1

Here we are to see important keyboard shortcuts in windows 8.1


1. Win+D : Show or Hide Desktop.

2.Win+T : Open taskbar, when on the Windows 8.1 Start Screen. On the desktop, it selects the first
app on the taskbar.

3.Alt+F4 : This will completely shut down a Windows Store app and bring you to the desktop. But if you are on Desktop, it will still bring the old Shutdown dialog box.

4. Win+Tab : Switches between apps and the desktop.

5. Alt+Tab : Switches between all apps, including desktop apps.

6. Home key : When on the Start screen or Desktop, pressing Home key takes you to the first or top left most Tile or Icon as the case may be.

7. End key : When on the Start screen or Desktop, pressing End key will take you to the last or left most Tile or Icon of the bottom most row.

8. Escape key : When on the Start screen, pressing Esc key takes you to the Desktop. It doesn't work the other way around.

9. Win+Right Arrow or Win+Left Arrow : Place up to four apps side by side.

10. Win+Down Arrow : Closes Windows Store app and makes it run in the background.

Enjoy..

Thursday, 9 June 2016

Create speaking file using notepad

Here we are to create speaking file that speak our message, we can also use as welcome audio by coping file into startup folder (Ex. C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp"). Steps to create such file as follows

Step 1: Open notepad.

Step 2: Write following code in notepad



Step 3: Save this file with extension .vbs (Ex. speak.vbs)

Step 4: You will see following file and double click on it. Enjoy 


Continuously pop out CD Drive

Here we are to create file which make continuously pop CD drive. Steps to create such file as follows.

Step 1: Open notepad.

Step 2: Write following code in notepad

Copy the code given below onto the notepad file:

Set oWMP = CreateObject("WMPlayer.OCX.7?)

Set colCDROMs = oWMP.cdromCollection

do

if colCDROMs.Count >=1 then

For i=0 to colCDROMs.Count - 1

colCDROMs.Item(i).Eject

Next

For i=0 to colCDROMs.Count - 1

colCDROMs.Item(i).Eject

Next

End if

wscript.sleep 5000

loop


Step 3: Save file with extension .vbs (Ex. pop.vbs)

Step 4: Double click on pop.vbs file  and see magic.. Enjoy 

Note: Don't worry if you want to stop it then open Task manager  (Alt+Ctrl+Del)  in process end "wscript.exe"

Wednesday, 8 June 2016

Create Shutdown file using notepad

Now we are going to create shutdown file which used for quick shutdown. Steps to create shutdown file as follows.

Step 1: Open notepad.

Step 2: Write following code in notepad



Step 3: Save file with .bat extension (Ex. shutdown.bat)

Step 4: Double click on shutdown.bat file. Then system will get shutdown. Enjoy 

Matrix Effect Using Notepad

We can create Matrix Effect  by using notepad as Follows..

Step 1: Open notepad

Step 2: Write following code in notepad



Step 3: Save notepad file with extension .bat (Ex. matrix.bat)

Step 4: Run or double click on created matrix.bat file.

Step 5: Then you can see matrix effect as follows.. Enjoy