Posts


M1 Exchange DSC Settings | Minimum Requirement for DSC in m1exchange

Image
What is M1 Exchange:- M1xchange TReDS is a digital marketplace to sell the receivables to banks/NBFC set up under the approval of Reserve Bank of India (RBI) to facilitate the discounting of invoices and bills of exchange on a PAN India basis. Run E-lock Websigning for M1 Exchange | E-Lock for M1 Exchange Fixed: if you get a message similar to allo file... to run E-Lock WebSigning DeskSign Control, please click on allow and allow and remember. Working with DSC: Minimum requirement Operating System:      Windows XP, Windows 7 and above Supported Browser:     Internet Explorer 11, firefox v65.x and above. Please follow the below process for e-lock installation - 1. Open the downloaded E-lock app form downloads folder. 2. Right click on it and select "Run as Administrator" 3. Click on Agree>Install>OK and once it processed completely then click on Close. 4. Open "C-Drive">Program Files (x86)>E-lock>Supersigner plus client>Sign app, right click and &qu

How to deploy software using Group Policy windows server 2008 r2

Image
Assigning software Selecting assign the program to a user, it's installed when the user logs on to the computer. When the user first runs the program, the installation is completed. If you assign the program to a computer, it's installed when the computer starts, and it's available to all users who log on to the computer. When a user first runs the program, the installation is completed. Publishing software While publishing a program distribution to users. When the user logs on to the computer, the published program is displayed in the Add or Remove Programs dialog box can be installed from there. Following policy required to complete the task Now we will provide the shared location to the user to install the software from group policy. User must have read and executive access to the folder containing the msi package.  Check from the user side whether the share folder is accessible or. After applying the policy now configure the software installation policy Go to the compu

You must change your password before logging on the first time.

Image
This happens when we try to login to remote desktop or server and the user attribute is set to change password in next login. Case 1: If you are using older version RDP Client you will get following error. Case 2: If you are using update version remote desktop client you will get following Prompt to change the password before login forcefully.

Clear All Type of History in windows computer

Image
Clear Run Command History | Clear Windows Explorer Address Bar History | clear Remote Desktop Connection History Using Regedit / GUI x Clear Windows Explorer Address Bar History:  Go to Regedit and search for Typedpath and delete the all cached historys. clear Windows Explorer Address bar history Clear Remote Desktop Client History      Following steps are to clear the remote desktop cache, go to regedit and delete the key Also Delete the Servers Go to the Remote Desktop connection, delete the auto fill, and click on save,

Repair Hikvision IP Camera | Cable color codding

Image
Repair Hikvision IP Camera | How to joint Cable , Hikvision IP Camera cable color codding: - How to fix: hikvision ip camera wiring diagram hikvision ip camera rj45 pinout (wiring) hikvision camera cable connection hikvision ip camera pinout cp plus ip camera cable color code hikvision rj45 connector hikvision poe wiring diagram 8 wire security camera wiring diagram

auto opening microsoft edge while open internet explorer

Image
Being redirected from Internet explorer to Edge automatically ? I am surprised that I am automatically redirected from IE to MS Edge when I go to open Internet Explorer to login IP Camera. I like IE and would rather stay in Explorer for camera login and web mail login. Since 8/1/20 I am being automatically directed to MS Edge with Edge main page opening for my Gmail.                                       Fixed: Open Microsoft Edge browser and click on the 3-dots menu button present at the right-side of the toolbar. Now select setting. Now go to Default browser tab and in right-side pane, look for following option You can disable this behavior from Edge by going to Settings > Default browser > Let Internet Explorer open sites in Microsoft Edge and setting. How to disable automatic redirection from Internet Explorer to Microsoft Edge? How do I Turn on automatic https in Microsoft Edge? Why does Microsoft Edge disable pop ups and redirects? Is there a way to stop auto redirects?

pdf takes long time to load print dialog

Image
PDF usually takes time to load print dialog due to printer not available. There will be a issue in network or your printer driver is missing. First we need to check the printer is reachable. If the Printer is attached via the windows shared printer, attach the printer directly to the machine and open pdf file and check the print dialog. If it works fine means the issue in network shared printer. Follow below troubleshooting steps. Remove and add printer again Install printer directly to the machine instead of windows shared printer on network. Update printer driver. Change default printer to locally attached printer. Go to print>Advance> select the "Let printer determine the print color"  How to fix : printing pdf slow spooling, pdf taking long time to load adobe reader slow printing windows 10 how to fix slow pdf, files slow printing pdf  adobe print dialog box slow to appear adobe reader slow printing windows 10 printing pdf slow spooling adobe reader slow to open pdf

How to clear remote desktop history

Image
Following steps are to clear the remote desktop cache, go to regedit and delete the key Also Delete the Servers Go to the Remote Desktop connection, delete the auto fill, and click on save, This post is related to Clear the RDP Cache from the registry using regedit, How to clear remote desktop history,  Clear remote desktop, windows 10 Clear remote desktop 

Low Disk Space error code 150110

Image
on launching of the setup or programs it prompts the error 150110 (Low disk space ). it means that thinclient or pc has low disk. to rectify the issue understand the below points. 1. Check the Disk (most likely the C Drive may have low space. 2. Uninstall the some software and make free space. 3. Check the Temp file location. Software extract itself and there may be low disk. 4. Now run again the setup. Now we have fixed the problem ( low disk Space error code 150110 in Dell thinclient, Dell wyse 3030 ). #Dell Wyse 3030

Repair PST & OST file

Image
 

How to enable Dot NetFramework 3.0 feature in windows server 2012

Image
  How to enable Dot NetFramework 3.0 feature in windows server 2012 hklm\software\policies\microsoft\windows\windowsupdate set usewuserver to 0 hexodecimal net stop wuauserver net start wuauserv install-windowsfeatuer net-framework-core net stop wuauserver ------------------------------------------------------- DISM /Online /Enable-Feature /FeatureName:NetFx3 /All DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs ------------------------------------------------------- #using powershell Install-WindowsFeature Net-Framework-Core -source \\network\share\sxs