Posts

Showing posts with the label cmd

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

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 😉😉😉

Hide Text Behind the Image (No Software or Script Needed)

Image
Assalam-u-Alikum Friends, That is a Simple trick using Command Prompt (cmd) and a simple COPY command that trick will be helpful for you. Just Follow the Following Steps : Create a folder Copy an image and the text file (File which hold the text that you want to hide). Desktop is preferred path. See the Screenshot Now your desktop or folder should contain an Image File and text File (.txt file).  where, Image.jpg - Image file   Data.txt - Text file Open Command Prompt from Start Menu or (Window + r) and type RUN. Then type cd desktop to change the cmd location to desktop or cd (Path of folder that have image and text file ). See the Screenshot Now type the below code in cmd copy /b image.jpg + data.txt output.jpg where output.jpg is the destination image file name See the Screenshot Now open the image named output.jpg that newly created in the folder or your desktop. It is looks like a normal image....