Pages

Showing posts with label PC tips and tricks. Show all posts
Showing posts with label PC tips and tricks. Show all posts

Thursday, November 19, 2015

How to Enable Delete Confirmation Dialog Box in Windows 8

With the guidelines in this post, one can enable/disable the delete confirmation dialog box in windows 8 and 8.1 in all folders other than the Recycle Bin. Unlike other versions of windows where there's a prompt for the user to confirm if they really want a file or folder to be deleted, this feature on windows 8 and 8.1 has been disabled by default. As you must have also noticed, Once a user hits or clicks delete, the file is deleted and transferred directly to the recycle bin without the confirmation dialog box coming up. To enable the delete Confirmation Dialog Box in Windows 8 and 8.1, follow the steps listed below.

Any of the methods listed below can be used to enable the disabled delete warning dialog box which prevents accidental deletion of data in Windows 8 and 8.1. 

Also Read:  How to Remove Blank Screen in Windows 8.1
                     Notepad Tips and Tricks For Windows
                     How to Browse On PC/Computer From BB10 Using Glo BIS


Enable/Disable Delete Confirmation Prompt Using Registry Editor

  • Click on "WIN+R" key combination to launch RUN dialog box.
  • Type  regedit in RUN dialog box .
  • Click on 'OK' to open the registry. (Select 'yes' if a prompt comes up to allow access to the registry).
  • Navigate to this key below:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer


  • Right click on 'explorer', then select 'New'.
  • Click on Dword (32-bit) value.
  • Set the name as ConfirmFileDelete 
  • Hit the enter key.
  • In the dialog box that appears, set its value to 1 to enable confirmation dialog box or set it to 0 to disable confirmation dialog box.

 Enable/Disable Delete Confirmation Dialog Box Using Recycle Bin

  • Navigate to the recycle bin.
  • Click on 'manage' tab.
  • Click on 'Recycle Bin Properties'.
  • Tick the option 'display delete confirmation dialog'.
  • Click on 'Ok' to save changes.

Read more »

Notepad Tips and Tricks For Windows

Some Notepad tips and tricks are given in this post. These notepad tips and tricks are a roundup of some of the best that you can try out on Windows. To create documents, edit text files and even write HTML codes for website design, Notepad can be helpful. Because it is easy to use and modify files on it, notepad has a widespread use and can be found on most if not all systems. Other than creating files, editing them, writing codes to create websites etc, you can do so much more using these cool notepad tips and tricks which are listed below.


Also Read:  How to Browse On PC/Computer From BB10 Using Glo BIS
                     How to Remove Blank Screen in Windows 8.1

How to Access Notepad On Windows 7,  8, 8.1




Here's how you can access the notepad on your computer and also make the most out of its features when you try out these tricks.

