Advertisement
warlocklw

Dipus_Tutorial

Jul 26th, 2011
2,023
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. Tutorial
  2.  
  3. If you installed Directory Opus and by mistake updated or allowed it to auto update, and subsequently
  4. have Directory Opus blacklisted, this is how to get it working again without reinstalling windows.
  5.  
  6. WARNING: USE THIS TUTORIAL WITH YOUR OWN RISK. I HAD TRY IT AND MY SYSTEM WIN 7 64 BIT IS GOOD SO FAR.
  7. BACKUP YOUR WHOLE REGISTRY IF YOU WORRY.
  8.  
  9. Before start, make sure hidden file is shown at Folder Options, tab View.
  10.  
  11. 1. Install Directory Opus 10.
  12. 2. Don't restart.
  13. 3. Block DOpus 10 from connecting to internet via 3rd partyfirewall. Use Netlimiter 3, best recommended
  14.  
  15. If you don't like to install any 3rd party firewall, add these lines into your host file at:
  16. %systemroot%\system32\drivers\etc\hosts
  17.  
  18. 127.0.0.1 gpsoftware.com.au
  19. 127.0.0.1 www.gpsoftware.com.au
  20. 75.119.221.229
  21. 67.228.213.247
  22. 64.66.167.148
  23. 208.67.219.132
  24. 203.34.202.11
  25. 206.204.54.103
  26. 216.12.144.16
  27.  
  28. 4. Restart.
  29. 5. Run 'regedit'
  30. 6. Delete the subkeys at
  31.  
  32. HKEY_CURRENT_USER\Control Panel\International\Time
  33.  
  34. HKEY_CURRENT_USER\Software\Microsoft\Clock
  35. HKEY_CURRENT_USER\Software\Microsoft\File Manager\Settings
  36. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\TrashInfo\
  37. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\DlgInfo\
  38.  
  39. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Management\AppDataBucket\
  40. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DesktopInterfaceMethod\
  41.  
  42. * Delete only subkeys, don't delete the main keys.
  43. * Example of subkeys is
  44. {93E77B44-276F-4A71-B9AA-F2CF4E99B7B3}
  45. {5E2948B7-58F8-426D-B0CF-8221822BC084}
  46. * It will ask you to confirm deletation as it might harm your system. Press yes.
  47.  
  48. 7. Delete the contents of C:\windows\system32\inf32 but leave the inf32 directory. Skip if it has nothing.
  49. 8. Delete the following files. If the file is not found, go to the next one.
  50.  
  51. del /Q /A "%programfiles%\GPSoftware\Directory Opus\dopus.dat"
  52. del /Q /A "%appdata%\GPSoftware\Directory Opus\dopus.dat"
  53. del /Q /A %windir%\xpcc37.log
  54. del /Q /A %windir%\system32\argtmp39.dll
  55. del /Q /A %windir%\system32\inf32\*
  56.  
  57. attrib "%Systemroot%\..\Documents and Settings\All Users\Application Data\GPSoftware\Directory Opus\dopus.cert" -s -h -r
  58. del /Q /A "%Systemroot%\..\Documents and Settings\All Users\Application Data\GPSoftware\Directory Opus\dopus.cert"
  59.  
  60. * Don't make my mistake - I went to the dos prompt and looked for the files and did not find them. Some are hidden at the dos prompt.
  61.  
  62. 9. Delete sdpsenv.dat at C:\ProgramData\sdpsenv.dat
  63. 10. Install certificate given. The cert should be accepted by now as it works for me.
  64. 11. Reply thanks at my topic :D. Feel free to ask if you can't get it right at my topic. I will try work out for you.
  65.  
  66.  
  67. - Brought to you by Warlocklw -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement