Posts

Showing posts with the label pc trick

Password Function Using PHP

Image
Assalam u Alikum, Here is PHP script to add UserName and Password Functionality in Your Webpage Using PHP. Here is my Login Page You can design whatever You want. Just ensure Name Attribute is same on both HTML (Input Tag) and PHP script. Thanks... Regards Asad Saleem

Shutdown Your Friend's PC (No Software or Coding Needed)

Image
Shutdown Your Friend's PC – Awesome Trick Assalam-u-Alikum Friends, The purpose of this post to tell you an awesome Trick that shutting down your Friend's Personal System. Note : That POST is only for Study purpose and have no harmful effect on System so be cool . Lets Start our Trick : Just Follow the Following Steps 1. Right Click on Desktop -> New -> Click on “Shortcut”. 2. Type or Copy/Paste the below code in the Shortcut field. %windir%\system32\shutdown.exe -s -t 120 -c "Danger !!! You are Hacked and Files deleting Virus injected in your System " Code Explanation : Basically, that create a shortcut of “ shutdown .exe” file that reside in C:/windows/system32 folder and double quotes have the message that you want to display before shutting down (Note: You can write your own message in double quotes “---your message----”). 3. After typing or copy/pasting code Click the next Button. 4. Now give a name t...

Find Your Laptop or Computer Serial Number (No Software Needed)

Image
Assalam-u-Alikum Friends, Everyone knows that every Computer System have Serial Number. That Number Mostly required when you need some Technical-Support. That number is usually mentioned on a sticker below the laptop or backside of Computer system but in case you Lost that sticker or low visibility issue then what will you do ????? Don't worry every Problem have a Solution. Just Follow the Following Steps to cope with this problem : ⇉ Open cmd (Start -> Run -> Type cmd -> Press  Enter ) ⇉   Type the below command in cmd wmic bios get serialnumber Screenshot: ⇉   That’s it !!!! Enjoy 😉😉😉