Archive for the ‘Windows’ Category:

Recovery of broken registry files

Written on February 16th, 2012 by viliyana89no shouts

Here’s how to fix a blocked Windows, which refuses to boot due to an error in the records.
These are cases where the initial start up errors appear like this:
Windows XP could not start because the following file is missing or corrupt: WINDOWS\SYSTEM32\CONFIG\SYSTEM
The procedure for this is:
1. Download and install the software: Registry Restore Wizard
2. Boot from another drive running Windows and run the program.
3. Choose the right disk with the damaged Windows installation you want to fix: for example: d: Windows
Then give yes, next, and choose a date that you want to restore the registers. Try the most recent possible. Why? If you choose the oldest date, you should know that the following copies of records will be deleted. In addition, programs installed after that date will lose your settings.
Again give Next.

Filed under Windows Tags:,

Double start of XP and Vista

Written on February 14th, 2012 by viliyana89no shouts

The following guide will show you how you can have 2 installed and running operating systems: Windows Vista and XP on same computer and how to easily switch between them.
Assume that you have Windows Vista installed and want to add XP as an alternative.
1. Create a second partition which is around 1.5GB in order to accommodate the new Windows XP.
If you have a SATA hard drive is required to disable its Advanced Host Controller Interface (AHCI), often because XP supports it. How? – While in Vista run Start-> regedit, log in User Account Control and locate HKLM\System\CurrentControlSet\Services\pciide. Change the Start value to 0. Reboot and enter the BIOS, where you set the disk to SATA is to IDE.
2. Insert the installation disc of XP and then you see the message Press any key to boot from CD prompt start the installation.
Caution: XP will ask you to share what you want to install it. So select the newly created partition from step Otherwise, you can overwrite it on XP-Vista and documents.
3. After installing XP will notice that loading the Vista hidden. The reason is that XP is slay created by Vista Master Boot Record. It is therefore necessary to create it anew. Put this way it is with DVD-Vista, restart and boot from it. Select from the options: Repair Your Computer-> Select Vista OS-> Next-> Startup Repair -> Finish
4. After loading Vista, select Start-> command, right-click on the screen -> Run as Administrator and enter your data. From there, run the following commands to change the initial menu of boot your system and will add the Windows XP partition

Filed under Windows Tags:,

Setting up new Security Levels of IE

Written on February 10th, 2012 by viliyana89no shouts

Open Internet Explorer and give the Tools-> Internet Options. Then select the above tab Security, and click on the Custom Level. Scripting menu change to Disable the following: Active scripting, Allow paste operations via script, Scripting of Java applets, Download signed ActiveX controls, Download unsigned ActiveX controls, Initialize & script ActiveX controls not marked as safe, Run ActiveX controls & plug-ins, Script ActiveX controls marked safe for scripting, Access data sources across domains, Allow META REFRESH, Allow paste operations via script, Scripting of Java applets. – At a glance see where ActiveX – give them closed (disabled). It definitely acts as a kind of firewall in front of the aforementioned creatures.
This will help you to protect your computer from viruses, malware, spyware and other worms, which delay the work of the computer and will make your system unsecure. Definitely it is quite complicated how to protect your computer at all, because the only way is to remove it from internet, but increasing the security is quite important and will stop a lot of viruses.

Using group policy to block Spyware-Adware

Written on February 8th, 2012 by viliyana89no shouts

If you are doing Software Restriction Policiy which specify the path to the program and / or name of the executable file (virus) that you want to block. So when you start Windows, when the virus tries to load the displayed warning that the file is blocked by software restriction policy.
Here’s how to do it:
1. Find the paths and file names that you want to restrict. The paths can be found from a shortcut-a program or Run paths in the registry. Find the best way and as the name of the file can not when trying to install the program elsewhere to overlook these software restrictions.
2. Software restriction. Start the Group Policy editor.o Go to Computer Configuration | Windows Settings | Security Settings | Software Restriction Policies. Right click on Software Restriction Policies and select New Software Restriction Policiy. This will create 2 folders: Security Levels and Additional Rules. Right click on Additional Rules and select New Path Rule. Type the path in Path: box and select the Security Level Disallowed. Click OK. Right-click on Additional Rules and select New Hash Rule. In the File Hash box, select the path to the file you want to block (from step1). Select it and click OK. This will complete the file information in File Information box. For Security Level: select Disallowed. It is also complete description in Description box to be able to remember later what you did.
Remember that these are machine policies, which require a group policy refresh (usually 90 minutes) and reboot to be effective.

Filed under Windows Tags:, ,

Programs configuration of your Windows XP

Written on February 8th, 2012 by viliyana89no shouts

Many programs what to be installed with administrators rights, but some of them require to be run with such rights. When you install the program, hold Shift and right-click the file Setup, then select Run As Administrator and type your username and password.
If you want to allow the users to run only certain applications, you can act with the following procedure:
1. Open regedit.exe and locate the following key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
3. Create new DWORD values ​​and then rename “RestrictRun” – and give the value “1″ to include the prohibition and “0″ – to exclude the ban.
4. Then create a new sub-key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Restrict\Run and there describe the applications that you want allowed. They must be of type string, and have serial numbers. Restart Windows.
This will allow the users to work with certain programs and applications, as they will not be able to start external programs.

