Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Damage of system registry file
#1
To uninstall the program leave "trash" in the registry file and damaged section of the program by default in the email. SadSadSad

In Windows 10 x64
Reply
#2
(01-03-2017, 08:49 PM)wetware05 Wrote: To uninstall the program leave "trash" in the registry file and damaged section of the program by default in the email. SadSadSad

In Windows 10 x64

What do you mean. Please explain it with details.
Reply
#3
Produces this error: https://support.microsoft.com/es-es/kb/813745, Since operamail entries are not deleted from the registry file. The solution of this page does not work. It was valid for versions of Windows previous to the 10.

Can you publish the changes that occur in the registry file, put them in a file that you can download?
Reply
#4
(01-04-2017, 02:24 PM)wetware05 Wrote: Produces this error: https://support.microsoft.com/es-es/kb/813745, Since operamail entries are not deleted from the registry file. The solution of this page does not work. It was valid for versions of Windows previous to the 10.

Can you publish the changes that occur in the registry file, put them in a file that you can download?

Still have no idea what you mean... However, here are registry kesy TC UP uses:

PHP Code:
For example:
${
NAME} => AIMP
${DESC} => AIMP Media Player
${EXT}  => MP3
${ICONLIB} => Path To Icon
${PARAM}   => Application parameters

WriteRegStr 
"HKLM" "SOFTWARE\RegisteredApplications" "${NAME}" "SOFTWARE\Clients\Media\${NAME}\Capabilities"
WriteRegStr "HKLM" "SOFTWARE\Clients\Media\${NAME}" "" "${NAME}"
WriteRegStr "HKLM" "SOFTWARE\Clients\Media\${NAME}\Capabilities" "ApplicationName" "${NAME}"
WriteRegStr "HKLM" "SOFTWARE\Clients\Media\${NAME}\Capabilities" "ApplicationDescription" "${DESC}"

WriteRegStr "HKLM" "SOFTWARE\Clients\Media\${NAME}\Capabilities\FileAssociations" ".${EXT}" "${NAME}.File.${EXT}"
WriteRegStr "HKLM" "SOFTWARE\Clients\Media\${NAME}\DefaultIcon" "" "${ICONLIB}"
WriteRegStr "HKLM" "SOFTWARE\Clients\Media\${NAME}\shell\open\command" "" '"${PATH}" ${PARAM} "%1"'

WriteRegStr "HKCR" ".${EXT}" "" "${NAME}.File.${EXT}"
WriteRegBin "HKCR" ".${EXT}\OpenWithProgIds" "${NAME}.File.${EXT}" ""
WriteRegStr "HKCR" ".${EXT}" "" "${NAME}.File.${EXT}"
WriteRegStr "HKCR" ".${EXT}" "TCUP Extension" "1"
WriteRegBin "HKCR" ".${EXT}\OpenWithProgIds" "${NAME}.File.${EXT}" ""

WriteRegStr "HKCR" "${NAME}.File.${EXT}" "" ""
WriteRegStr "HKCR" "${NAME}.File.${EXT}\DefaultIcon" "" "${ICONLIB}"
WriteRegStr "HKCR" "${NAME}.File.${EXT}\shell" "" "Open"
WriteRegStr "HKCR" "${NAME}.File.${EXT}\shell\open\command" "" '"${PATH}" ${PARAM} "%1"' 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)