What's new

Discussion Problems with EzGt

  • Thread starter ScantKaleb
  • Start date
  • Views 475
Status
Not open for further replies.
S

ScantKaleb

Newbie
Messages
30
Reaction score
0
Points
35
Sin$
0
When I download EzGt it saves it as a Windows Media Player file.
Help please!
 
X

Xxinvalidnam3x

Enthusiast
Messages
61
Reaction score
7
Points
55
Sin$
0
How about you be a real man and use Hex editor.
 
Data

Data

Getting There
Messages
2,059
Reaction score
415
Points
250
Sin$
0
No offense to Hobo but I prefer to Hex edit it, try that instead of the program.
 
S

ScantKaleb

Newbie
Messages
30
Reaction score
0
Points
35
Sin$
0
i downloaded that as well.
but since i'm new to modding i wanted to start off easy and work my way into that
 
H

HOBO POW3R

Enthusiast
Messages
813
Reaction score
788
Points
165
Sin$
7
X Shawdow said:
No offense to Hobo but I prefer to Hex edit it, try that instead of the program.
Haha i don't care im done with this app for the most part.
 
D

devildog94

Enthusiast
Messages
125
Reaction score
22
Points
70
Sin$
0
hex editing is pretty easy, at least once you understand it, just look around the forums, theres plenty of tuts
 
S

staticvoid

Enthusiast
Messages
161
Reaction score
28
Points
85
Sin$
0
ScantKaleb said:
When I download EzGt it saves it as a Windows Media Player file.
Help please!


sounds like your file association for exe files is broken

this will work for xp, should work for vista

turn hide file extentions off, just go in any folder and go to folder options > view or advanced and youll see hide extentions uncheck it.

copy all of the code below to a txt file and save it as fix.reg
then run it.



use this for xp
Code:
[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"

[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\exefile]
@="Application"
"EditFlags"=hex:38,07,00,00
"TileInfo"="prop:FileDescription;Company;FileVersion"
"InfoTip"="prop:FileDescription;Company;FileVersion;Create;Size"

[HKEY_CLASSES_ROOT\exefile\DefaultIcon]
@="%1"

[HKEY_CLASSES_ROOT\exefile\shell]

[HKEY_CLASSES_ROOT\exefile\shell\open]
"EditFlags"=hex:00,00,00,00

[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="\"%1\" %*"

[HKEY_CLASSES_ROOT\exefile\shell\runas]

[HKEY_CLASSES_ROOT\exefile\shell\runas\command]
@="\"%1\" %*"

[HKEY_CLASSES_ROOT\exefile\shellex]

[HKEY_CLASSES_ROOT\exefile\shellex\DropHandler]
@="{86C86720-42A0-1069-A2E8-08002B30309D}"

[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers]

[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\PEAnalyser]
@="{09A63660-16F9-11d0-B1DF-004F56001CA7}"

[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\PifProps]
@="{86F19A00-42A0-1069-A2E9-08002B30309D}"

[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\ShimLayer Property Page]
@="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"


use this for vista

Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe] 
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe\OpenWithList] 
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe\OpenWithProgids] 
"exefile"=hex(0):
 
S

ScantKaleb

Newbie
Messages
30
Reaction score
0
Points
35
Sin$
0
i know this probably sounds stupid, but where do i need to save it and how am i suppose to run it?
 
Status
Not open for further replies.
Top Bottom
Login
Register