Showing posts with label can't. Show all posts
Showing posts with label can't. Show all posts

Tuesday, September 23, 2014

Adobe acrobat pro 8.0/8.1 activated, re-activated

 Adobe Acrobat pro 8.0/8.1 RI count number solution to the problem can not be activated

If you have installed Adobe Acrobat Professional 8 can not be activated, or resume the installation, Adobe Acrobat Professional 8 need to re-activate, and different methods of activation activation method when first installed, after several tests can be re-activated:

Method One
  1.  delete files
    C: \ Documents and Settings \ All Users \ Application Data \ FLEXnet \ adobe_00080000_tsf.data
  2.  start Adobe Acrobat 8, wait for a while to re-activate the interface;
  3.  Click "Other activation options"
  4.  select "activate by phone" and press "OK"
  5.  running Adobe Acrobat 8 ??RI, copy the activation code to RI to obtain an authorization code, press the "Activate"
  6.  enter a new license key, press the "activate"

Method Two
  1.  delete files
    C: \ Documents and Settings \ All Users \ Application Data \ FLEXnet \ adobe_00080000_tsf.data
  2.  click Change serial number "
  3.  running Adobe Acrobat 8 ??RI, press the "Generate Serial" Get the serial number, enter the first line of the serial number and press the "Activate"
  4.  select "Adobe Acrobat 6 Standard, the second line of the input RI serial number and press" Next "
  5.  select the telephone activation "
  6.  Copy the activation code to RI to obtain an authorization code, press the "Activate"
  7.  Enter the new license key, press the "activation"

Adobe Acrobat 8.1 Professional software enables business professionals to reliably create, combine, and control Adobe PDF documents for easy,:)

Wednesday, January 6, 2010

Internet Explorer 7.0 can't add favorites "Unable to create XXX: Unspecified error".

Internet Explorer 7.0 can't add favorites

"Unable to create XXX: Unspecified error".


If you have moved the location of your Favorites folder, IE7's Protected Mode will prevent you from being able to write to the new location and will cough up an unspecified error when you try to save a web page to your Favorites. Here is how to overcome this:



1. Close Internet Explorer.

2. Click the Start button.

3. Click All Programs.

4. Go into Accessories.

5. Right-click on Command Prompt.

6. Select Run as administrator.

7. When the UAC Prompt appears, click Continue.

8. At the command prompt, go to the new location for your Favorites folder.

9. Input this command without the quotes "icacls favorites /setintegritylevel (OI)(CI)low"

10. Press Enter on the keyboard.

11. Close the window.

-------------------------------------------------------------------
icacls - the name of the command were using

/setintegritylevel - the function used (in pretty plain english, Thanks Microsoft.)

/OI - object inherit, ie, the files get the same integrity level as the folder they are in.
/CI - container inherit, ie, folders get the same integrity level as the folder they are in

-------------------------------------------------------------------


I also had to run this command on my "C:\Users\%USERNAME%\AppData\Local\Temp" and "C:\Users\%USERNAME%\AppData\Local\Temp\Low" folders in order to print from IE. Replace "%USERNAME%" with your username.