Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Tuesday, 17 November 2015

Why does Sometimes Windows Program Stop Responding?

An unresponsive  and not responding error may mainly arise with our PC/laptop . We have not to worry about it. Sometimes it may happens that not our mouse , nor our keyboard work properly.There were only one option that we have to restart the PC.
         This happen when our system uses 100% CPU but there doesn't shown and our PC fan rotate very fast and hot air comes from there.

There were many reasons of it that our PC is not responding but i will tell you some of them whatever i face in practice session:-
1.Hardware Compatibility Issue:-We use hardware which is not compatible for our computer .They must be a MOUSE ,USB,
KEYBOARD,HARDISK , PENDRIVE , ETC. In that case we got a blue screen message mainly known as BSOD(Blue screen of Death). You have to remove that suspicious item and replace with a functioning device or mainly compatible device .Many of time it may crash our Operating System.
2.Driver Issue:- Even Sometimes we install wrong driver on own PC than it makes some of the issues .It would be better to install proper and appropriate driver  on Pc .Must install proper driver with proper hardware.
3.Windows Registry Issue:- People uses cleaner which helps to clean all garbage in computer but some of cleaner can also clean registy .Registry are complex thing sometimes minor change in them can cause BSOD(Blue screen of Death) or not responding error .So, it would be better to not messed with registry.
4.Antivirus Program Issue:- It seems to be strange sometimes people install two antivirus on PC and it would also make conflicts in computer.It may Messed up with programs and registry and can cause to the crash of Operating system .You have to uninstall which don't work better. 
5.Malware and Viruses Issue:-Viruses Like worm, Trojan , malware Etc. are very much defective for our computer. We have to use  better antivirus for Pc to get rid of it.
 6.Application Bugs Issue:- When a poorly written system tools and application are run on computer it frequently hangs  IE(Internet explorer) or Mozilla Firefox with all application .First of all you have to know which application causes problem and get rid out of it.You may have to uninstall the application from PC. 
^POINTS:-  Sometimes  in our Pc our keyboard are working properly and our all program get jammed then we use CTRL+ALTR+DEL to open  startup task manager where you can go to the tab Application and  Select application and Press End task.

Tuesday, 23 September 2014

How to reset the password of Window 8 through Command prompt?

When your window 8 operating system get locked and you forgot your password.Never take tension
just follow the below instruction and be happy.

Step1:- Shutdown your Pc or Laptop.
Step2:-Switch "ON" the computer and start clicking "F11". After pressing "F11" you see a interface
open .
Step3:-When it open there is option of select language then Select" US".
Step4:-After that you click on "Troubleshoot".
Step5:-When you click on "Troubleshoot" a new interface open where you have to click on "Advanced Options".
 Step6:-Again a new interface open and you have to select "Command Prompt".
Step7:-After that we have to Type:-
    (a)  Copy c:\windows\system32\utilman.exe c:\
   (b)Copy c:\windows\system32\cmd.exe c:\windows\system32\utilman.exe 

Step8:-After all a yes no option comes you have to click "Y" and press Enter.

Step9:-After that Restart your computer and When system start click on"Ease of Access Icon".
Step10:-When command prompt open Enter following command 
           type:-
        Netuser "Your New Account Name"  new Password

Step11:-  Again repeat the Step 1,2,3,4,5,6.
Step12:- Then type on command
      Type:-
      Copy: c:/ultiman.exe c:/window/system32/utilman.exe
Step13:- After all a yes no option comes you have to click "Y" and press Enter.

Here your window 8 password get reset and Enjoy your Pc!!!

 
 




Monday, 22 September 2014

How to reset Your Window 7 Forgotten Password With An Ease through Command Prompt..

Steps are given below follow it :-
Step1:-Make a bootable pen drive or take a bootable CD of window 7 .
Step2:-Shutdown Your Pc or Laptop.
Step3:-Switch on the Pc and press bootable key for example( f2, f8,f9,f10...).
Step4:-Select your boot drive like pen drive or dvd drive which one you make bootable.
Step5:-When window option open click "Next".
Step6:-Then click on "Repair Computer ".
Step7:-Select "command Prompt" to backup the original sticky key file.
Type:-
(a)Copy c:\windows\system32\sethc.exe c:\
(b)copy c:\windows\system32\cmd.exe  c:\windows\system32\sethc.exe

Step8:- Restart the computer once you see login screen , hit SHIFT key 5 times ,you"ll see an             administrator mode command prompt.
Step9:-When Command Prompt Open Just Enter
type:-
netuser adminstrator name mynew password
                                   Or 
you type "lusrmgr.msc" a pop menu open of local user and group.
Step 10: There select user and set password.
 
Step11:-Here you computer password break.

How to install the visual basic 6.0 on window 7 64 bits properly ?

 Below all steps are given to run visual basic 6.0 in window 7 64bits version .Try step by step :-

 1 .When some of the  problem faced by you like
# library not registered
# connection not done

#oracle connection not succeed 
And many more  
You must have to change the path  of visual basic6.0 in window 7 64 version OS
during the installation
.


you can short-out these problem by changing the path of visual basic 6.0

 Path of visual basic during installation is
   Path:    C:\programs File(X86)\...
  
You just have to  change one thing or delete one thing the (X86) from it and then install or proceed the process
  
    Path:    C:\programs File\...

 just delete (x86) and proceed the installation process
        Enjoy!!!



        Your programming


2..The second Error you faced is  the "Error accessing the system registry"

  Select the Microsoft Visual Basic 6.0 shortcut from the Start menu and right-click on it.
 Select Properties, and the property sheet for the shortcut will be displayed. Next, click on the Compatibility tab. It is recommended that you make the following changes:
   
    1. Enable compatibility mode and select Windows XP (Service Pack 2) .....
        2. Check the "Disable visual themes" option .....
        3. Check the "Disable desktop composition" option.....
        4. Check the "Run this program as an administrator" option

   3.
    When you are facing these types of problem in running visual basic 6.0 in Windows 7 64-bit like --" Library Not Registered problem"
    then you use under given command to overcome from these problem
        Some time it doesn't work due to some problem but it work...


   

 Steps below to track-out the problem . (Operating system is Windows 7 64-bit)

    1. Open command prompt (run as administrator)
    2. I changed directory to C:\Windows\SysWOW64
    3. Unregistered the control using the command "regsvr32 /U mscomctl.ocx" (successful)
    4. Re-Registered using the command "regsvr32 mscomctl.ocx" (successful)
    5. Opened a new project in VB6 and tried to add Microsoft Windows Common Controls 6.0 (SP6) but
    as soon as I click "Apply" I still get the error "object library not registered"

    If I edit the project file (of the project that no longer loads) with notepad the reference to mscomctl is:

    Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0; mscomctl.ocx

    but I'm not able to tell if the project file is referencing the proper version of the control.

   

    Enjoy Your Programming :)