Posts
Digital signature settings for EPFO Unified Portal
- Get link
- X
- Other Apps
You have been facing the several issue while performing the digital signature settings for EPFO Unified Portal of Govt. of India. We are going to fix the following issue, Your Application is blocked by Java Security. Error signing, Internet Explorer not responding, Let's fix those problems during the signing the pdf. System Requirements to perform a Digital Signature 1.Install the java Download Java 7 64 bit Download java 7 32 bit 2.Browser:- Internet Explorer 9 and above or 3. Windows 7 Service Pack 1 and above. Internet Explorer Settings:- 1. Click setting icon top left of the browser, click on Manage add-ons 2. Enable Java Add-ons Digital Signature Settings for EPFO Unified Portal Internet Explorer settings for DSC Java Settings:- 1.On search bar type java and click on configure java 2. Under the security tab select “High” and click on edit site. Add the site domain or url where we will perf...
Fix Adobe reader stops running or not responding
- Get link
- X
- Other Apps
Adobe Reader not responding | Fixed In Windows Operating systems, while working on pdf file using adobe reader, it stops running and closes automatically. Try following fix to get the rid out of it. Restart the PC Delete the Temp files and run the disk cleanup. Try Reinstalling the Adobe Reader. Update the antivirus and scan the PC. See for another application, if same issue with another application, try to run check disk utility on c: drive. Download Another Version of Adobe from Download Adobe Reader . Try Clean Reinstalling, (Uninstall the Adobe reader and Delete the Adobe reader data from app data in C:\users\username\appdata\adobe) Restore the Windows from the last version of good working.
Unable to copy autorun.inf file due to antivirus.
- Get link
- X
- Other Apps
In most cases your antivirus may prevent coping the autorun.inf file. Antivirus stops it being copy and execute in the system. If you really want to copy or execute this file, you can follow below steps to get this job done. Method 1: Disable the Antivirus and perform the action Method 2: Uninstall the Antivirus and Preform the action. This may put your computer into risk, perform carefully. Method 3. Go to into safe mode and get the job done.
Fix windows 8 is not going into boot menu
- Get link
- X
- Other Apps
How to Boot into BIOS without using the Delete, F10 or F2 key whatever you use to go in BIOS Setup. In HP system with Windows 8, I have experienced that the system is not going into the bios, this may be that your computer/PC F10 or function key is not working, so in this condition you can choose the another option to get the PC into BIOS. Following Steps may can help to get this job done.
NPAV License transfer to Another PC
- Get link
- X
- Other Apps
How to transfer the NPAV License to Another Computer In case of you format the system or get hard drive failure or you want to transfer the NPAV License to another PC, you can follow the following step to complete the license transfer successfully. Open the NPAV Control Panel and go to the license information. Click the Reset the license Now you can active the license again to preferred computer
Signature and Encryption in Certificate Type | Emudra
- Get link
- X
- Other Apps
What is the different between Signature and Encryption in Certificate Type | Emudra Signature – Signature is a secure way of signing the documents and you could use this for director KYC, Foreign Trade, Income tax, MCA and GST Encryption- Encryption is one of the most secure way of signing confidential documents and is required for purposes such as e-tendering, e-procurement i.e processes which require highest degree of security and confidentiality
Active Desktop Recovery | Windows XP
- Get link
- X
- Other Apps
Active Desktop Recovery 1. Go to Regedit and find this registry key HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\SafeMode\Components 2. Find DeskHtmpversion, Open it 3. Set value as per screenshot. 4. Click Ok and refresh the desktop after that take a restart. ==================================================================== Temp login Fix | How to restore profile You suddenly notice that there is no data on your desktop. My data does not even have data, and it looks like this is not only your desktop but it is your own, but you are logged into the temporary profile. When you go to c:\users\"Profile name", you will start having your desktop and all the other data shows. Let's know how it all happened. The reason Hard Disk bad sector Virus attack Unexpected shutdown Let's fix it Login with temp profile, if you do not have administrator privileges login with Administrator account. Go to the Run command and type Regedit using Windows key + R Go ...
Windows 10 Stuck on Restoring your previous version of Windows
- Get link
- X
- Other Apps
Cause This issue can be caused by a failed Windows update. Solution There are several ways on how we can resolve your issue with getting stuck at "Restoring your previous version of Windows". Note: While performing the Troubleshooting, we recommended to take the backup of all data to another Hard Disk Drive in case of filed recovery of windows or Hard disk failure. Click on Start (Windows icon). Go to Settings (Gear icon). Select Update & Security > Recovery > Reset this PC. Hit on the Get Started button. During the process, select Keep my files option to keep all your personal data safe..
Mount a network shared drive on Ubuntu
- Get link
- X
- Other Apps
Let's see, How to mount Network Shared Drive ( Windows) in Linux System (Ubuntu) Open The Terminal, and enter following commands, sudo mkdir /mnt sudo mkdir /mnt/share sudo apt install cifs-utils sudo mount.cifs //10.0.1.4/share /mnt/share/nmshare/ -o user=share,pass=share Mount On boot This is an example if you have credentials set to access your network share. To mount the network share which does not have credentials, use this command: //10.0.1.4/share /mnt/share/nmshare cifs guest,uid=1000 0 0