Showing posts with label list. Show all posts
Showing posts with label list. Show all posts

Monday, February 6, 2017

DUAL p Channel mosfet list



DUAL p Channel mosfet list


SQ1025X Dual SC-89 P
SQ4917EY Dual SO-8 P
SQ4937EY Dual SO-8 P
SQ4949EY Dual SO-8 P
SQ4953EY Dual SO-8 P
SQ4961EY Dual SO-8 P

SQJ941EP Dual PowerPAK SO-8L P
SQJ951EP Dual PowerPAK SO-8L P
SQJ963EP Dual PowerPAK SO-8L P


Go to link Download




Saturday, January 28, 2017

How to Create a List of Installed Programs in Windows



How to Create a List of Installed Programs in Windows


When you format your hard disk to install a fresh copy of Windows, you lose all your installed programs. Then you have to start from a scratch, installing Windows followed by drivers, then security programs and finally all your user programs. Things become a lot easier and faster if you know what to install, and that means having a list of applications to install. If you want to start from where you left before you decided to reformat the hard drive, you will need a list of applications that are currently installed on your machine; a list prepared months ago will be of no use, especially if you frequently install new programs.
Let me show you how you can quickly prepare such a list.

Method 1: Using Windows PowerShell

Click on the Start Menu and search for “PowerShell”. Press Enter to open Windows PowerShell.
Windows PowerShell, as the description on Wikipedia goes, is Microsofts task automation framework, consisting of a command-line shell and associated scripting language built on .NET Framework. PowerShell provides full access to COM and WMI, enabling administrators to perform administrative tasks on both local and remote Windows systems.
Now type the following command (simply copy and paste, and then hit the Enter key):
Get-WmiObject -Class Win32_Product | Select-Object -Property Name
After a brief pause, Windows PowerShell will list all programs installed on the machine.

powershell-list

If you want to redirect the output to a file just use the > sign, followed by the file name. For example:

Get-WmiObject -Class Win32_Product | Select-Object -Property Name > D:installedapps.txt

The list will be automatically copied to the file installedapps.txt on drive D:

powershell-list2

Method 2: Using Command Prompt

Click on the Start Menu and search for “cmd”. Right-click on Command Prompt and then choose “Run as Administrator”.

In command prompt, type the following two commands:

WMIC 
product get name,version

This will display all the installed programs accompanied by the version number.

cmd-wmic

To export all the installed programs to a text file execute the following two commands:

WMIC 
/output:D:installedapps.txt product get name,version

cmd-wmic-list

Method 3: Using CCleaner

Unfortunately, method 1 and 2 produces only a partial list of installed programs. You can easily verify this if you compare this list with the list of installed programs displayed under “Programs and Features” applet in Control Panel.

To prepare a complete list of installed programs we will use CCleaner.

Open CCleaner and then click on the Tools icon. On the bottom right of the program’s window, click on the button “Save to text file” and then save the list of programs.

ccleaner-save-text

This list is complete and far more useful then the ones created by Command Prompt and Windows PowerShell. The list includes all installed programs, the version number, name of the publisher/developer, install date and size.

Also read: TGUP - Unattended applications downloader and installer and Reinstall Windows 8 Without Losing Installed Programs and Files

Go to link Download




Tuesday, December 13, 2016

Laptop Motherboard Repair and problems list



Laptop Motherboard Repair and problems list


The motherboard is the main part in laptop. If you order a new motherboard from the manufacturer, you have to pay about 80% of the total cost of the whole laptop. Because the motherboard is so expensive, we will fix or replace components on the motherboard to reduce the cost for you. If other laptop repairs or manufacturers suggest that you replace the motherboard, let us fix it to component levels to reduce the cost for you.

 
















Your laptops motherboard may just need to be replaced a little chip; we save the motherboard and reduce the cost for you.

Symptoms of motherboard problems
No power
Power but no boot
Over heat
Shut down
Blue screen
Random power off
No sound
No video
No charge
Do not recognize devices, do not recognize hard drive, CD-ROM, keyboard, digital cards.
Bad BIOS chip
Cannot install OS/software
No Wireless and no Ethernet (LAN)
Bad PCMCIA port, bad USB ports, bad printer port
Shut down/hang when moved
AC adapter turns off when plug in.

Go to link Download




Thursday, October 13, 2016

P CHANNEL POWER MOSFET FOR HI REL APPLICATIONS LIST



P CHANNEL POWER MOSFET FOR HI REL APPLICATIONS LIST


IRF9130SMD P-CHANNEL POWER MOSFET FOR HI.REL APPLICATIONS 1 2 Seme LAB
IRFY9130 P-CHANNEL POWER MOSFET FOR HI-REL APPLICATIONS 1 2 Seme LAB
IRFY9230 P-CHANNEL POWER MOSFET FOR HI-REL APPLICATIONS 1 2 Seme LAB
IRF9530-220M P-CHANNEL POWER MOSFET FOR HI.REL APPLICATIONS 1 2 Seme LAB
IRFY9140 P-CHANNEL POWER MOSFET FOR HI-REL APPLICATIONS 1 2 Seme LAB
IRF9530SMD P-CHANNEL POWER MOSFET FOR HI.REL APPLICATIONS 1 2 Seme LAB
IRFY9140C P-CHANNEL POWER MOSFET FOR HI-REL APPLICATIONS 1 2 Seme LAB
NTE388 Silicon Complementary Transistors General Purpose High Power Audio Disk Head Positioner for Linear Applications 1 2 NTE Electronics
IRFY430M-T257 N-CHANNEL POWER MOSFET FOR HI-REL APPLICATIONS 1 2 Seme LAB
IRF130SMD






Go to link Download