Here are some interesting Operating system and softwares tips and tricks 4u.JUST CLICK ON THE PICTURE IN THE BLOG FOR ENALARGED VIEW.

sd
Showing posts with label User Account Control. Show all posts
Showing posts with label User Account Control. Show all posts

Wednesday, March 7, 2012

Call up user account control dialogs without interrupting Windows(Windows Vista, 7)

                When the user account control dialog pops up, the screen automatically darkens and Windows deactivates the currently running process. You would like to turn off this irritating behavior.
                In order to change the system behaviour when the user account control is called up, an entry in the registry is necessary. For this, open the registration editor with the key combination [Win]+[R], followed by the command ‘regedit’ in the dialogue ‘Run’. Then, navigate to the key ‘HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system’. Now, in the right side of the window, open the entry ‘PromptOnSecureDesktop’ for editing.
               Set the value from ‘1’ to ‘0’ and confirm this with ‘OK’. The change is effective immediately without having to restart the system. You can try it out by starting the Registry editor again because the user accounts manager kicks in every time with this. To activate the standard settings again later, just change the value from ‘0’ to ‘1’.
Read More...

Hide user names while logging in to Windows(Windows 7)

               Windows shows all the user accounts on the welcome screen and in this way gives away the names of the users even to unknown and curious third parties. You want to prevent that from happening.
               In order to prevent unauthorized persons from having to guess just your password, click on ‘Start’ and type ‘regedit’ under ‘Programs’. Windows shows the results of the search directly in the Start menu. Double click under ‘Programs’ on ‘regedit.exe’ to start the registration editor. If you are working under an account without the administrator rights, you will have to first get them. For this, click with the right mouse button on ‘regedit.exe’ and in the context menu select ‘Run as administrator’.
               Navigate in the tree structure on the left side of the application to the key ‘HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System’. Now, on the right side, you will find the value ‘dontdisplaylastusername’ among others. Open this with a double click for editing and in the following dialogue box set its ‘Value’ to ‘1’. Confirm this entry with ‘OK’.
               From now on, you will have to enter the name for the user account in addition to the password on the welcome screen. In this way, you make it harder for unauthorized users to start your system since they would need to know or guess the name of the user account also besides the password.
Read More...

Tuesday, March 6, 2012

Make drives invisible in Windows Explorer(Windows XP, Vista, 7)

             You save private data on an extra drive that is supposed to be kept away from nosy people. The optional password protection that you can install is however not sufficient as a security measure. You can make certain drives invisible. This will still allow you to access them, but these volumes are absolutely not visible in Explorer. This can be done via Windows tools via a registry entry.
              For that, enter ‘regedit’ in the search field of the Start menu and press the [Enter] key. Confirm the user account control question with ‘Yes’ or ‘Next’. Navigate to the key ‘HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer’. Then click in the right part of the dialog and generate the entry ‘NoDrives’ with the command ‘Edit | New | DWORD-value’. Then open this entry for editing by double clicking.
               The value required now depends on which drive or drives you want to hide. This basically functions as per a bit pattern, wherein every bit stands for a drive starting with ‘A:’. To hide a specific drive, first determine which letter of the alphabet the drive name is. For the ‘H:’ drive, it is the eighth letter. As the value, you will now require the eighth bit, which decimally corresponds to the value 2(8-1) = 128. You can thus determine a corresponding value for every drive. To hide multiple drives, add all individual values. For example, if you want to hide the B, H and J drives, you will need the following values: 2(2-1)=2, 2(8-1)=128 and 2(10-1)=512. These add up to 642. For that, activate the ‘Decimal’ option in the dialog for ‘Base’ and then enter the calculated value. Confirm your entries with ‘OK’ and close the registry. The drives will no longer be visible when you start Windows Explorer next.
Note: Hiding the drives does not have any effect on the ability of programs to access them. Moreover, it will still be possible to access the hidden drives by directly entering the relevant drive letter in the address bar in Windows Explorer.
Read More...

Block a user account after multiple incorrect logins(Windows Vista, 7)

                You share your computer with other members of your family, each of whom has a user account. You want to prevent others from cracking your password with repeated attempts.
                To be able to edit the account blocking policies, click ‘Start’, and type “Local” as the search term. Windows shows the search results directly in the start menu. Double click ‘Local security policies’ under ‘Programs’. If you work with a user without administrator rights, right click ‘Local security policies’ and select the context command ‘Run as administrator’. You will then have to authorize the command by selecting an Admin account and entering the password.
                 In the ‘Local security policies’ dialog, click the small triangle to the left near ‘Account policies’ to open the structure below the entry. Then select ‘Account lockout policies’. On the right side of the tool, you will now find three points with which you can define the blocking of an account in case of repeated incorrect password entry attempts. First double click ‘Account lockout threshold’. Here, define the number of permissible invalid login attempts. For instance, enter a ‘5’ in the input field of the following dialog if Windows should block the account after 5 invalid login attempts. This prevents accidental lockouts when you mistype the password yourself. If you enter a ‘0’, Windows will never block the account. As soon as you enter a value under ‘Account lockout threshold’, Windows fills the remaining values with recommended default values that you can change.
               The operating system understands the ‘Account lockout duration’ as the time period during which Windows blocks an account. At the end of this period, the operating system removes the block. If you enter ‘0’ in the ‘Account blocking period’, a computer administrator will have to explicitly remove the block.
               Lastly, you can also enter the ‘Reset account lockout after’. Here, you can define how many minutes must pass in all before Windows resets the counter for unsuccessful login attempts after an invalid login attempt. This value must be smaller than or equal to the account blocking time. If you still do not define an ‘Account blocking period’ and leave the task of releasing a blocked account to the administrator, it can be done in ‘Computer Management’. For that, log in to an admin account. Then click ‘Start’ and enter the search term ‘Computer Management’ under ‘Programs/Files’. Start the application by double clicking the entry under ‘Programs’.
               Now open ‘Computer Management | System | Local User and Groups’ under ‘Computer Management’ in the tree structure on the left. Then double click the entry of the blocked user in the right hand pane. In the next dialog, remove the tick mark against ‘Account is blocked’ and confirm your action with ‘OK’. The user can now log in to the system again.
Caution: For private computer systems, an ‘Account lockout period’ other than zero is recommended. If you exceed the number of invalid login attempts for all accounts including the admin accounts and lock yourself out completely, you have no way of accessing your computer again. At least one admin account should thus remain accessible at all times.
Read More...

THE WINDOWS TRICKS Headline Animator