For windows 7:
  • Open Notepad by clicking on the Start button .
  •  In the search box, type 'Notepad'. 
  •  In the list of results, click Notepad. 
 For windows 8 and 8.1: 
  •  Place your cursor on the start button that appears at the bottom left corner of the screen.
  •  Right-click on the start button.
  •  Select Run From the options.
  •  Type in 'Notepad', then select 'ok'. 

     List Of Notepad Tips And Tricks For Windows

     

     Open The Notepad Continously

    Here's a trick you can use in opening the notepad several times. To do this:

    • Copy and paste the code below into the notepad.

    @ECHO off
    :top
    START %SystemRoot%\system32\notepad.exe
    GOTO top

    • Save the file with the .bat extension (that is, filename.bat)
    • Open the file after saving and see how it opens the notepad multiple times.
    Note: You might need to restart your computer after executing this. 


      Create Diary on Notepad

      To create a diary with on the notepad with the date and time each were created, try this trick.
      •  From the Notepad, type .LOG on the first line (Type with Capital Letters)
      • Enter your text, then save with the filename  Log.txt
      When you re-open the file with notepad, you'll see the text with the date and time.

      notepad tips and tricks

      Create Fake Windows Errors With Notepad

      Another notepad trick that you can use in creating Fake error messages on your system , To do this:
      • From the Notepad, Type in  X=Msgbox("Message Here",0+16,"Title Here")
      • Edit the text above by replacing these fields Message Here and Title Here with what you want the displayed error message and error title to be.
      • Save the file with  the filename error.vbs
      •  To view the errormessage, Locate the file on your system using its filename, click on the file and you’ll get your custom error message.

       Note: Manually type the quotes in the code, if you encounter errors.

       

      notepad tips

       

      Make Computer Speak Your Typed In Text

      Want to hear your computer speak whatever you type in irrespective of it's length?  Then alos try this out. out  use this trick, follow these steps:

      • From your Notepad, Copy & paste this command
          Dim message, sapi
          message=InputBox("What's up you?","Speak to Me")
          Set sapi=CreateObject("sapi.spvoice")
          sapi.Speak message
           
          •  Save the file with the filename as speak.vbs.
            • Locate the folder where the file is saved and open it.
            •  Enter the text which you the computer to speak, then select 'ok'.

              Note:  If you encounter errors or virus threats while trying this out, manually retype all the quotes in the code above.

              The list above for the notepad tricks works quite well. By Implementing them, you can do so  much more with the notepad on your PC.




              Read more »

              Wednesday, November 11, 2015

              How to Remove Blank Screen in Windows 8.1

              This post lets you know how to remove the blank screen in windows 8.1 after updating. Most users, after installation of windows 8.1, have difficulties in accessing their desktop environment. This occurs mostly when rebooting the second time. All that comes up is a black blank screen with a blinking cursor after entering your password. I also experienced this a few days ago while trying to update my PC to windows 8.1 and the guidelines below helped me fix it. What causes the blank screen in windows 8.1? The new update has some problems with graphics drivers. It doesn't work with old Intel graphics drivers. If you're encountering the same problem, follow the steps below on how to solve Windows 8.1 and 8 black screen Issue on booting the PC.

              Also Read:  Notepad Tips and Tricks For Windows
                                  How to Browse On PC/Computer From BB10 Using Glo BIS
                                 

              How to Access Command Prompt In Windows 8

              We are going to access the command prompt, to do this,
              • Press the ctr+alt+del keys at the same time.
              • Click on 'task manager' from the available options.
              • Ignore the error message if you get one by clicking on 'ok'.
              • Click on the 'file' tab
              • Select 'run new task' from the options

              solution for black blank screen in windows 8.1

              •  In the open dialog box, type in cmd 
              • Tick the option 'create the task with administrative privileges'
              • Click on 'ok' to create the new task.

              solution to remove black black screen in windows 8

              We have successfully accessed the command prompt. Next, we'll restart the PC with some commands. Follow each of the steps listed below.

              1. In the command prompt type in  sfc /scannow
              2. Hit the 'enter' key. This begins to check your system for corrupt files, then repairs if any.
              3. Next type cd.. (hit the enter key).
              4. Retype cd..  (hit the enter key).
              5. Next, type in del "c:\windows activation technologies"  (ensure there's a space between del and "c:\ hit the enter key).

              6. This will bring a prompt, type in Y to accept. (hit the enter key).
              7. Next, type in shutdown /r  (hit the enter key). This restarts your PC.
                    

              solve black blank screen in windows 8.1
               
              The image above explains the major steps listed above on how to remove blank screen in windows 8.1. You can refer to it to make the process easier for you.
              Read more »

              How to Shutdown Windows 8 by Sliding Down

              Previously, i posted on how to enable/disable delete confirmation dialog box on Windows 8 and 8.1. Here's another tip for windows which shows the steps on how to shutdown Windows 8 by sliding down. The usual ways used in accessing the power options to shutdown on windows8 and 8.1 are either from settings, then power options or  simultaneously pressing WIN+X keys. Instead of following the ways listed above, you can use an alternative which is the Slide To Shut down feature. This alternative makes turning off the PC faster since you can shutdown with just a simple touch or a drag.

              Also Read: How to Remove Blank Screen in Windows 8.1
                                 Best Mouse Cursor Schemes For Windows 7, 8 and 8.1
                                 How to Enable Delete Confirmation Dialog Box in Windows 8

              Slide to Shutdown On Windows 8 and 8.1

              • Navigate to windows c drive. (that is, Local disk (c:))
              • Use the search bar, type in  SlideToShutdown.
              • Double Click on the SlideToShutdown executable file when the search result is returned.
              Note: Click on SlideToShutdown with the directory c:\windows\system32

              You'll notice that sliding down the image that comes up to the bottom of the screen or pressing enter key shuts down the PC . Also, sliding or dragging the image up or clicking anywhere does not shut down the PC. To make the it easier to access the SlideToShutdown executable file:


              • Right click on SlideToShutdown.
              • Select the option 'Send to'.
              • Click 'desktop (create shortcut) '.



              This creates a shortcut of the SlideToShutdown  executable file on  your desktop. To shutdown your PC, double click on the SlideToShutdown shortcut on your desktop, then slide the image down.
              With these easy steps, you can shut down your windows 8 and 8.1 operating system by sliding down an image.
              Read more »

              Best Mouse Cursor Schemes For Windows 7, 8 and 8.1



              Here are some free best mouse cursor customization schemes for Windows 7, 8 and 8.1 that you can use to improve the visuals of your operating system.Want something different on your PC other than the default windows interface?  then try out these good cursor/pointer customization schemes like the Gant Cursor set, Mac OS Cursor set, Metro X Cursor Set, Mario Gant cursor pack, Crystal Clear cursor set etc on your windows operating system.

              How to Customize Mouse Cursors/Pointers In Windows 7, 8, 8.1

              • Select any of the cursors below and download
              • Extract the downloaded zip file into one folder ( note the location where its content are stored ).
              • Right click on the desktop environment.
              • Select 'Personalize'
              • Click on 'Change Mouse Pointers' option on the left sidebar
              • Goto  the 'Pointers' tab.
              • Select the name of any cursors which you'll like to change its image.
              • Click on 'Browse', then locate the folder where the cursor images are .
              • Select your desired cursor image, then Click 'ok'.

               

                                  How to Remove Blank Screen in Windows 8.1
                                  How to Enable Delete Confirmation Dialog Box in Windows 8

              Best Mouse Cursors/Pointers For Windows 7, 8, 8.1

              • Gant Cursor Pack

                The Gant Cursor Pack contains 2 color schemes which are yellow and blue, each of which has two sets. Here, there are a total of 4 sets of cursors, which are in 4 different folders.

                Download Gant Cursor Pack Here 

              •  DIM





              • Metro X Cursor Set

               



              • Night Diamond

                Animated yellow diamond cursor set.



              • Crystal Clear v2.1

                The Crystal Clear v2.1 is a translucent mouse cursor set.

               Download Crystal Clear v2.1 Here 

               

              • New Mac OS X Cursors

                Included here are six different styles of cursors.

               Download New Mac OS X Cursors Here 

              • Mario Gant Cursor Pack

                 This cursor pack is based on the Super Mario character.

               Download Mario Gant Cursors Here 

               

              • Metro X3 Cursor Set

               

              Download Metro X3 Cursor Here 

               


              Read more »

              Saturday, November 7, 2015

              Download & Play Subway Surfers Las Vegas on PC Windows 7/8/8.1

              Download, Install & Play Subway Surfers Las Vegas on PC Windows 7/8/8.1 : Subway Surfers with its superb sound quality and colorful graphics makes it one of the most popular games for the android and iOS devices. Its frequent update which makes user experience more enjoyable, includes different cities like Tokyo, London, Mumbai and Las Vegas. And Subway Surfers Las Vegas being the 15th update launched by Killo developer has lots of new features including a new paint powered Jet-pack, New hover-board surfing and a different environment . In this post, guidelines on how to download and install subway surfers on PC Windows 7, 8 and 8.1,  other than playing it on Smartphones are given. For lovers of this game, those who play subway surfers on their smartphones and would also like to try it on their PC, which I think is much better,  follow the steps below on how to download & play Subway Surfers Las Vegas on PC Windows 7/8/8.1 using BlueStacks app player for windows.

              Also Read: Best Mouse Cursor Schemes For Windows 7, 8 and 8.1
                                 How to Change Window Password Without Knowing Current Password
                                 How to Enable Delete Confirmation Dialog Box in Windows 8


              How to Download & Play Subway Surfers Las Vegas on PC Windows 7/8/8.1

              An android emulator called BlueStacks app player for windows will enable you to download & play the android version of Subway surfers Las Vegas on PC windows 7/8/8.1. BlueStacks App Player is an application through which you can emulate your Android operating system on a Windows operating system without any complications. If you don't have this app player installed already on your PC, follow the link below to download it.
                 Link to Download BlueStacks App Player for windows

                  • Install and lauch BlueStacks App Player  on your PC.
                  • Depending on your internet speed, it will take some time to download the required games.
                  • Next, still on the BlueStacks app player, using the search button, search for Subway Surfers.
                  • If found, select it and sign into your google account.
                  • Allow access to all requirements, then install Subway Surfers directly from google playstore.
                  • After Installing, you can now play subway surfers on your PC.
                  • If you couldn't find subway surfers after searching on the app player, then manually download it from google play store.
                  • After downloading the Subway Surfers Las Vegas apk file,  install it on the Bluestacks App Player.
                  • After Installing, Locate the game on your Bluestacks App Player and click on it to launch.
                  Also Read : How to Download YouTube videos on Android ans BB10 Devices
                                      How to Browse On PC/Computer From BB10 Using Glo BIS
                    Using the steps listed above on how to download & play subway surfers Las Vegas on PC Windows 7/8/8, you can easily play other games like candy crush, asphalt which are meant for smartphones on your PC.
                    Read more »

                    Friday, November 6, 2015

                    50 Windows 8 Keyboard Shortcuts

                    In this post is a list of windows 8 keyboard shortcut keys. With the keyboard shortcuts on windows 8 and 8.1 integrated by Microsoft, it makes navigation through the OS easier and faster. A combination of two or more keys that you can use to perform a task that would typically require a mouse makes up these shortcuts. Other than the obvious ones like  "Ctrl + C for copy", "Ctrl + X for cut", "Ctrl + V for paste" "Ctrl + K to link in", there are several other shortcuts unknown to some people which can make working with windows easier, saving a lot of time and effort. 


                    Also Read:  Browser Shortcuts For Internet Explorer, Chrome and Firefox
                                        Change Windows Password Without Knowing Current Password
                                        Notepad Tips and Tricks For Windows

                    List Of Windows 8 Keyboard Shortcuts

                    1. Windows key + Tab :  To show open apps.
                    2.  
                    3. Windows key + I :  To open the Settings.
                    4.  
                    5. Windows Key + L : This shortcut locks the computer.
                    6.  
                    7. Windows key + .  : To pin and unpin Windows apps on the side of the screen. 
                    8.  
                    9. Windows key + M : Minimizes all the open windows.
                    10.  
                    11. Windows Key + Shift + M : Restore all minimized Windows
                    12.  
                    13. Windows Key + + :  Zoom in using Magnifier
                    14.  
                    15. Windows Key + -  :  Zoom out using Magnifier
                    16.  
                    17. Windows Key + F1 : Open Windows Help and Support 
                    18.  
                    19. Windows Key + E : Launch Windows Explorer Window
                    20.  
                    21. Shift + Delete : Permanently delete files without sending it to Recycle Bin
                    22.  
                    23. Windows Key + R : Open Run dialog box
                    24.  
                    25. Windows key + D : To access the desktop quickly and minimize every open window.
                    26.  
                    27. Press and hold Shift While inserting a device with removable storage prevents automatic run.
                    28.  
                    29. CTRL + B: Bold
                    30.  
                    31. CTRL + U: To Underline 
                    32.  
                    33. CTRL + I: For Italics.
                    34.  
                    35. Ctrl + Shift + esc: This keyboard shortcut allows access to the task manager. 
                    36.  
                    37. Alt + Ctrl + Del: This shortcut brings up the lock, sign out, change password etc screen.
                    38.  
                    39. Ctrl + Click: This shortcut automatically opens a link in a new tab.
                    40.  
                    41. Alt + Print Screen: This takes the screenshot of the current active window using either greenshot tool or sniper tool.
                    42.  
                    43. Ctrl + C on an error dialog box:  It copies the error message.
                    44.  
                    45. Ctrl + T: This keyboard shortcut opens a new tab in internet browsers.
                    46.  
                    47. Ctrl + Shift + T: Reopens the last tab that was closed.
                    48.  
                    49. Ctrl + Shift + N: This shortcut opens a new window in Google Chrome.
                    50.  
                    51. Ctrl + Shift + P: For opening a new private window in Mozilla Firefox.
                    52.  
                    53. Ctrl + W: For closing the current tab in browsers.
                    54.  
                    55. Ctrl + Backspace: This shortcut deletes the entire last word you typed.
                    56.  
                    57. Ctrl + Left or Right Arrow key: This shortcut allows you to move the cursor one word at a time instead of the default one character at a time.
                    58.  
                    59. Ctrl  + +:  This shortcut allows you to zoom in web pages in web browsers. Useful when text on a web page is too small to read properly. 
                    60.  
                    61. Ctrl + - : This shortcut lets you zoom out web pages in web browsers, to create a smaller display of text and images.
                    62.  
                    63. Ctrl + 0: Reset the webpage's zoom.
                    64.  
                    65. Ctrl + L: This shortcut allows you to quickly jump to the address bar of your web browser.
                    66.  
                    67. Windows key + Pause/Break: Quickly open the system properties dialog box.
                    68.  
                    69. Ctrl + Shift  + Delete: To quickly delete your browser's history, cookies, cache and other details that it stores while you surf the internet.
                    70.  
                    71. Ctrl + H: Brings up the browser's History
                    72.  
                    73. F2: Allows you to rename the selected file.
                    74.  
                    75. Ctrl + F: This keyboard shortcut opens the Find option in any program.
                    76.  
                    77. Ctrl + S: To quickly save a work in progress, this shortcut will come in handy.
                    78.  
                    79. Ctrl + Home and Ctrl+End: Useful for quickly going to the top and bottom of a page.
                    80.  
                    81. Ctrl + P: Useful for printing the current page.
                    82.  
                    83. Space Bar: While viewing a web page in a browser, pressing space bar moves the page down.
                    84.  
                    85. Alt + Tab: Useful for quickly cycling between running applications. Press along with Shift to cycle backwards.
                    86.  
                    87. Ctrl + Tab: Cycle between tabs in your browser.
                    88.  
                    89. Ctrl + F5: Clears the cache and refreshes the current tab.
                    90.  
                    91. Shift + Right click: Open alternate right click options.
                    92.  
                    93. Alt+Enter Key: To open a file's properties.
                    94.  
                    95. Ctrl + 1, 2, 3: For switching between different tabs on browsers
                    96.  
                    97. Ctrl + Shift + Arrow keys:  To quickly highlight content.
                    98.  
                    99. Ctrl + Shift + Home or Ctrl + Shift + End: Selects the Entire line.
                    100.  
                    With the knowledge of some of these Windows 8 keyboard shortcuts you can work faster and more efficiently. Try to memorize these top Windows 8 shortcut keys.
                    Read more »

                    Thursday, November 5, 2015

                    Browser Keyboard Shortcuts For Internet Explorer, Chrome and Firefox

                    Below is a list of some Internet browser keyboard shortcut keys for surfing the net with Internet Explorer, Mozilla Firefox and Google Chrome. Several of these shortcut keys can be used with Internet browsers which makes surfing the net more effective and at the same time saves time. Although they all have some keyboard shortcut keys in common, each browser also has some of its own browser-specific shortcuts, and learning the ones they have in common will serve you well. These keys can be used when working with tabs, bookmarks, searching the web, playing media files and the likes.

                    browsersshortcut keys

                                        Notepad Tips and Tricks For Windows
                                        Best Mouse Cursor Schemes For Windows 7, 8 and 8.1

                    Internet Explorer Keyboard Shortcut Keys


                         Shortcuts

                       Function



                    ESC Stop downloading current page
                    F5 Refresh page
                    F11 Toggle browser between full-screen and regular view
                    ALT + Left Arrow Back
                    ALT + Right Arrow Forward
                    ALT + HOME Go to homepage
                    CTRL + D Add page to Favorites
                    CTRL + F Find on page
                    CTRL + H Open History
                    CTRL + I Open Favorites
                    CTRL + P Print
                    CTRL + T Open new tab
                    CTRL + TAB Switch to next tab
                    CTRL + W Close current tab
                    CTRL + 9 Switch to last tab
                    CTRL + SHIFT + H Open History in pinned mode
                    CTRL + SHIFT + Q View list of open tabs
                    CTRL + SHIFT + TAB Switch to previous tab



                    Mozilla Firefox Keyboard Shortcut Keys


                    Shortcuts

                      Function



                    ESC Stop downloading current page
                    F5 Refresh
                    F11 Full screen view
                    ALT + HOME Go to homepage
                    ALT + Left Arrow Back
                    ALT + Right Arrow Forward
                    CTR + + Zoom In
                    CTR + - Zoom Out
                    CTRL+ 0 Zoom Reset
                    CTRL + K Select a search bar
                    CTRL + TAB Switch tabs
                    CTRL + D Add bookmarks
                    CTRL + B Open Bookmarks
                    CTRL + P Print
                    CTRL + R Reload
                    CTRL + T New Tab
                    CTRL + N New Window
                    SHIFT + ENTER Open link in new window

                    Google Chrome Keyboard Shortcut Keys


                        Shortcuts

                       Function



                    ALT + F4 Close current window
                    ALT + HOME Open homepage
                    ALT + SHIFT +B Open Bookmark manager
                    CTRL + B Toggle Bookmarks on/off
                    CTRL + H View History
                    CTRL + N Open new window
                    CTRL + T Open new tab
                    CTRL + O Open a file from your computer in Google Chrome
                    CTRL + P Print page
                    CTRL + W Close current tab
                    CTRL + 9 Switch to last tab
                    CTRL + SHIFT + B Open the Bookmark manager
                    CTRL + SHIFT + N Open a new window in incognito mode
                    CTRL + SHIFT + T Reopen the last tab you’ve closed (Chrome remembers last 10)
                    CTRL + TAB Switch to next tab
                    CTRL + PageUp Switch to previous tab
                    CTRL + PageDown Switch to the next tab
                    CTRL + (click hyperlink) Open link in new tab in the background
                    SHIFT + (click hyperlink) Open link in a new window
                    Read more »

                    Wednesday, November 4, 2015

                    How to Change Windows Password Without Knowing Current Password

                    Here's how to change windows 7, 8 and 8.1 password without knowing the current Password. Trying to fool around with someone else's PC by changing their password or you can't remember your current password, using one of the methods below can help you out with that. In order to prevent unauthorized users from changing the administrator password, windows disallows changing to a new password without the current password. For the system to accept a new password, you will have to enter the correct current password and if the password entered is wrong, an error message of the form “The password you typed is incorrect. Please retype your current password” or “Windows cannot change the password” is displayed. Following the guidelines listed below, you can bypass this and actually change the password without inputting the current password.

                    Also Read:  How to Enable Delete Confirmation Dialog Box in Windows 8
                                        How to Shutdown Windows 8 by Sliding Down
                                        How to Remove Blank Screen in Windows 8.1

                    How to Change Windows Password From Command Prompt

                    You will need to access the command prompt as an administrator to do this:

                    On windows 7
                    • Click on Start button
                    • Go to All Programs 
                    • Click on Accessories
                    • Right click on Command Prompt
                    • Select Run as Administrator.
                     On windows 8 and 8.1  
                      • Press and hold the following keys at the same time Windows Key + X + A.
                      • Click 'yes' on the dialog box that comes up to allow access.
                      • Next, type in net user Account-Name Password replace account-name with the name of  your account (the name displayed when you login) and Password with your new password.
                      • Press Enter .
                         
                        The password has been changed. To confirm this, shutdown your PC and restart it. Enter the new password.

                        Change Windows Password In Computer Management

                        • Click on the Start button
                        • Select Computer management
                        • Select System tools.
                        • From the drop down menu, select Local Users and Groups.
                        • Click on Users .
                        • A list of user accounts on the system is displayed, right click on the account which you'll like to change the password.

                        • On the warning message that pops up, click on Proceed.
                        • Enter your new password and confirm it.
                        • Then click on ok.
                        Read more »

                        How To Create Undeletable Unrenamable Folders in Windows

                        With this trick on how to create undeletable and unrenamable folders in Windows, you'll get to know how to protect your files and folders from unauthorized access. To save important files which you might likely need in future and will not like to lose if they're deleted mistakenly or on purpose, placing these files in permanent folders that cannot be deleted is advisable. Creating these undeletable and unrenamble folders on windows requires the use of keywords which are reserved words that cannot be used as folder names.

                        Also Read:  How to Enable Delete Confirmation Dialog Box in Windows 8
                                            Best Mouse Cursor Schemes For Windows 7, 8 and 8.1
                                            Computer Keyboard Shortcut Keys

                        Make Undeletable and Unrenamable Folders

                        • Click on the Start menu
                        • Select Run (or press Win+R to access the Run dialogue box).
                        • Type in cmd
                        • In the Command Prompt Window, type the name of the drive which you'll like to create your folder as either D: or E: or F:  and press Enter. 
                        Note: The folder cannot be created in the root drive where windows is installed. If your Windows is installed in drive C: then use one of the drives listed above.
                        • Next, type in md lpt1\  and press Enter.
                        On returning to the drive which you created the folder using command prompt, you should see a new folder with the same name that can't be deleted or renamed.
                        • Copy all your important/personal files into this folder. Other than the keyword  lpt1 as used above in creating the undeletable and unrenamble folder, you can use other keywords such as con, aux, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8 and lpt9. And in each case, type it in this format  md keyword\

                        How to Delete Undeletable/Unrenamable Folder

                        Manually, any folder created with any of the keywords above cannot be deleted, unless you go through the command prompt. Follow the steps below to delete undeletable/unrenamable folders in Windows: 
                        • Click on the Start menu.
                        • Select Run
                        • Type cmd to open the command prompt.
                        • Type the drive either D: or E: or F: which you created the folder
                        • Type in rd lpt1\ to delete the folder or if a different keyword was used type in rd keyword\
                         On checking the drive on your computer, the folder has been successfully deleted. So, now you can easily Create Undeletable or Unrenamable Folders on your computer.
                        Read more »

                        Tuesday, November 3, 2015

                        Computer Keyboard Shortcut Keys

                        Computer keyboard shortcut keys are combinations of two or more keys that perform a specific task when they are pressed simultaneously. These Keyboard shortcuts keys help in providing an easier and quicker method of navigating and executing commands in computer software programs. As an alternative to the mouse, using the shortcut keys can make it easier for you to interact with your computer instead of going through the normal processes in accessing and executing programs on the computer . Some of the most commonly used basic shortcut and special character keys that work with almost all IBM compatible computers are listed below.

                        Also Read: How to Shutdown Windows 8 by Sliding Down
                                           How to Remove Blank Screen in Windows 8.1
                                          How to Enable Delete Confirmation Dialog Box in Windows 8

                        The Basic PC Shortcut Keys


                        Shortcut Keys Description
                        Alt + F File menu options in current program.
                        Alt + E Edit options in current program
                        Alt + Tab Switch between open programs
                        F1 Universal Help in almost every Windows program.
                        F2 Rename a selected file
                        F5 Refresh the current program window
                        Ctrl + N Create a new, blank document in some software programs
                        Ctrl + O Open a file in current software program
                        Ctrl + A Select all text.
                        Ctrl + B Change selected text to be Bold
                        Ctrl + I Change selected text to be in Italics
                        Ctrl + U Change selected text to be Underlined
                        Ctrl + F Open find window for current document or window.
                        Ctrl + S Save current document file.
                        Ctrl + X Cut selected item.
                        Shift + Del Cut selected item.
                        Ctrl + C Copy selected item.
                        Ctrl + Ins Copy selected item
                        Ctrl + V Paste
                        Shift + Ins Paste
                        Ctrl + K Insert hyperlink for selected text
                        Ctrl + P Print the current page or document.
                        Home Goes to beginning of current line.
                        Ctrl + Home Goes to beginning of document.
                        End Goes to end of current line.
                        Ctrl + End Goes to end of document.
                        Shift + Home Highlights from current position to beginning of line.
                        Shift + End Highlights from current position to end of line.
                        Ctrl + Left arrow Moves one word to the left at a time.
                        Ctrl + Right arrow Moves one word to the right at a time.
                        Ctrl + Esc Opens the START menu
                        Ctrl + Shift + Esc Opens Windows Task Manager
                        Alt + F4 Close the currently active program
                        Alt + Enter Open the Properties for the selected item (file, folder, shortcut, etc.)

                                           Notepad Tips and Tricks For Windows

                        PC Shortcut Keys For Special Characters

                        Shortcut Keys Special Character
                        Alt + 0224 à
                        Alt + 0232 è
                        Alt + 0236 ì
                        Alt + 0242 ò
                        Alt + 0241 ñ
                        Alt + 0228 ä
                        Alt + 0246 ö
                        Alt + 0252 ü
                        Alt + 0248 ø
                        Alt + 0223 ß
                        Alt + 0198 Æ
                        Alt + 0231 ç
                        Alt + 0191 ¿
                        Alt + 0176 °  (degree symbol)
                        Alt + 0177 ±  (plus/minus symbol)
                        Alt + 0153
                        Alt + 0169 ©
                        Alt + 0174 ®
                        Alt + 0128 €  (Euro currency)
                        Alt + 0162 ¢  (Cent symbol)
                        Alt + 0163 £  (British Pound currency)
                        Alt + 0165 ¥  (Japanese Yen currency)
                        Read more »