Posts

How to take screenshots in computer

Image
1.  Click on the window you would like to capture. 2.  Press  Ctrl  +  Print Screen  (Print Scrn) by holding down the  Ctrl  key and then pressing the  Print Screen  key. The  Print Screen  key is near the upper-right corner of your keyboard. (Depending on the type of keyboard you have, the exact key names on your keyboard may vary slightly.)     3. Click the  Start  button, located on the lower left-hand side of your desktop.   4. Click on  All Programs.   5. Click on  Accessories.     7. Click on  Paint .   8. In the paint window, hold down the Ctrl  key and then press and release the V  key. Your captured screenshot should then appear within the paint window.   9. To save the image, click on the  File drop-down menu located in the upper left-hand side of the toolbar and click on Save As..   10. In the  Save As window , browse to your de...

Change pc password without knowing old password

How to change your Friend’s Computer Password without knowing their current Password It’s a very easy trick and you can change password of any computer without knowing their current password with this easy trick. This can be applied only when the PC is logged in from the user(bare in mind) Follow the steps :👇👇👇 1.Right click on My Computer/This Pc . 2. Click on Manage . 3. Click on local users and group . 4. Double Clcik on Users, Right Click on User Name which you want to change the password . 5.The user name belongs to the name of that computer user 6.Clcik on Set Password . 7. Click on Proceed . 8. Enter you new Password . 9. Conform you New Password . 10. Click on Ok . 11. Again Click on Ok. 12. Now your job is done . So this is the actual trick that you changed the old password without knowing what was the old Password . I hope you will like this trick and i would like to request all the readers Please don’t use this trick in such a bad way For educational purposes only

Batch script guide

Image
Batch Script - Quick Guide Batch Script is incorporated to automate command sequences which are repetitive in nature. Scripting is a way by which one can alleviate this necessity by automating these command sequences in order to make one’s life at the shell easier and more productive. In most organizations, Batch Script is incorporated in some way or the other to automate stuff. Some of the features of Batch Script are − Can read inputs from users so that it can be processed further. Has control structures such as for, if, while, switch for better automating and scripting. Supports advanced features such as Functions and Arrays. Supports regular expressions. Can include other programming codes such as Perl. Some of the common uses of Batch Script are − Setting up servers for different purposes. Automating housekeeping activities such as deleting unwanted files or log files. Automating the deployment of applications from one environment to another. Installing programs on various machine...