diff options
author | Aaron Ball <nullspoon@iohq.net> | 2015-09-24 16:21:02 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@iohq.net> | 2015-09-25 00:10:55 -0600 |
commit | 4c921d1dd9e16eb456da3e97d72aecb0881ff39d (patch) | |
tree | 7e66e633fbd643f239346aac2e299b8eb3d75bd5 /src/EXE_Disassociation.ascii | |
parent | 161a81152e7b644444dea3000165f436d16ce3f5 (diff) | |
download | oper.io-4c921d1dd9e16eb456da3e97d72aecb0881ff39d.tar.gz oper.io-4c921d1dd9e16eb456da3e97d72aecb0881ff39d.tar.xz |
Initial conversion to php
Wrote index.php
Moved all asciidoc source files into new src directory
Created index.ascii for keeping track of post index (and allow for
drafts easily)
Updated styles to allow for styles unique to the index page
Fixed a few issues with various posts
Added tracking code
Diffstat (limited to 'src/EXE_Disassociation.ascii')
-rw-r--r-- | src/EXE_Disassociation.ascii | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/src/EXE_Disassociation.ascii b/src/EXE_Disassociation.ascii new file mode 100644 index 0000000..f17549b --- /dev/null +++ b/src/EXE_Disassociation.ascii @@ -0,0 +1,53 @@ +EXE Disassociation +================== +:author: Aaron Ball +:email: nullspoon@iohq.net + +I recently fixed a computer with a problem that I have not seen in several +years. + +As every IT guy knows, files in Windows typically have an extension and that +extension is what Windows uses to determine which program should be used as the +default for opening that type of file (.docx Microsoft Word, .txt Notepad, .jpg +your image program, etc). + +That being said, what program is used to open .exe (executables / programs) +files? I actually am unsure as to the answer for this one. I presume Windows +sees an executable file and knows to run it as a program rather than a file +that is loaded by another program. + + +[[the-problem]] +== The Problem + +Unfortunately, Windows can lose the association between a .exe and how the file +should be run. + +This is set in the registry but without the ability to run executable files, +one can't run regedit to make the changes. + + +[[the-workaround]] +== The Workaround + +Make a .reg file that will correct the problem. + +Just open the following link, download the file called EXE File Association +Fix, and run it. + +[http://www.dougknox.com/xp/file_assoc.htm" target="_blank +http://www.dougknox.com/xp/file_assoc.htm] + +Restart your computer after you have run the registry file. After logging in, +your executable assiciation problems should be fixed. + +Many thanks to [http://www.dougknox.com/" Doug Knox] for this fix. + +Cheers all! + + +Category:Microsoft +Category:Windows + + +// vim: set syntax=asciidoc: |