lunes, 29 de octubre de 2018

Unable To Install Windows 7 HP AIO 20

Ok, here's the truth, don't waste your time downloading firmware updates or unscrambling about if there are USB 2.0 or 3.0 ports. If you have a newest pc or laptop desinged for run Windows 10, you need understand that WINDOWS 7 NOT HAVE USB 3.0 DRIVERS. In thar order of ideas here's the solution:

1) Take on hand a USB pen drive, 4GB prefered.

2) Download Windows USB/DVD Download Tool https://www.microsoft.com/es-es/download/details.aspx?id=56485

3) Create a Bootable USB Windows 7 installer (You need a ISO installer)

4) Download THIS GREAT TOOL Intel USB 3.0 Creator Utility (thanks to GIGABYTE)
https://www.gigabyte.com/Motherboard/GA-Z170X-Gaming-G1-rev-10#support-dl-utility

5) Run it, and Magically you can move your MOUSE and typing your KEYBOARD

viernes, 12 de octubre de 2018

Export and Import Dial-up and VPN Settings in Windows

Most of us don’t really need to create dial-up connections on Windows operating system anymore, thanks to routers which is very commonly being used today. Once the router is configured, it will automatically connect to the Internet when it is turned on and the computer that is connected to the router can instantly use the Internet connection.
However, I still have a DSL modem that I have to manually connect through dial-up which is very useful to troubleshoot Internet connectivity problems to determine if it is the router or ISP’s fault. Other than that, VPN connections that uses PPTP and L2TP also needs to be configured from the same area where you create dial-up connections that is in the Network and Sharing Center.
If you have previously setup a lot of VPN connections by saving the username, password and the VPN address in Windows, you may want to look for an automated way to export the VPN settings and then import it to another computer so that you don’t need to manually recreate the connections again. Here is how you can backup and restore the connection settings in Windows.
To backup dial-up connections and VPN settings:

1. Press Win+R to bring up with Run window, type %appdata% and hit Enter.
2. Go to Microsoft > Network > Connections and backup the Pbk folder.
Backup PBK folder
To restore the dial-up connections and VPN settings, simply overwrite the Pbk folder that you’ve backed up to the existing Pbk folder. Do take note that this will only restore the connection settings without the username and password because the credentials are tied to the unique SID (Security Identifier) and owner on the computer.
Theoretically you can change the SID, computer name, and user account name to match the old one so that the username and password are restored together with the connection settings but I won’t recommend you to do that unless you’re on a clean Windows. Another problem is a tool developed by Sysinternals called NewSID to change SID does not work on Windows 7. Sysprep only changes to a random SID but does not allow you to specify a SID. Ghost Walker works on Windows 7 but it is only bundled in their Ghost shareware.
What you can do is to use a tool called Dialupass by Nir Sofer to extract the username and password from the rasphone.pbk file and then manually key in the username and password on your connections.
Dialupass extract dialup connection
Read More: https://www.raymond.cc/blog/export-and-import-dial-up-and-vpn-settings-in-windows/

viernes, 23 de marzo de 2018

How to Remove or Delete Digital Signature from PDF Document

Not only permissions password can restrict editing on PDF document, but also digital signature would make signed PDF document not editable.
cannot edit signed PDF document
But if I want to edit PDF document after it is signed with digital ID, how can I do to remove edit restrictions from signed PDF document?
Following passage will show you how to do by PDF document conversion. And then list some other opinions about removing PDF document digital signature from Internet for reference.

Delete Digital Signature from PDF Document by Conversion between PDF and PS

Step 1: Export the signed PDF document as a PostScript file.

1-1 Open signed PDF file with Adobe Acrobat Pro.
open signed PDF file in Adobe Acrobat
1-2 Click File > Save As and choose file type PostScript (*.ps) in Save As window, and click Save button.
save signed PDF file as postscript file
Then you can see PS file in the location you select to save it.
successfully get postscript file from signed PDF document

Step 2: Convert the PS file back into PDF.

Double click PostScript file you just got. And it will be converted into PDF by Adobe Distiller. You can see the conversion progress in the Acrobat Distiller window. Until the status becomes ready, a PDF file can be viewed there.
convert PS file into PDF document

Step 3: Open converted PDF file and delete digital signature.

3-1 Click the new PDF file in Adobe Distiller and open it with Adobe Acrobat Pro. You can see the blue pane has disappeared from the top of original document. And signature has become editable like other PDF document content.
remove digital signature from PDF document
3-2 Turn to Tools > Content Editing, choose digital signature in PDF document and delete it.
Tips:
If you have interactive elements such as form fields, buttons, hyperlinks, etc. in your PDF that you want to preserve, please be careful to export PDF to a PostScript file. And when you set a name for PostScript file, please use a name different from original PDF file, in order to prevent overwriting your original PDF file when redistilling.
Besides, some other opinions or ways from Internet might help you to find more choices to delete or remove PDF document digital signature.

Opinion 1: Two steps to delete PDF digital signature

A digital signature field can be removed like any other form field, if you were the one who signed it or otherwise have access to private key.
1. To clear a digital signature, right-click the field and select Clear Signature.
2. To remove the field, active the Select Object tool, click field to select it, and then delete it.

Opinion 2: Removing PDF signature asks for right to edit PDF file

In case you have the rights to edit that PDF file, in that case you can remove the signature fields by taking the PDF in the form editing mode. This would be the easiest way to remove PDF digital signature. But at most of time, you don’t have the rights.
So it is always recommended that whenever we are applying signatures on a PDF file, always keep a backup of the original file with a different name or at a different location.

Opinion 3: How to remove digital signature from PDF when it is signed with several signatures

This opinion is worth to be thought about and tried. Removing digital signature from PDF document depends on when the signature is added or applied to PDF document.
If the signature is applied on the first time the PDF was created, you will need to find the signature field and delete the value.
If the signature is added to PDF document after PDF creation, you should go back to the previous version of PDF document in order to remove digital signature.
If there is more than one signature in the document, you will only be able to remove the most recent signature so that other signatures do not get invalidated. To remove most recent signature, you will have to revert back to the version before this most recent signature is applied. If you want to remove an older signature, you will need to remove all counter signatures that were added after.
After all, which one can work for your signed PDF file? It depends on your PDF file digital signatures and how do you want to remove or delete it. But the way talked first is workable without any doubts.