Registry File For Pes 2012

-->

This article describes the Windows registry and provides information about how to edit and back up it.

PES 2012 Turf Pack by Dr. PES 2012 Turf Pack is an addon for Pro Evolution Soccer game. The next update in this addon brings a Camp Nou modification which enhances the gameplay, the visuals and the overall of the game. The addon features an automated installer for easy install. Pro Evolution Soccer returns again with a new version of its soccer simulator. This year, PES 2012 comes loaded of new options, game modes and cinematic gameplay that make this instalment spectacular. PES 2012 offers improved artificial intelligence that will help you enjoy the game more than ever. Install PES 2012 melalui menu autorun atau setup.exe, cukup enter/next saja. Gunakan serial saat dibutuhkan, pilih salah satu. Setelah install selesai, copy file pes2012.exe & rld.dll ke tempat anda menginstal game, mis c: program files konami pes 2012; timpa file yg sudah ada.

Applies to: Windows 10 - all editions, Windows Server 2012 R2
Original KB number: 256986

Description of the registry

The Microsoft Computer Dictionary, Fifth Edition, defines the registry as:

A central hierarchical database used in Windows 98, Windows CE, Windows NT, and Windows 2000 used to store information that is necessary to configure the system for one or more users, applications, and hardware devices.

The Registry contains information that Windows continually references during operation, such as profiles for each user, the applications installed on the computer and the types of documents that each can create, property sheet settings for folders and application icons, what hardware exists on the system, and the ports that are being used.

The Registry replaces most of the text-based .ini files that are used in Windows 3.x and MS-DOS configuration files, such as the Autoexec.bat and Config.sys. Although the Registry is common to several Windows operating systems, there are some differences among them. A registry hive is a group of keys, subkeys, and values in the registry that has a set of supporting files that contain backups of its data. The supporting files for all hives except HKEY_CURRENT_USER are in the %SystemRoot%System32Config folder on Windows NT 4.0, Windows 2000, Windows XP, Windows Server 2003, and Windows Vista. The supporting files for HKEY_CURRENT_USER are in the %SystemRoot%ProfilesUsername folder. The file name extensions of the files in these folders indicate the type of data that they contain. Also, the lack of an extension may sometimes indicate the type of data that they contain.

Registry hiveSupporting files
HKEY_LOCAL_MACHINESAMSam, Sam.log, Sam.sav
HKEY_LOCAL_MACHINESecuritySecurity, Security.log, Security.sav
HKEY_LOCAL_MACHINESoftwareSoftware, Software.log, Software.sav
HKEY_LOCAL_MACHINESystemSystem, System.alt, System.log, System.sav
HKEY_CURRENT_CONFIGSystem, System.alt, System.log, System.sav, Ntuser.dat, Ntuser.dat.log
HKEY_USERSDEFAULTDefault, Default.log, Default.sav

In Windows 98, the registry files are named User.dat and System.dat. In Windows Millennium Edition, the registry files are named Classes.dat, User.dat, and System.dat.

Note

Security features in Windows let an administrator control access to registry keys.

The following table lists the predefined keys that are used by the system. The maximum size of a key name is 255 characters.

Folder/predefined keyDescription
HKEY_CURRENT_USERContains the root of the configuration information for the user who is currently logged on. The user's folders, screen colors, and Control Panel settings are stored here. This information is associated with the user's profile. This key is sometimes abbreviated as HKCU.
HKEY_USERSContains all the actively loaded user profiles on the computer. HKEY_CURRENT_USER is a subkey of HKEY_USERS. HKEY_USERS is sometimes abbreviated as HKU.
HKEY_LOCAL_MACHINEContains configuration information particular to the computer (for any user). This key is sometimes abbreviated as HKLM.
HKEY_CLASSES_ROOTIs a subkey of HKEY_LOCAL_MACHINESoftware. The information that is stored here makes sure that the correct program opens when you open a file by using Windows Explorer. This key is sometimes abbreviated as HKCR. Starting with Windows 2000, this information is stored under both the HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER keys. The HKEY_LOCAL_MACHINESoftwareClasses key contains default settings that can apply to all users on the local computer. The HKEY_CURRENT_USERSoftwareClasses key contains settings that override the default settings and apply only to the interactive user. The HKEY_CLASSES_ROOT key provides a view of the registry that merges the information from these two sources. HKEY_CLASSES_ROOT also provides this merged view for programs that are designed for earlier versions of Windows. To change the settings for the interactive user, changes must be made under HKEY_CURRENT_USERSoftwareClasses instead of under HKEY_CLASSES_ROOT. To change the default settings, changes must be made under HKEY_LOCAL_MACHINESoftwareClasses. If you write keys to a key under HKEY_CLASSES_ROOT, the system stores the information under HKEY_LOCAL_MACHINESoftwareClasses. If you write values to a key under HKEY_CLASSES_ROOT, and the key already exists under HKEY_CURRENT_USERSoftwareClasses, the system will store the information there instead of under HKEY_LOCAL_MACHINESoftwareClasses.
HKEY_CURRENT_CONFIGContains information about the hardware profile that is used by the local computer at system startup.

