C Cory517 New member Joined Oct 10, 2014 Posts 2 Oct 10, 2014 #1 Greetings people, Can anyone tell me not so much why, because every thing else is working fine, but what to do with all of the folders containing amd64 dll files that were placed on my desktop after I updated to Windows 8.1 today? I am sick.
Greetings people, Can anyone tell me not so much why, because every thing else is working fine, but what to do with all of the folders containing amd64 dll files that were placed on my desktop after I updated to Windows 8.1 today? I am sick.
jcgriff2 Co-Founder / AdminBSOD Instructor/ExpertMicrosoft MVP (Ret.) Staff member Joined Feb 19, 2012 Posts 21,541 Location New Jersey Shore Oct 11, 2014 #2 Hi - I'm not sure what they are or if they are being used or in use. DLLs are usually found in \windows\system32 & \windows\syswow64 I'd like to get a listing of the folders/files in question, please. Perhaps the folder names &/or file names will yield some clues. Please bring up an Admin CMD prompt. Press WIN + X keys; select "Command Prompt (Admin)" Paste these 2 commands into the CMD screen - one at a time - Code: where /r "%userprofile%\desktop" *.* >c:\0 & start notepad c:\0 Code: dir /a /s /o:n /q /r /x "%userprofile%\desktop" > c:\00 & start notepad c:\00 A Notepad will open upon the completion of each command. Please save each as a text file; zip them up and attach to your next post. Regards. . . jcgriff2 ` Last edited: Oct 11, 2014
Hi - I'm not sure what they are or if they are being used or in use. DLLs are usually found in \windows\system32 & \windows\syswow64 I'd like to get a listing of the folders/files in question, please. Perhaps the folder names &/or file names will yield some clues. Please bring up an Admin CMD prompt. Press WIN + X keys; select "Command Prompt (Admin)" Paste these 2 commands into the CMD screen - one at a time - Code: where /r "%userprofile%\desktop" *.* >c:\0 & start notepad c:\0 Code: dir /a /s /o:n /q /r /x "%userprofile%\desktop" > c:\00 & start notepad c:\00 A Notepad will open upon the completion of each command. Please save each as a text file; zip them up and attach to your next post. Regards. . . jcgriff2 `