Converting from 32-bit to Windows 7 64-bit. How?
I am currently using a 32-bit OS. I want to install Windows 7 64-bit. what can I do to backup my settings and install the 64-bit version?
Or, what is the most efficient method to make the switch and keeping my files?
Last — is it possible to just upgrade and keep all my software that is installed without manually re-installing everything?
In order to upgrade from a 32-bit operating system to 64-bit, you will need to perform a custom (clean) installation which will involve migrating your files and reinstalling your programs.
To migrate your data you can use the Windows Easy Transfer feature, which you can locate by clicking on Start, All Programs, Accessories, System Tools, and then click on Windows Easy Transfer. Follow the on-screen prompts to preserve any user accounts you wish to migrate and provide a backup target (such as an external hard drive).
For information on the differences between 32 and 64-bit Windows and what is required to upgrade, please see http://windows.microsoft.com/en-us/windows7/32-bit-and-64-bit-Windows-frequently-asked-questions.
For more information on performing a custom (clean) installation of Windows 7, please see http://windows.microsoft.com/en-us/windows7/Installing-and-reinstalling-Windows.
Hope that helps, have a great day! Kristan M. Kenney («Nighthawk64»)
40 people found this reply helpful
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
Int64Converter Класс
Определение
Предоставляет преобразователь типов для преобразования 64-разрядных целочисленных объектов со знаком в другие представления и обратно. Provides a type converter to convert 64-bit signed integer objects to and from various other representations.
Примеры
В следующем примере переменная типа преобразуется Int64 в строку, и наоборот. The following sample converts a variable of type Int64 to a string, and vice versa.
Комментарии
Этот преобразователь может преобразовывать только 64-разрядный целочисленный объект со знаком в строку и обратно. This converter can only convert a 64-bit signed integer object to and from a string. Int64Тип значения представляет целые числа со значениями от минус до 9223372036854775808 до положительного 9 223 372 036 854 775 807. The Int64 value type represents integers with values ranging from negative 9,223,372,036,854,775,808 through positive 9,223,372,036,854,775,807.
ConvertFromМетод использует Parse метод Int64 с целочисленным значением NumberStyles . The ConvertFrom method uses the Parse method of Int64 with the integer value of NumberStyles.
ConvertToМетод использует общий формат («G») для возвращаемой строки. The ConvertTo method uses the general («G») format for the string returned.
Дополнительные сведения о преобразователях типов см. в разделе TypeConverter базовый класс и инструкции: реализация преобразователя типов. For more information about type converters, see the TypeConverter base class and How to: Implement a Type Converter.
Никогда не следует создавать экземпляр Int64Converter . You should never create an instance of an Int64Converter. Вместо этого вызовите GetConverter метод метода TypeDescriptor . Instead, call the GetConverter method of TypeDescriptor. Дополнительные сведения см. в примерах в TypeConverter базовом классе. For more information, see the examples in the TypeConverter base class.
Конструкторы
Инициализирует новый экземпляр класса Int64Converter. Initializes a new instance of the Int64Converter class.
Методы
Определяет, может ли данный преобразователь преобразовывать объект заданного типа источника в собственный тип преобразователя. Determines if this converter can convert an object in the given source type to the native type of the converter.
(Унаследовано от BaseNumberConverter)
Возвращает значение, указывающее, может ли этот преобразователь преобразовать объект заданного типа к типу этого преобразователя. Returns whether this converter can convert an object of the given type to the type of this converter.
(Унаследовано от TypeConverter)
Возвращает значение, показывающее, может ли данный преобразователь преобразовать объект с помощью контекста в конечный тип. Returns a value indicating whether this converter can convert an object to the given destination type using the context.
(Унаследовано от BaseNumberConverter)
Возвращает значение, указывающее, может ли этот преобразователь выполнить преобразование данного объекта к заданному типу. Returns whether this converter can convert the object to the specified type.
(Унаследовано от TypeConverter)
Преобразует указанный объект в тип, используемый преобразователем. Converts the given object to the converter’s native type.
(Унаследовано от BaseNumberConverter)
Приводит заданное значение к типу этого преобразователя. Converts the given value to the type of this converter.
(Унаследовано от TypeConverter)
Преобразует заданную строку к типу этого преобразователя, используя нейтральные язык и региональные параметры вместе с заданным контекстом. Converts the given string to the type of this converter, using the invariant culture and the specified context.
(Унаследовано от TypeConverter)
Преобразует заданную строку к типу этого преобразователя, используя нейтральные язык и региональные параметры. Converts the given string to the type of this converter, using the invariant culture.
(Унаследовано от TypeConverter)
Преобразует заданный текст в объект, используя заданный контекст и сведения о языке и региональных параметрах. Converts the given text to an object, using the specified context and culture information.
(Унаследовано от TypeConverter)
Преобразует заданный текст в объект, используя заданный контекст. Converts the given text to an object, using the specified context.
(Унаследовано от TypeConverter)
Преобразует заданный текст в объект. Converts the specified text to an object.
(Унаследовано от TypeConverter)
Преобразует указанный объект в другой тип. Converts the specified object to another type.
(Унаследовано от BaseNumberConverter)
Преобразует данное значение в указанный тип, используя заданные аргументы. Converts the given value object to the specified type, using the arguments.
(Унаследовано от TypeConverter)
Преобразует указанное значение в строковое представление для нейтральных языка и региональных параметров. Converts the specified value to a culture-invariant string representation, using the specified context.
(Унаследовано от TypeConverter)
Преобразует указанное значение в строковое представление для нейтральных языка и региональных параметров. Converts the specified value to a culture-invariant string representation.
(Унаследовано от TypeConverter)
Преобразует данное значение в заданный тип, используя заданный контекст и сведения о языке и региональных параметрах. Converts the given value to a string representation, using the specified context and culture information.
(Унаследовано от TypeConverter)
Преобразует данное значение в строку, используя данный контекст. Converts the given value to a string representation, using the given context.
(Унаследовано от TypeConverter)
Преобразует указанное значение в строковое представление. Converts the specified value to a string representation.
(Унаследовано от TypeConverter)
Повторно создает объект Object, задающий набор значений свойств для объекта. Re-creates an Object given a set of property values for the object.
(Унаследовано от TypeConverter)
Создает экземпляр типа, с которым связан этот TypeConverter, используя заданный контекст с учетом набора значений свойств для объекта. Creates an instance of the type that this TypeConverter is associated with, using the specified context, given a set of property values for the object.
(Унаследовано от TypeConverter)
Определяет, равен ли указанный объект текущему объекту. Determines whether the specified object is equal to the current object.
(Унаследовано от Object)
Возвращает исключение, возникающее в случае, если невозможно выполнить преобразование. Returns an exception to throw when a conversion cannot be performed.
(Унаследовано от TypeConverter)
Возвращает исключение, возникающее в случае, если невозможно выполнить преобразование. Returns an exception to throw when a conversion cannot be performed.
(Унаследовано от TypeConverter)
Возвращает значение, показывающее, требуется ли при изменении значения этого объекта вызывать метод CreateInstance(IDictionary), чтобы создать новое значение. Returns whether changing a value on this object requires a call to the CreateInstance(IDictionary) method to create a new value.
(Унаследовано от TypeConverter)
Возвращает значение, указывающее, требуется ли для изменения значения в этом объекте вызов CreateInstance(IDictionary), чтобы создать новое значение с помощью указанного контекста. Returns whether changing a value on this object requires a call to CreateInstance(IDictionary) to create a new value, using the specified context.
(Унаследовано от TypeConverter)
Служит хэш-функцией по умолчанию. Serves as the default hash function.
(Унаследовано от Object)
Возвращает коллекцию свойств для типа массива, заданного параметром, используя заданный контекст. Returns a collection of properties for the type of array specified by the value parameter, using the specified context.
(Унаследовано от TypeConverter)
Возвращает коллекцию свойств для типа массива, заданного параметром value, используя заданные контекст и атрибуты. Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.
(Унаследовано от TypeConverter)
Возвращает коллекцию свойств для типа массива, заданного параметром значения. Returns a collection of properties for the type of array specified by the value parameter.
(Унаследовано от TypeConverter)
Возвращает значение, показывающее, поддерживаются ли свойства этим объектом. Returns whether this object supports properties.
(Унаследовано от TypeConverter)
Возвращает значение, показывающее, поддерживает ли данный объект свойства, используя заданный контекст. Returns whether this object supports properties, using the specified context.
(Унаследовано от TypeConverter)
Возвращает коллекцию стандартных значений из контекста по умолчанию для типа данных, для которого предназначен этот преобразователь типов. Returns a collection of standard values from the default context for the data type this type converter is designed for.
(Унаследовано от TypeConverter)
Возвращает коллекцию стандартных значений для типа данных, для которого предназначен этот преобразователь типов при предоставлении с контекстом формата. Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.
(Унаследовано от TypeConverter)
Возвращает значение, показывающее, является ли исчерпывающим списком коллекция стандартных значений, возвращаемая методом GetStandardValues(). Returns whether the collection of standard values returned from GetStandardValues() is an exclusive list.
(Унаследовано от TypeConverter)
Используя заданный контекст, возвращает значение, показывающее, является ли исчерпывающим списком возможных значений коллекция стандартных значений, возвращаемая методом GetStandardValues(). Returns whether the collection of standard values returned from GetStandardValues() is an exclusive list of possible values, using the specified context.
(Унаследовано от TypeConverter)
Возвращает значение, показывающее, поддерживает ли объект стандартный набор значений, которые можно выбрать из списка. Returns whether this object supports a standard set of values that can be picked from a list.
(Унаследовано от TypeConverter)
Получает значение, показывающее, поддерживает ли этот объект стандартный набор значений, которые можно выбрать из списка, используя заданную контекстную информацию. Returns whether this object supports a standard set of values that can be picked from a list, using the specified context.
(Унаследовано от TypeConverter)
Возвращает объект Type для текущего экземпляра. Gets the Type of the current instance.
(Унаследовано от Object)
Возвращает значение, показывающее, допустим ли для этого типа и указанного контекста данный объект значения. Returns whether the given value object is valid for this type and for the specified context.
(Унаследовано от TypeConverter)
Возвращает значение, показывающее, допустим ли для этого типа данный объект значения. Returns whether the given value object is valid for this type.
(Унаследовано от TypeConverter)
Создает неполную копию текущего объекта Object. Creates a shallow copy of the current Object.
(Унаследовано от Object)
Сортирует коллекцию свойств. Sorts a collection of properties.
(Унаследовано от TypeConverter)
Возвращает строку, представляющую текущий объект. Returns a string that represents the current object.