Note

The registry in 64-bit versions of Windows XP, Windows Server 2003, and Windows Vista is divided into 32-bit and 64-bit keys. Many of the 32-bit keys have the same names as their 64-bit counterparts, and vice versa. The default 64-bit version of Registry Editor that is included with 64-bit versions of Windows XP, Windows Server 2003, and Windows Vista displays the 32-bit keys under the node HKEY_LOCAL_MACHINESoftwareWOW6432Node.For more information about how to view the registry on 64-Bit versions of Windows, seeHow to view the system registry by using 64-bit versions of Windows.

The following table lists the data types that are currently defined and that are used by Windows. The maximum size of a value name is as follows:

  • Windows Server 2003, Windows XP, and Windows Vista: 16,383 characters
  • Windows 2000: 260 ANSI characters or 16,383 Unicode characters
  • Windows Millennium Edition/Windows 98/Windows 95: 255 characters

Long values (more than 2,048 bytes) must be stored as files with the file names stored in the registry. This helps the registry perform efficiently. The maximum size of a value is as follows:

  • Windows NT 4.0/Windows 2000/Windows XP/Windows Server 2003/Windows Vista: Available memory
  • Windows Millennium Edition/Windows 98/Windows 95: 16,300 bytes

Note

There is a 64K limit for the total size of all values of a key.

NameData typeDescription
Binary ValueREG_BINARYRaw binary data. Most hardware component information is stored as binary data and is displayed in Registry Editor in hexadecimal format.
DWORD ValueREG_DWORDData represented by a number that is 4 bytes long (a 32-bit integer). Many parameters for device drivers and services are this type and are displayed in Registry Editor in binary, hexadecimal, or decimal format. Related values are DWORD_LITTLE_ENDIAN (least significant byte is at the lowest address) and REG_DWORD_BIG_ENDIAN (least significant byte is at the highest address).
Expandable String ValueREG_EXPAND_SZA variable-length data string. This data type includes variables that are resolved when a program or service uses the data.
Multi-String ValueREG_MULTI_SZA multiple string. Values that contain lists or multiple values in a form that people can read are generally this type. Entries are separated by spaces, commas, or other marks.
String ValueREG_SZA fixed-length text string.
Binary ValueREG_RESOURCE_LISTA series of nested arrays that is designed to store a resource list that is used by a hardware device driver or one of the physical devices it controls. This data is detected and written in the ResourceMap tree by the system and is displayed in Registry Editor in hexadecimal format as a Binary Value.
Binary ValueREG_RESOURCE_REQUIREMENTS_LISTA series of nested arrays that is designed to store a device driver's list of possible hardware resources the driver or one of the physical devices it controls can use. The system writes a subset of this list in the ResourceMap tree. This data is detected by the system and is displayed in Registry Editor in hexadecimal format as a Binary Value.
Binary ValueREG_FULL_RESOURCE_DESCRIPTORA series of nested arrays that is designed to store a resource list that is used by a physical hardware device. This data is detected and written in the HardwareDescription tree by the system and is displayed in Registry Editor in hexadecimal format as a Binary Value.
NoneREG_NONEData without any particular type. This data is written to the registry by the system or applications and is displayed in Registry Editor in hexadecimal format as a Binary Value
LinkREG_LINKA Unicode string naming a symbolic link.
QWORD ValueREG_QWORDData represented by a number that is a 64-bit integer. This data is displayed in Registry Editor as a Binary Value and was introduced in Windows 2000.

