Pages

Kaspersky key invalied key Error

Dear Customer

Kaspersky Support Team is replacing your code with other code. just fill the form and tell the Kaspersky support that your key is showing blocked . The support team will raise a ticket and share you a new code on your shared email ASAP.

Dear Customer

Kaspersky Support Team is replacing your code with other code. just fill the form and tell the Kaspersky support that your key is showing blocked . The support team will raise a ticket and share you a new code on your shared email ASAP.

Use this chat support(24*7)

Click "Chat with an expert"  on this chat support link... https://support.kaspersky.com/us/b2c/IN#product

 Kaspersky Technical Support: 0008000401097 

 (Mon to Sat 9 AM to 6 PM)

 If your license has been identified as purchased from unauthorized distributor, you will be provided with valid license replacement. If your license has been identified as purchased from authorized distributor, the new license won’t be provided. If the "Key is blocked" error persists, please contact us using Consumer support contacts




Malayalam inscript software for windows

https://itatpanchayat.blogspot.com/2020/06/malayalam-inscript-keyboard-installer.html


പലരും കമ്പ്യൂട്ടറില്‍ ചില്ലക്ഷരം ടൈപ്പ് ചെയ്യുമ്പോള്‍ തൃശ്ശൂര് (തൃശ്ശൂര്‍) കണ്ണൂര് (കണ്ണൂര്‍) എന്നിങ്ങനെ വരുന്നു. ദയവായി ഇന്‍സ്‌ക്രിപ്റ്റ് കീ ബോര്‍ഡ് ഇന്‍സ്റ്റാള്‍ ചെയ്യുക.

printer spooler starting and stoping

Batch file to restart printer spooler



@echo off
net stop spooler
IF NOT exist C:\Windows\System32\spool\PRINTERS\*.shd echo NO DOCUMENTS IN QUEUE ONCE THE SPOOLER HAS STARTED TRY PRINTING AGAIN
IF NOT exist C:\Windows\System32\spool\PRINTERS\*.shd msg * NO DOCUMENTS IN QUEUE ONCE THE SPOOLER HAS STARTED TRY PRINTING AGAIN
IF exist C:\Windows\System32\spool\PRINTERS\*.shd del C:\Windows\System32\spool\PRINTERS\*.shd
IF exist C:\Windows\System32\spool\PRINTERS\*.spl del C:\Windows\System32\spool\PRINTERS\*.spl echo PRINTER QUE CLEARED PLEASE TRY PRINTING AGAIN msg * PRINTER QUE CLEARED PLEASE TRY PRINTING AGAIN
net start spooler
pause

reset windows 7 password


Reset password in windows 7



First you’ll want to type in the following command to backup the original sticky keys file:

copy c:\windows\system32\sethc.exe c:\

Then you’ll copy the command prompt executable (cmd.exe) over top of the sticky keys executable:

copy c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe

Now you can reboot the PC.

Resetting the Password
Once you get to the login screen, hit the Shift key 5 times, and you’ll see an administrator mode command prompt.

Now to reset the password—just type the following command, replacing the username and password with the combination you want:

net user geek MyNewPassword

That’s all there is to it. Now you can login.

Of course, you’ll probably want to put the original sethc.exe file back, which you can do by rebooting into the installation CD, opening the command prompt, and copying the c:\sethc.exe file back to c:\windows\system32\sethc.exe.

Changing windows 7 user path using regedit

USERS path setting in windows 7




Open the Registry editor (Regedit.exe)Browse to the location:
HKCU > Software > Microsoft > Windows > CurrentVersion > Explorer > User Shell Folders.In the right window pane select the required value (i.e. Desktop).Insert the new location for the folder to be stored.Close the registry editor and log off.
When you log back on your Windows 7 folder location such as the desktop will be stored at the new location. You do need to note that any content that was stored in the old location does not move with the change and will need to be moved from the old location to the new location before you will see it again.

Disable and Enable USB Storage acces

  Step 1: Enable Group Policy Auditing ·          Launch the  'Server Manager' and open the  Group Policy Management Console (GPMC...