The Yaj Computers Portal

Post Top Ad

Post Top Ad

Tuesday, March 14, 2017

12:27 AM

Enable the Hidden Administrator Account on Windows 7, 8, 8.1 & 10

Windows automatically creates an Administrator account with elevated privileges during the 

installation process. We mostly need to access it to perform tasks limited only to system 

Administrators. These are tasks performing which result in the UAC asking for confirmation even 

if you are using an account with administrative privileges. The elevated Administrator account is 

disabled by default in Windows 7, Windows 8, Windows 8.1, Windows 10 and Windows Vista
.

To activate it, you need to use any one of the the following simple methods.

Important: It is recommended to only use this account for

troubleshooting purposes and disable it once the task is complete. Even if you do leave it

enabled, protect it with a strong password to prevent unauthorized access.


Enable/ Disable the Administrator Account Using the Elevated Command Prompt

Click image for larger version. 

Name: enable-Administartor.jpg 
Views: 11 
Size: 8.3 KB 
ID: 1070713
1. If you are on Windows 7, go to Start>Programs>Accessories and right click on Command

Prompt
 and select Run as Administrator. Windows 8 and 8.1 users, search for CMD on the 

Start screen and in the results returned, right click on Command Prompt and select Run as 

Administrator. Windows 10 users, search for CMD in the start menu and press Ctrl+Shift+Enter.

2. In the Elevated Command Prompt, type and execute the following command.
net user administrator /active:yes
3. You should see a message indicating that the command was completed successfully.

4. Upon logging out, you will see the Administrator account available on the login screen.

Disable the built-in Administrator account
To disable the Administrator account, type execute the following command in Step 2.
net user administrator /active:no
Enable the Administrator account using the Local Users and Groups Manager

Click image for larger version. 

Name: enable-Administrator-Windows.jpg 
Views: 17 
Size: 8.2 KB 
ID: 1070715
1. Press Windows key+R to open the Run dialog box.

2. In it, type lusrmgr.msc and press Enter. This will start the Local Users and Groups Manager. 

3. In the Local Users and Groups Manager, click on Users in the left hand pane.

4. Then, in the work area on the right side, double click on Administrator.

5. In the following dialog box, uncheck the Account is disabled option and click OK.

6. Administrator account will be immediately available on the login screen. 

To disable the Administrator account, check the "Account is disabled" option in step 5.

This method will only work if you are using Professional or Enterprise editions of Windows 7, 

Windows 8(.1) and Windows 10. If you are using home and basic versions of these

Enable or Disable the Administrator account using the Local Security Policy Editor

Click image for larger version. 

Name: Enable-Administrator-Windows-8.jpg 
Views: 19 
Size: 8.4 KB 
ID: 1070716
1. Press Windows key+R to open the Run dialog box. Enable Administrator in Windows 10

2. Type secpol.msc and press Enter. This will start the Local Security Policy Editor.

3. In the Local Security Policy Editor, navigate to Local Policies\Security Options.

4. In the work area on the right side, double click "Accounts: Administrator account status."

5. In the following dialog box, encircle Enable or Disable to respectively enable and disable the 

Administrator account.

6. Press OK. Log off to the login screen to see the Administrator account.

Local Security Policy Editor is not available on home editions of Windows.
12:26 AM

Cool Keyboard Tricks (Windows) : Make a Disco

Click image for larger version. 

Name: cool_keyboard_tricks.JPG 
Views: 16 
Size: 11.4 KB 
ID: 1070710

Keyboards usually have small LEDs which indicate whether different types of locks are activated 

or not. Here is a trick to use the lights of your keyboard in a more creative manner in Windows.

This trick uses a simple Visual Basic Script which when activated makes your Scroll lock, Caps lock 

and Num lock LEDs flash in a cool rhythmic way which gives the perception of a live disco on 

your keyboard.

To make your own live disco, follow the steps given below:-

1. Open Notepad.

2. Copy paste the exact code given below:

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the file as Disco.vbs or "*.vbs".

Double click on the Saved file to see the LED lights on your keyboard go crazy and make your 

own cool disco.