Back up the registry

Before you edit the registry, export the keys in the registry that you plan to edit, or back up the whole registry. If a problem occurs, you can then follow the steps in the Restore the registry section to restore the registry to its previous state. To back up the whole registry, use the Backup utility to back up the system state. The system state includes the registry, the COM+ Class Registration Database, and your boot files. For more information about how to use the Backup utility to back up the system state, see the following articles:

Edit the registry

To modify registry data, a program must use the registry functions that are defined in Registry Functions.

Administrators can modify the registry by using Registry Editor (Regedit.exe or Regedt32.exe), Group Policy, System Policy, Registry (.reg) files, or by running scripts such as VisualBasic script files.

Use the Windows user interface

We recommend that you use the Windows user interface to change your system settings instead of manually editing the registry. However, editing the registry may sometimes be the best method to resolve a product issue. If the issue is documented in the Microsoft Knowledge Base, an article with step-by-step instructions to edit the registry for that issue will be available. We recommend that you follow those instructions exactly.

Use Registry Editor

Warning

Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

You can use Registry Editor to do the following actions:

  • Locate a subtree, key, subkey, or value
  • Add a subkey or a value
  • Change a value
  • Delete a subkey or a value
  • Rename a subkey or a value

The navigation area of Registry Editor displays folders. Each folder represents a predefined key on the local computer. When you access the registry of a remote computer, only two predefined keys appear: HKEY_USERS and HKEY_LOCAL_MACHINE.

Use Group Policy

Microsoft Management Console (MMC) hosts administrative tools that you can use to administer networks, computers, services, and other system components. The Group Policy MMC snap-in lets administrators define policy settings that are applied to computers or users. You can implement Group Policy on local computers by using the local Group Policy MMC snap-in, Gpedit.msc. You can implement Group Policy in Active Directory by using the Active Directory Users and Computers MMC snap-in. For more information about how to use Group Policy, see the Help topics in the appropriate Group Policy MMC snap-in.

Use a Registration Entries (.reg) file

Create a Registration Entries (.reg) file that contains the registry changes, and then run the .reg file on the computer where you want to make the changes. You can run the .reg file manually or by using a logon script. For more information, see How to add, modify, or delete registry subkeys and values by using a Registration Entries (.reg) file.

Use Windows Script Host

The Windows Script Host lets you run VBScript and JScript scripts directly in the operating system. You can create VBScript and JScript files that use Windows Script Host methods to delete, to read, and to write registry keys and values. For more information about these methods, visit the following Microsoft Web sites:

Use Windows Management Instrumentation

Windows Management Instrumentation (WMI) is a component of the Microsoft Windows operating system and is the Microsoft implementation of Web-Based Enterprise Management (WBEM). WBEM is an industry initiative to develop a standard technology for accessing management information in an enterprise environment. You can use WMI to automate administrative tasks (such as editing the registry) in an enterprise environment. You can use WMI in scripting languages that have an engine on Windows and that handle Microsoft ActiveX objects. You can also use the WMI Command-Line utility (Wmic.exe) to modify the Windows registry.

For more information about WMI, see Windows Management Instrumentation.

For more information about the WMI Command-Line utility, see A description of the Windows Management Instrumentation (WMI) command-line utility (Wmic.exe).

Use Console Registry Tool for Windows

You can use the Console Registry Tool for Windows (Reg.exe) to edit the registry. For help with the Reg.exe tool, type reg /? at the Command Prompt, and then click OK.

Restore the registry

To restore the registry, use the appropriate method.

Method 1: Restore the registry keys

To restore registry subkeys that you exported, double-click the Registration Entries (.reg) file that you saved in the Export registry subkeys section. Or, you can restore the whole registry from a backup. For more information about how to restore the whole registry, see the Method 2: Restore the whole registry section later in this article.

Method 2: Restore the whole registry

To restore the whole registry, restore the system state from a backup. For more information about how to restore the system state from a backup, see How to use Backup to protect data and restore files and folders on your computer in Windows XP and Windows Vista.

