Skip to main content

Hardware information on Windows 10

 To know hardware information in Winows 10 

1. Go to control panel and select System and security


   2.click on Administrative tools inside System and Security

3.Click on System information in Administrative tools


4.Now you can see your pc's hardware and software information



>>> if you want to know more detailed information about your Processor ,Ram ,motherboard it is better to use 3rd party applications like CPU-Z . 


Download CPUZ  . 

Comments

Popular posts

Android List View using Custom Adapter and SQLite

following is a simple applicaton to create ListView using  Custom adapter.screenshot of the application  is like this . ListView is not used in android Anymore . We use  RecyclerView  and  CardView   in Android RecyclerView Demo is available on the following link http://androidtuts4u.blogspot.in/2017/04/android-recyclerview-example.html RecyclerView with Cardview Example is available on the following link http://androidtuts4u.blogspot.in/2017/09/android-card-view-example.html The ListView below the submit button is populated using Custom Adapter.Data is stored and retrieved using SQLite databsase. you can download the source code of this project from  google drive   https://drive.google.com/folderview?id=0BySLpWhqmbbdUXE5aTNhazludjQ&usp=sharing click on the above link ->sign into  your  google account ->add this to your google drive -> open it in google drive and download it. To create a simple application like this 1.  Create a class which extends  

Android Sqlite and ListView Example

This is simple application which insert data into Sqlite database --and shows the data  from the database in a ListView ListView is not used in android Anymore . We use RecyclerView and CardView   in Android RecyclerView Demo is available on the following link http://androidtuts4u.blogspot.in/2017/04/android-recyclerview-example.html RecyclerView with CardView Demo is available on the following link http://androidtuts4u.blogspot.in/2017/09/android-card-view-example.html This  is the first Activity of application which shows data from database in listview. Register here buton will start a Registration Activity. Submit button will add data to database and show it in the ListView of MainActivity. Update can be performed by clicking ListView items.     you can download the source code of this project from  google drive   https://drive.google.com/folderview?id=0BySLpWhqmbbdS0dtT1R2TXdBWEE&usp=sharing click on the above link ->sign into  your  google acc

Unknown filesystem grub rescue> Error ubuntu

when computer shows    Unknown filesystem grub rescue>   on starting ubuntu  do these things to recover ---. Boot  your computer on a ubuntu live-CD or live-USB ---choose option "Try ubuntu without installation" ---Install Boot Repair       -  open terminal then type             sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update -press enter then type     sudo apt-get install -y boot-repair && boot-repair   ---- if you can't install Boot Repair from repository, dowload it from official   website of Boot Repair --- After Installing open it and click the "Recommended repair" button .         this will fix your system  --- Reboot your system it will work fine if your system is not fixed after this do the following(you have to install grub)   --- If your linux partition is in sda10 sudo mount /dev/sda10 /mnt sudo mount --bind /dev /mnt/d