This trick has been tested on Windows XP, Windows Vista, Windows 7 and Windows 8 and found 

to be working perfectly.

You can disable the keyboard disco by starting Task Manager and ending

the wscript.exe process.
12:20 AM

Make your Computer Welcome You

Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? I bet that you too would want to know how you can achieve similar results on your PC and have a computer said welcome. 

Then you are at the right place, this article describes exactly how you can make your computer welcome you like this.

With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username."

Make Windows Greet you with a Custom Voice Message at Startup

To use this trick, follow the instructions given below:-

1. Click on Start. Navigate to All Programs, Accessories and Notepad.
2. Copy and paste the exact code given below.
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3. Replace Username with your own name. 
4. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".
5. Copy the saved file. 
6. Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
7. Paste the file.
Click image for larger version. 

Name: Make+your+computer+welcome+you.JPG 
Views: 344 
Size: 14.2 KB 
ID: 1070690

Now when the next time you start your computer, Windows will welcome you in its own computerized voice. 

Note: For best results, it is recommended to change sound scheme to No Sounds.
You can change the sound scheme to No Sounds by following the steps given below:-
Go to Control Panel.
1. Then click on Switch to Classic View.
2. Then Click on Sounds and Audio Devices.
3. Then Click on the Sounds Tab.
4. Select No Sounds from the Sound Scheme option.
5. If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.
6. Click on OK.
12:19 AM

Disable USB ports on Windows PC via Registry

With this trick, you can disable access to your USB(Universal Serial Bus) ports on your Windows based PC to prevent people from taking out data without permission or spreading viruses through the use of USB (pen and flash) drives. 

To use this trick to disable USB ports, follow the steps given below:-

1. Click on Start.
2. Click on Run. If you cannot find RUN, type it in the search box.
3. Type "regedit" without quotes. This will launch the Registry Editor.
4. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\usbstor.
5. In the work area, double click on Start.
6. In the Value Data box, enter 4.
7. Click on OK.
8. Close Registry Editor and refresh your desktop.
9. To re-enable access to your USB ports, enter 3 in the Value Data box in Step 6
Click image for larger version. 

Name: Disable+access+to+USB+ports+in+your+PC.JPG 
Views: 222 
Size: 15.0 KB 
ID: 1070689
Click image for larger version. 

Name: Disable+access+to+USB+ports+in+your+PC.JPG 
Views: 222 
Size: 15.0 KB 
ID: 1070689

Try it yourself to make your PC invulnerable from data theft and malware which spread through USB ports. This works on Windows XP, Windows Vista, Windows 7 and Windows 8.

Note: This trick also disables access to your USB connected peripheral devices. So, do not use it if you have USB connected keyboard and mouse.
12:18 AM

Recover Deleted files in Windows with Free Tools

Name:  recover-deleted-files.jpg
Views: 10901
Size:  4.4 KB

Have you ever deleted a file that you did not wish to and wanted to recover it but did not find it in the recycle bin? You probably deleted it permanently with Shift+Delete or emptied the Recycle Bin. Now what? Don't worry, you may still have a chance to get it back. This article lists some free software that can recover deleted files from your hard drive or any other storage device instantly.

But how do the software mentioned below undelete deleted files?
When files are deleted, Windows does not delete them from your hard disk. It marks the storage space as empty for new data to be written and deletes the index entry that tells the location of those files. Unless, new files are written on that space, the deleted files are still recoverable. That's what allows these software to recover deleted files.

There are many free software that allow users to do this. Some of them are given below:-

1) Pandora RecoveryName:  Deleted-files-back.PNG
Views: 10901
Size:  7.9 KB
recover deleted files in WindowsPandora Recovery is a free software that offers a wizard based interface for recovering files. It allows you to browse a drive's individual folders to look for deleted files. It also allows you search for a deleted file based on its name, file size, creation date and last access time. Its deep scan allows you to recover files that other software might have missed. Although deep scan does not return a file's original name and location, it still is effective to recover data from drives with corrupted file tables and drives that were recently formatted. It can even recover data from CDs and DVDs.