Note

Backing up the system state also creates updated copies of the registry files in the %SystemRoot%Repair folder.

References

Registry File For Pes 2012 Free

For more information, visit the following Web sites:

The Windows Server Catalog of Tested Products is a reference for products that have been tested for Windows Server compatibility.

Data Protection Manager (DPM) is a key member of the Microsoft System Center family of management products and is designed to help IT professionals manage their Windows environment. DPM is the new standard for Windows backup and recovery and delivers continuous data protection for Microsoft application and file servers that use seamlessly integrated disk and tape media. For more information about how to back up and restore the registry, see How to back up and restore the registry in Windows XP and Windows Vista.

Multimedia |Business |Messengers |Desktop |Development |Education |Games |Graphics |Home |Networking |Security |Servers |Utilities |Web Dev| Other
Sort by: Relevance

PES 2010 Patch + Malaysian Team

PES 2010 Patch + Malaysian Team is a patch for Pro Evolution Soccer 2010.Features:- Support PES 2010 version 1.3 (MOST WANTED)- Add malaysia training kit.- Fix the kit/jersey short transparent spot. (Problem found by 2uk3y)- Add World Cup logo at the kit sleeve (Idea by 2uk3y).

  • Publisher: Bunkboyz
  • Home page:www.pespatchs.com
  • Last updated: May 22nd, 2012

PES 2010 - Ukrainian Premier League

Features:- The official patch from Konami 1.0.6;- Own KITSERVER and EXE, not affecting third-party patches,- Leagues: Barclays Premier League, Ligue 1, Serie A, Premier League Ukraine, First Ukraine League, La Liga, Bundesliga and clubs from Second UL: Titan Armyansk Chernovtsy and Bukovina;- Added “Classics of Ukraine and Ukraine U-21@;

  • Publisher: Pes-fan
  • Home page:www.pes-patch.com
  • Last updated: April 18th, 2012
Registry File For Pes 2012

PES 2010 Editor

This program can be used to to edit PES 2013 EDIT.bin file. It can be used to edit player's name, abilities, positions, motions, cards, etc. You can also edit team names, numbers, squads, formations, and strategies. Players and teams data can be imported/exported as CSV, XML, and other file formats.

  • Publisher: fifacz.com
  • Last updated: May 29th, 2015

RTM 1 Scoreboard

This patch is designed for 4:3(Normal) screen and not for 16:9(Wide) screen. If you use this patch on your 16:9 screen (Widescreen) monitor, the RTM1 logo will appear at the center of your screen and not at the top left of your screen. But it's still works.

  • Publisher: Bunkboyz
  • Home page:malaysia-pes.blogspot.com
  • Last updated: March 6th, 2010

PES 2010 Malaysia Menu (Eng)

Images above is some of the Malaysia Menu screenshot. This menu contain 2 version which is English version and Multi version. This version mean, If you play PES 2010 with English language, so download the English Menu from here. If you play PES 2010 in other languages such as Italy, Germany, Etc. ,you need to download the Multi Version Malaysia Menu.

Registry File For Pes 2012 Download

  • Publisher: Bunkboyz
  • Home page:malaysia-pes.blogspot.com
  • Last updated: March 22nd, 2010

RegScanner

This free program allows us to find any specific registry item so we can edit or delete it, thus giving us more control over what happens in our system. Although it is easy to use, you need to be careful to avoid deleting or editing important registry items.

  • Publisher: NirSoft Freeware
  • Last updated: October 27th, 2020

RegSnap

RegSnap is a utility that lets you save snapshots of your system registry. It lets you choose between a full backup or just selected keys. It also lets you compare two of these snapshots in order to get a report of modifications made after an event, e.g. an installation.

  • Publisher: LastBit Software
  • Last updated: May 26th, 2020

DocuSign Ink

The Free DocuSign Ink Outlook Plug-in is designed for Microsoft® Outlook® versions 2007-2010 (Windows only), and is compatible with Microsoft Office 2010 (Windows only). To use the Plug-in, begin by clicking the Download button to the right and following the on-screen installation instructions.

  • Publisher: DocuSign
  • Last updated: December 23rd, 2011
For

PES 2010 - Stadium Server