Of course you can block some applications and forbid the users to work with them. If you want to forbid only certain applications to launch, you can act with the following procedure:
1. Open regedit.exe and locate the following key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
2. Create a new DWORD value and name and put “DisallowRun”, if the value “1″ – include the prohibition of applications, “0″ – allow applications to run.
3. Then create a new sub-key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Disallow\Run and there describe the applications that are allowed. They must be of type string, and have serial numbers. Restart Windows.

Users Rights in Windows XP

Written on February 7th, 2012 by viliyana89no shouts

The groups of your Windows Manage panel, are giving different rights in the folders and settings. To known what exactly to choose, we will try to describe the work of each group.
The Administrators group member may be limited because the Deny rule outperforms Allow.
For example if the administrator has Read and Write permissions and all for a particular folder. If you create a user, a member of the Administrators group and restrict Write permissionite him he will not have access to the folder.
Do not use Deny (just do not put users into groups offering resources that do not want them to have)
Just for example: For a folder group Administrators have Read, Write, and all other rights. Simultaneously, the same folder has Deny Write rights for the group of ordinary users (Users). Thus cut all administrators who are members of 2 groups.
So it is good practice to give Read rights to the group Users, without using the Allow or Deny Write. Thus, only the administrator group will have all rights.
In such way you can choose on which position and which group to add the new user in comparison with the right he needs to have.

Filed under Windows Tags:, ,

Change permissions to files of certain user in Windows XP

Written on February 7th, 2012 by viliyana89no shouts

If you want to restrict the access of the users to certain file on the computer, you can act with the following simple changes in the system:
1. Restart in safe mode.
2. Start Explorer and select specific files you want to change. Right click and go to “permissions”. Here the difference is that you will not see the previous security tab. You’ll notice that there are two parts: the upper part devoted to consumers and lower showing what they are allowed to work with files.
Then select your user from the top and bottom give him permissions you want. Then log back into normal windows and look how they changed the permissions.
With this changes you will restrict the permissions of the user to certain files and will make your information more secure. The actions are for certain users, not to groups, which helps you to develop the security and the information level of your computer or network.

How to watch HD video ot slow computer

Written on February 6th, 2012 by viliyana89no shouts

This topic is over how to watch HD flash video. As I will discuss here how we can look normal without detection quality. The Avi movies encoded. H264 even at 2-3GHz single-core computers. The way to achieve smooth movies is by transferring the workload from the CPU of the computer CPU to the video processor
board GPU. Of course as necessary to have a graphics card that supports this type of hardware acceleration (GPU accelerated graphics card). List of such boards can be found in the first part of the article.
But let’s move on to how to install the player and what is it exactly!
From the tests we did found that Media Player Classic in combination with ffdshow (free) or CoreCodec (CoreAVC – paid) gives the best results: most optimally CPU (CPU) and a suitable load GPU, so that the films not detected. Performance measurement will use free software gpu-z. Here’s how to install the above-mentioned system:
1. Download and install Media Player Classic
2. Download and install Ffdshow or CoreAVC
3. From the options of Media Player -> View -> Options -> External
pass filters and plug Add Filter ffdshow raw video filter and / or
Core AVC video decoder.

Windows script host error

Written on February 1st, 2012 by viliyana89no shouts

If you see the error of Windows script host, when loading Windows XP, you will not be able to work with your computer. of course the reinstallation and reconfiguration costs a lot of time and usually is quite hard job. So you should better fix the issue and continue your work.
To fix the error you need to:
Reboot and press F8 continuously log into Safe mode. From there, give a yes on the first dialog box. Start-Run-> regedit.
From there you get to HKEY_LOCAL_MACHINE-> SOFTWARE-> MICROSOFT-> WINDOWS SCRIPT HOST – delete the key enabled, turn off the window regedit and reboot.

Windows 8 will be launched in September 2012

Written on September 14th, 2011 by viliyana89no shouts

Microsoft has not officially announced when it will launch the next operating system, Windows 8, but some hints of Redmant suggest that the new OS will be released in September 2012. Microsoft plans to release Windows 8 three years after the launch of Windows 7. Vice president of Daniel Levy confirmed to TechRadar.com, Foreign Languages ​​Microsoft will adhere to the announced development cycle – will be a conference for developers, then it will be released in beta, and 12 months the new OS will go on sale. This, according to market observers, has concluded that Windows 8 will appear in the autumn of 2012, probably in September. In September this year was even scheduled Developer Conference BUILD, which will be disclosed details of Windows 8. It is assumed that at the same time or later Microsoft will release the first public beta version of the operating system. Recently, division president for Windows and Windows Live – Steven Sinofsky said the release of Windows 8 two or three years after Windows 7 is a viable option for Microsoft. It is not excluded that fall to the company officially announced when it will release the new OS.

Older Posts »