2) TOKIWA DataRecoveryName:  undelete-files-in-windows.PNG
Views: 10876
Size:  2.6 KB
At just over 200KB, TOKIWA DataRecovery is the smallest file recovery program in the market. It supports undeletion from FAT 12, FAT16, FAT32 and NTFS file systems. It also supports recovering NTFS compressed and EFS encrypted files. This software supports Windows and is portable as well. It also has a file shredder that allows you to wipe out files in a manner that they cannot be recovered again

3) RecuvaName:  undelete-files.png
Views: 10881
Size:  8.6 KB
Another great freeware, Recuva offers a wizard based interface to unerase files. Recuva offers scanning deleted files based on their type (music, pictures, videos etc.). It also allows deep scanning in case a file you deleted is unrecoverable via normal search. Like TOKIWA DataRecovery, Recuva also offers securely deleting files. Recuva also has a portable version that you can keep in your flash drive.

All of these recovery software support recovery from memory sticks, digital camera cards and MP3 players. They support undeleting all types of pictures, software, movies and documents from both FAT and NTFS formatted drives. They work on Windows 8.1, Windows 8, Windows 7, Windows Vista and Windows XP.

Name:  Recover-Undelete-Files-Deleted.jpg
Views: 10862
Size:  2.5 KB
1) When a file is deleted accidentally on a storage device, make sure that you don't do anything on it as doing that would increase the chances of new data being written over your deleted files; which would make file recovery impossible.

2) If you have deleted files on your main computer (the one you are using right now), do not browse the internet, download new software or shut it down. Keep it running and go to another computer, download one of the software mentioned above that is portable and save it on a flash drive. Then plugin the flash drive in your current system and perform file recovery. Regardless of whether you accidentally delete files a lot or not, make sure to always have that software in your flash drive in case you accidentally delete important files.

3) If one software fails to recover your deleted file, it does not mean that another one wouldn't recover it to
12:17 AM

Useful Keyboard Shortcuts for Windows Computers

Name:  Keyboard-shortcuts.jpg
Views: 10910
Size:  5.3 KB

Windows key+D: This shortcut is the keyboard equivalent of “Show the Desktop”. It is useful for quickly minimizing every open window when someone walks in and you are doing some private work.

Ctrl+Shift+Esc: This shortcut directly starts the task manager. While Alt+Ctrl+Del was used to bring out the Task Manager in Windows XP and earlier versions, in Windows 10, Windows 8.1, Windows 8 and Windows 7, it just brings up the lock this computer screen

Ctrl+Click: This shortcut is useful for opening a link in a background tab. This is useful when you have to load a page without leaving the current one.

Alt+Print Screen: takes the screenshot of the current active window as opposed to just Print Screen which takes the screenshot of the entire screen.

Shift+Click for Yes to All and No to All: If you have a lot of dialog boxes asking yes and no question, just shift+click Yes or No on one to yes all or no all.

Ctrl+C on an error dialog box to copy its contents: Suppose your computer is giving an error message and you want to copy its contents to send to the support guy, what do you do? Just press Ctrl+C while the dialog box is highlighted and its contents will be copied to your clipboard.

Ctrl+T: This keyboard shortcut opens a new tab in internet browsers.

Ctrl+Shift+T: Reopens the last closed tab.

Ctrl+Shift+N: This shortcut opens a new incognito window in Google Chrome.

Ctrl+Shift+P: Opens a new private window in Mozilla Firefox.

Alt+Enter after writing the domain name in the address bar of your browser to insert .com automatically.

Shift+Enter inserts .net domain name extension.

Ctrl+W: This shortcut closes the current tab in your browser quickly.

Ctrl+Backspace: This shortcut deletes the last word you have typed. It is useful in case you typed in a wrong word and want to delete it quickly.

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.

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. Ctrl+Scroll wheel can also zoom in documents, file thumbnails and icons in Windows 10, Windows 8.1, Windows 8, Windows 7 and Windows Vista.

Ctrl+-: This shortcut does the reverse of the previous shortcut.

Ctrl+0: Reset the webpage's zoom.

Windows key+M: Minimizes all the open windows.

Ctrl+L: This shortcut allows you to quickly jump to the address bar of your web browser.