PES 2010 Stadium Server is a software program that allows you to edit/add stadiums , soccer fields in the well known football simulator Pro Evolution Soccer 2010.It can restore original Stadiums and change Stadium´s Names for online and offline games.

Pes Files Free Downloads

  • Publisher: MxSoniC/PES
  • Home page:www.pes-patch.com
  • Last updated: July 16th, 2010

DotNetBar for Windows Forms

DotNetBar Suite for Windows Forms is toolbox of 89 stunning components for creating professional user interface with ease using Visual Studio 2005 through 2015. For over 10 years DotNetBar is helping developers like you create sleek professional Windows Forms (WinForms) user interfaces with unparalleled ease.

  • Publisher: DevComponents LLC
  • Last updated: December 31st, 2017

Registry Workshop

Registry Workshop is a registry editor for Windows. This program allows you to make specific changes to a number of programs and settings within the Windows operating system. Like RegEdit, the registry editing program that comes with Windows, Registry Workshop assists you in making changes to your system’s registry files.

  • Publisher: TorchSoft
  • Home page:www.torchsoft.com
  • Last updated: February 14th, 2016

Update for Microsoft Office 2010 (KB2863818) 32-Bit Edition

Windows and Office updates are aimed at improving the features and removing bugs of the programs. This update improves the English proofing tools in Office 2010. Additionally, this contains lexical improvements to the English spelling lexicon. It is installed automatically if you have not disabled the Windows update.

  • Publisher: Microsoft
  • Last updated: April 11th, 2014

Windows Movie Maker Enhancement Pack 2010

Introducing the Windows Movie Maker Enhancement Pack 2010, bundled with hundreds of new video effects, transitions, and credits. For those of you that don’t know, Microsoft created Windows Movie Maker 2 with the ability to handle custom-make effects, transitions, and titles. If you search the web you can find authors of many custom-made effects to expand your effects library.

  • Publisher: Artifex Productionz
  • Home page:artifexproductionz.blogspot.com
  • Last updated: September 8th, 2010

Backup8

This powerful backup tool supports most popular software and will find, backup all personal data and settings. It also will backup 'My Documents' folder or any folder or registry item you have added to custom list. Backup8 can backup data from Windows Live Mail, Outlook 2003, Outlook 2007, Outlook 2010, Windows Mail, Outlook Express, Firefox, Thunderbird, Incredimail.

Registry File For Pes 2012 64 Bit

  • Publisher: StaticBackup Inc.
  • Home page:www.staticbackup.com
  • Last updated: February 23rd, 2013

AT&T Softphone Call Manager

The AT&T softphone call manager is used with your headset and computer to manage Skype, Microsoft Lync and/or landline calls from your laptop or PC.AT&T softphone call manager is compatible with the following programs (listed versions and higher):- Skype 5.0.- Microsoft Lync 2010.- Windows Media Player 10.- iTunes 10.- Microsoft Outlook 2003.

  • Publisher: Advanced American Telephones
  • Home page:telephones.att.com
  • Last updated: July 27th, 2016

My Command Button .NET

My Command Button for .NET is the favorite button component for Winform programmers and developers to enhance the visual in their .NET applications. Over 19 buttons styles like Office 2010, Outlook 2010, Windows 8 METRO, MAC Aqua, Google, Gradient, IE,... All of these can be fully customized easily with colors, special effects on text and image like glow, mirror, fading, shadow.

  • Publisher: Namtuk
  • Home page:www.namtuk.com
  • Last updated: February 29th, 2012

Ubitsoft SQL Enlight

SQL Enlight provides a fast, automated way to ensure that your T-SQL source code fits to your predefined design and style guidelines as well as best coding practices. With its help, you can easily analyze, identify and quickly resolve potential design and performance pitfalls in your SQL Server databases.

  • Publisher: Ubitsoft Ltd.
  • Home page:www.ubitsoft.com
  • Last updated: October 30th, 2010

12Ghosts JumpReg

Bookmark registry keys, accessible from a taskbar tray icon. 12-JumpReg also allows you to add descriptions to single values, copy the currently selected key with one click, or, for example, jump to a key you've copied to the clipboard.

  • Publisher: 12Ghosts Inc.