Wednesday 25 May 2016

Error 1606:Could not access network location Autodesk\Autocad

1606 Error + Autodesk 20xx installation + Product Initialization

We have been getting a lot of 1606 errors recently with various Autodesk products.  One suggestion that has worked to resolve this issue has been to...
1. Run regedit.exe.
2. Browse to:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders

Please check for “Name” =  Common Documents defined as C:\Users\Public\Documents
 
If you cannot find registry key name and data, please add below registry information under:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
Key name    : Common DocumentsType            : REG_SZData             : C:\Users\Public\Documents
 Public




OR Maybe another cause

Public folder exist or not in c:\users

 

Tuesday 17 May 2016

RDP: Suddenly plagued with "Because of an error in data encryption..."

Remote Desktop Connection
---------------------------
Because of an error in data encryption, this session will end. Please try connecting to the remote computer again.
 
 
To resolve this issue, follow these steps:
  1. Start Registry Editor.
  2. Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\TermService\Parameters
  3. Under this registry subkey, delete the following values:
    • Certificate
    • X509 Certificate
    • X509 Certificate ID
  4. Quit Registry Editor, and then restart the server.
Does anyone have any suggestions please as I'm at a total loss what is happening here.
Thanks.
 

Monday 16 May 2016

Remove and Re-add License Key for Office 2013


Introduction

Having been on Microsoft Office 365 for a few months now, we started to notice that when users who had activated software on a PC were removed from Office 365, the software would go into "grace period" and would continually notify the new user of the PC that there was a problem. The trouble was I could not figure out how to reassign the software license to the new user. Finally I have found steps that will accomplish this without having to repair/reinstall office.

1.

Open Command Prompt on PC

Open a Command Prompt window, and then take one of the following actions:
• If you installed the 64-bit version of Office 2013, move to the following folder: C:\Program Files\Microsoft Office\Office15

• If you installed the 32-bit version of Office 2013, move to the following folder: C:\Program Files (x86)\Microsoft Office\Office15

2.

Display the Current License(s)

Type the following command to display the license status. Note the last five characters of any and all license keys that display in the output:
cscript ospp.vbs /dstatus

3.

Remove the License(s)

Now run the following command as many times as needed to remove all of the license keys you noted from the previous step.
cscript ospp.vbs /unpkey:<last five characters of product key>

4.

Restart the Computer

Once the remove commands are successfull, close the command prompt and restart the PC.

5.

Reactivate MS Office 2013 with New Account

Launch one of the MS Office 2013 applications (I like to use Word). The application should prompt you to reactivate the by providing your sign-on ID. Enter in the new user's credentials and the software will now be licensed under their ID.





Wednesday 4 May 2016

Website Added to the Whitelist Does Not Load Completely

Website Added to the Whitelist Does Not Load Completely

by hshah on ‎07-05-2013 04:25 PM - edited on ‎08-27-2015 04:13 PM by editeur (3,348 Views)

Issue

A website is added to the whitelist on the Palo Alto Networks firewall. However, when navigating to the website on a web browser, the page displays only partial content.

Cause

The issue may be due to the dependency, within the web page, on content from sites in the blocked list.

Details

To whitelist any website add the URL using the following format:
www.<site>/
<site>
*.<site>/

For example:
To add skype.com to the whitelist, use the following format:
www.skype.com/
skype.com
*.skype.com/

For this scenario, assume that all other sites are in the blocked category. Open www.skype.com with a browser (Chrome is used for this example). The page shows only partial content because the page calls for content from websites in the blocked category.

Resolution

Check the whitelisted web page for content references to other sites. Then, add those sites to the whitelist.

For example, using the Chrome browser with skype.com:
  1. Right click on skype.com web-page and click on Inspect content.
  2. Click on Network tab.
  3. Reload the page.
  4. Then, click on Network tab again.