Windows key+Pause/Break: Quickly open the system properties dialog box. 

Ctrl+Shift+Delete: This shortcut opens the option to delete your browser's history, cookies, cache and other details that it stores while you browse the internet. This shortcut is extremely useful for the privacy conscious.

Windows Key+L: This shortcut locks your computer.

Ctrl+H: makes the history appear.

CTRL+B: Bold CTRL+U: Underline CTRL+I: Italic.

Alt+Select: This shortcut allows you to select rectangular blocks of text in Word processors, something that is not possible with simple select.

F2: Allows you to rename the selected file.

Holding Shift while inserting a device with removable storage prevents automatic run.

Ctrl+F: This keyboard shortcut opens the Find option in any program.

Ctrl+S: If you are working on a software and want to quickly save your progress, this shortcut will come in handy.

Ctrl+Home and Ctrl+End: Useful for quickly going to the top and bottom of a page.

Ctrl+P: Useful for printing the current page.

Space Bar: While viewing a web page in a browser, pressing space bar moves the page down.

Alt+Tab: Useful for quickly cycling between running applications. Press along with Shift to cycle backwards.

Ctrl+Tab: Cycle between tabs in your browser.

Ctrl+F5: Clears the cache and refreshes the current tab.

Shift+Right click: Open alternate right click options.

Alt+Double click: Open the file's properties. Alt+Enter can also be used for this.
12:16 AM

Shutdown Your Computer or a Remote PC via Command Prompt

Required
A computer running Windows (XP, Vista, 7, 8 or 8.1) with the command prompt working perfectly, i.e. not disabled by a virus.
Click image for larger version. 

Name: shutdown-command-prompt.jpg 
Views: 73 
Size: 21.9 KB 
ID: 1070668

Initial Steps 
1) Press Windows Key + R.
2) Enter CMD and press Enter.

This will start the command prompt. Follow the instructions below depending on what you want to do.

Shutdown Local Machine (Your Computer)
Type "shutdown -s" without the quotes in the command prompt and press Enter. Shutdown is the command being executed and the switch -s tells the computer to shutdown.

Restart your Local Computer 
Type "shutdown -r" in the command prompt and press Enter. In this case, the command switch -r is telling the computer to restart after shutdown.

Log Off the Current User
Type "shutdown -l" in the command prompt and press Enter. The -l command switch tells the computer to log off.

Shutdown a Remote Computer
Type "shutdown -s -m \\name of the computer" in the command prompt and press Enter. Replace \\name of the computer with the actual name of the remote computer you are trying to shutdown. As mentioned earlier, you must have administrative access to the computer you are trying to shutdown. To know if you have administrative access, press Windows key + R and then type the name of the computer and press Enter.

Note: If you don't remember the name of the remote computer, you can look for it by opening a list of all the computers you are connected to by executing "net view" in command prompt.

If you can connect to the computer, you will be asked to login with your username and password. Upon entering them, a window will display the list of all the directories available to you. This should help you know whether you can or cannot shutdown the remote computer.

Hibernate a Local Computer
Type in "Rundll32.exe Powrprof.dll,SetSuspendState" without the quotes and press Enter. Your computer should hibernate, if it does not, then you must enable hibernation to do this.

Shutdown your or a remote computer after a specific time
Type "shutdown -s -t 60" to shutdown your computer after 60 seconds. Upon executing this, a countdown timer displaying a warning message will be shown. This command uses the -t command switch followed by a variable (which is 60 in this case) which represents the number of seconds after which the computer will shutdown.

Display a Message containing the reason for shutdown
Type shutdown -s -t 500 -c "I am tired. I don't want to work anymore." (with the quotes) in the Command Prompt and press Enter. The -c switch is used in the code to give the reason for shutting down and what is followed in quotes will be displayed in the dialog box as the reason. This can be used to display all sorts of funny messages. One example :-

Skynet has become self aware. John Connor did not stop me. You can not use your PC anymore.

Stop a System Shutdown
Type "shutdown -a" and press Enter. This will stop the system from shutting down if the countdown to shut down has not reached 0.

You May Like to Read:

You May Like to Read:

Popular Posts