Quote:
Originally Posted by clifford_cooley
That would depend on the length of your entry. You would only need to use a Qword if your entry calls for it. Dword and Qword has nothing to do with the bit version of Windows.
To make things simple a Qword is four 16-bit words not one 64-bit word. This is why a Qword can exist on a x86 machine.
Read more here - http://en.wikipedia.org/wiki/Dword#Dword_and_Qword
|
I wanted to get more detail/clarification on Dword vs Qword when you say it depends on the length of the entry - is this like how many characters are in the subkey or like how many characters are in the decimal value of said subkey or is it something else entirely?
To give an example when you find windows specific tweaks that changes how windows 7 behaves or some speed items up - here is a example link to a quick google search I did that hopefully better explains my question
http://www.wincert.net/forum/index.p...bnail-preview/ This link is just one example.
So to make sure I am asking the correct question....when performing OS tweaks like this - If you are running 32bit windows - do you select Dword? and if you are running 64bit windows can/should you select Qword? Or if it more the length of the entry - how does one know when looking at the tweak of which type of key to select?