22.12.17

Setup default printer in Firefox..

1. Open Firefox
2. Type " about:config"
3. Search "print_printer"
4. Type the name of default printer and close the browser..

Enjoy....

18.12.17

GST DSC-Digital Signature Issue, Failed to establish connection to the server . Kindly restart the Emsigner Click here to troubleshoot.

You need to perform the below steps
1) Make sure your DSC is registered and USB token is plugged in. 
2) Run emSignerGSTN as Administrator
3) In "Configure Java" add https://127.0.0.1:1585 to the exception list 
4) In chrome browser open https://127.0.0.1:1585 and accept/proceed/advanced the certificate warning 
5) Open another chrome browser, login to GST website and submit your return.



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

1.  In Chrome : Settings>Advances Settings /Show Advanced Settings(menu seen at the bottom)  > Content / Content Settings  > Java / Java Script/Java Settings > Allow sites , add https://127.0.0.1:1585

2. Popups > Allow > https://127.0.0.1:1585
 
3.  In COntrol Panel > Java > Security > Exception sites list > add, https://127.0.0.1:1585

 

8.12.17

How To Find WiFi Password On Windows 10:

  1. Open CMD
  2. Now simply type netsh wlan show profile on the screen of command prompt. This command will display you a complete list of WiFi network were ever connected to via that PC.
  3. type netsh wlan show profile name=profilename key=clear. 

2.8.17

Shared Folders and the Windows Firewall - Ports


Sharing a folder or file creates a Windows Firewall exception for File and Printer Sharing. The exception opens the ports listed in the following table.
ConnectionPorts
TCP
139, 445
UDP
137, 138

4.7.17

Fixing Windows Can't access Error Code 0x800704cf

 
 
To fix 0x800704cf error on your system, you simply need to uncheck  the Client for Microsoft network Option. Which in many case have solved the error code problem for many users. Lets see how it is done.

Step 1: Right Click on Network icon from taskbar and click on "Open Network and sharing center." Alternatively, you can even search your PC for Open Network and Sharing Center.

Step 2: Once the Windows opens up, Click on Change Adapter settings from the left pane.


Step 3: A new dialog box should appear in front of you with all Network Connections, Right click on your Network Adaptor (Wi-Fi) and select Properties.

Step 4: Properties dialog will show up. Now Uncheck very first option which should be Client for Microsot Network and click OK.

Once all steps are done, Go and Check if you still get error code 0x800704cf or not.
To fix 0x800704cf error on your system, you simply need to uncheck  the Client for Microsoft network Option. Which in many case have solved the error code problem for many users. Lets see how it is done.

Step 1: Right Click on Network icon from taskbar and click on "Open Network and sharing center." Alternatively, you can even search your PC for Open Network and Sharing Center.

Step 2: Once the Windows opens up, Click on Change Adapter settings from the left pane.


Step 3: A new dialog box should appear in front of you with all Network Connections, Right click on your Network Adaptor (Wi-Fi) and select Properties.

Step 4: Properties dialog will show up. Now Uncheck very first option which should be Client for Microsot Network and click OK.

Once all steps are done, Go and Check if you still get error code 0x800704cf or not.
To fix 0x800704cf error on your system, you simply need to uncheck  the Client for Microsoft network Option. Which in many case have solved the error code problem for many users. Lets see how it is done.

Step 1: Right Click on Network icon from taskbar and click on "Open Network and sharing center." Alternatively, you can even search your PC for Open Network and Sharing Center.

Step 2: Once the Windows opens up, Click on Change Adapter settings from the left pane.


Step 3: A new dialog box should appear in front of you with all Network Connections, Right click on your Network Adaptor (Wi-Fi) and select Properties.

Step 4: Properties dialog will show up. Now Uncheck very first option which should be Client for Microsot Network and click OK.

Once all steps are done, Go and Check if you still get error code 0x800704cf or not.

11.6.17

How to fix Yes button grayed out in User Account Control

start you system in safe mode..

