Posts

Showing posts from October, 2023

How to fix if external harddisk is not showing in Macbook

Hey Folks Hi ....... Hope you all are doing well....In this article I wanna tell you that how to fix if the external hard disk is now showing in Macbook. Some time it is very rare issue when we connect the external hard disk but it is not showing in the Macbook system then to solve this issue simply follow the steps.... 1)- Click on Finder on the top of the right of apple icon 2)-  Now Click on Preferences 3)- Now simply Check Mark the External hard disk. 4)- Done :) Now your external hard will be shown.... If you like the article then please share and comment your views... Thanks

Top Google Impressive Tricks

Hey Folks hi .... Hope you all are doing well..... In this post I wanna tell about some impressive google tricks that are so funny... you just need to google the following keywords....   1)- Do A Barrel Roll                             2)- Google Gravity   3)- Thanos Snap   4)- F.R.I.E.N.D.S   5)- Vintage Games   6)- Flip A Coin   7)-  Atari Breakout   8)- Zerg Rush Try the above keywords on google I am sure its make you funny.... and please share the article and subscribe the blog if you like it... Thank You.

Shutdown yout Windows PC in double click.

 Hey Folks hi.... Hope you all are doing well...... In this post I am gonna tell how you can tell your system in just simple double click on an icon. To do so just follow the steps.... 1)- Open notepad. To open notepad just press (win+R type notepad) hit enter. 2) In notepad type the following script ..........                               shutdown -r -f -t 1000 Now save this file with any name but condition is that the file extension should be .bat Example: Amit.bat Now when you double click on it then the system will be shut down..... If you like the post then please share it and like it....

Crack version of any sofware

Image
 Hey folks hi.... Hope you all are doing well.... In this post I am gonna tell you that how you can download the crack version of any software just for free of cost. To download any software free of cost, you just need to write                                                 94fbr j Just before the software name with a space on google.... check the pick below....  If you linke the post then please share and keep visiting for latest knowledge. Thanks.

Lock any File/Folder in Windos without any Sofware

Hello folks hiiii.... Hope you are doing well.... In this post I am gonna share a simple trick in which you can lock any file or folder so that no once can access it without permission. Its very simple common. just follow the steps.... 1)- Open command prompt if you don't know how to open command promtp then simple (win+R then type cmd). 2)- Now goto the directory of the file in which that file/folder is located using cd  command. 3)- Now type the main following command......                          cacls fileName /e /p everyone:N                                                       or                          cacls folderName /e /p everyone:N 4)- The above command is for locking the file and folder but now how to open the file or folder when you want to open it? Answer is simple .... follow the step 1 and 2 and change the common in step 3. 3)-  Now type the main following command to unlock the file and folder......                        cacls fileName /e /p everyone:F