Press the
Windows + R keys to open the Run dialog, type lusrmgr.msc and click/tap on OK. In the left pane, click/tap on the Users folder, then in the middle pane, Right click/tap on Administrator.
add/change password

restart in normal mode issue should be resolved.









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









Fix for Yes button grayed out in User Account Control (UAC):

1.Press Windows key + Q button to open Windows charms bar.
2.Type ‘cmd’ in the search and open it.
command prompt
3.In Command Prompt type: SHUTDOWN /R /O -T 00 and press Enter.
shutdown recovery option command
4.Wait till the computer restarts and the advanced boot options are displayed.
5.Click on Troubleshoot from ‘Choose an option‘ screen.
advanced boot options
6.Next select ‘Advanced options.’
troubleshoot from choose an option
7.Now in the advanced option menu, click on ‘Command Prompt.’
Command prompt from advanced options
8.Command Prompt will open after the restart.
NOTE: You may need to enter administrator password or current user account password.
9.In cmd type NET USER ADMINISTRATOR /ACTIVE:YES and press Enter to enable the Administrator account.
active administrator account by recovery
10.Now exit the command prompt by typing exit and press enter.
11.From Choose an option window, click Troubleshoot then Advanced options and click Startup settings.
Startup setting in advanced options
12.From the Startup Settings window, click Restart.
Restart from startup setting window
13.Startup Settings window comes up again after the Windows restart, press 4 on the keyboard to start in the Safe Mode.
14.In Safe Mode click on the Administrator account to log in.
administrator account login
15.Once you are logged in Administrator account, you can remove the old account and create a new one without errors.

7.6.17

How to Uninstall Windows 10’s Built-in Apps (and How to Reinstall Them)

Use PowerShell to Uninstall Built-in Apps

First, open PowerShell as administrator. Open the Start menu, search for “PowerShell,” right-click the PowerShell shortcut, and select “Run as administrator.” Agree to the UAC prompt.

Copy and paste one or more of the following commands into the PowerShell prompt, pressing Enter after each one to remove the apps you don’t want on your Windows 10 system:

Uninstall 3D Builder:
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Uninstall Alarms and Clock:
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Uninstall Calculator:
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Uninstall Calendar and Mail:
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Uninstall Camera:
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Uninstall Contact Support:
This app can’t be removed.
Uninstall Cortana:
This app can’t be removed.
Uninstall Get Office:
Get-AppxPackage *officehub* | Remove-AppxPackage
Uninstall Get Skype:
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Uninstall Get Started:
Get-AppxPackage *getstarted* | Remove-AppxPackage
Uninstall Groove Music:
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Uninstall Maps:
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Uninstall Microsoft Edge:
This app can’t be removed.
Uninstall Microsoft Solitaire Collection:
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Uninstall Money:
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Uninstall Movies & TV:
Get-AppxPackage *zunevideo* | Remove-AppxPackage
Uninstall News:
Get-AppxPackage *bingnews* | Remove-AppxPackage
Uninstall OneNote:
Get-AppxPackage *onenote* | Remove-AppxPackage
Uninstall People:
Get-AppxPackage *people* | Remove-AppxPackage
Uninstall Phone Companion:
Get-AppxPackage *windowsphone* | Remove-AppxPackage
Uninstall Photos:
Get-AppxPackage *photos* | Remove-AppxPackage
Uninstall Store:
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Uninstall Sports:
Get-AppxPackage *bingsports* | Remove-AppxPackage
Uninstall Voice Recorder:
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Uninstall Weather:
Get-AppxPackage *bingweather* | Remove-AppxPackage
Uninstall Windows Feedback:
This app can’t be removed.
Uninstall Xbox:
Get-AppxPackage *xboxapp* | Remove-AppxPackage

 

20.3.17

Gmail not popup the "Signout" and "Google Apps" in Firefox


about:config into the firefox address bar (confirm the info message in case it shows up).
Search for the preference named security.mixed_content.block_display_content. double-click it and change its value to true


Its working for me..