Skip to main content

Convert an .exe to open and run with a .jpeg

1.Firstly, create a new folder and make sure that the options 'show hidden files' is checked and ‘hide extensions for known file types’ is unchecked.Basically whats needed is to see hidden files and see the extension of all your files on your pc.

2.Paste a copy of your server on the new created folder. let's say it's called server.exe (that's why you need the extension of files showing,cause you need to see how to change it)

3.Now you’re going to rename this server.exe to whatever you want,let’s say for example picture.jpeg

4.Windows is going to warn you if you really want to change this extension from exe to jpeg, click "YES".

5.Now create a shortcut of this picture.jpeg in the same folder.

6.Now that you have a shortcut,rename it to whatever you want, for example,Anirudh.jpeg.

7.Go to properties (on file Anirudh.jpeg) and now you need to make some changes over there.

8.First of all delete all the text on field START IN and leave it empty.

9.Then on field TARGET you need to write the path to open the other file (the server renamed picture.jpeg) so u have to write this: C:\WINDOWS\system32\cmd.exe /c picture.jpeg

10.The last field,c picture.jpeg is always the name of the first file.If you called the first file soccer.avi you gotta write C:\WINDOWS\system32\cmd.exe /c soccer.avi got it?

11.So what you’re doing is when someone clicks on Anirudh.jpeg,a cmd will execute the other file picture.jpeg and the server will run.

12.On that file Anirudh.jpeg (shortcut),go to properties and you have an option to change the icon. click that and a new window will pop up and u have to write this: %SystemRoot%\system32\SHELL32.dll .Then press "OK".

13.You can set the properties HIDDEN for the first file (picture.jpeg) if you think it’s better to get a connection from someone.

14.But don’t forget one thing,these 2 files must always be together in the same folder and to get connected to someone they must click on the shortcut created not on the first file.So rename the files to whatever you want considering the person and the knowledge they have on this matter.

Comments

Popular posts from this blog

SHORT CUT TO REMOVE PENDRIVE

Rather than clicking on the task bar and then safely removing the pendrive you can eaily do so creating a shortcut: The Steps are:- 1)Create shortcut on your desktop by right click and selecting new shortcut from the menu. 2)Type "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" click next and then finish. shortcut is created and now you can assign a shortcut key to it. just right click on it and select properties-> Click on Shortcut Tab -> Assign a Shortcut key to it(it will take Ctrl+Alt by default)eg: if you press 1 shortcut will be Ctrl+Alt+1.

Decrapify / Debloat Windows 10 with a Powershell Script

Windows 10 is a decent OS from Microsoft after the disaster known as Windows 8 and 8.1. Although Windows is still better with no Modern UI crap, no ads, minimal telemetry, no Edge to bug you. But Windows 10 is a decent compromise if you want a stable OS with modern features like DirectX 12. Earlier OEMs used to bundle PCs and Laptops with crapware, with Windows 10, now Microsoft themselves bundle crapware. Welcome to Software as a Service (SaaS) model. On top of that we have OEM crapware on top of Microsoft crapware. As a result trying to Debloat or DeCrapify Windows 10 is getting absurd and as a system admin it is disheartening to see all that performance go to waste on the messed up attempt by Microsoft to do an Appstore and its apps. Fortunately a kind soul who goes by name  Sycne x has worked painstakingly to provide us a simple solution that works considerably well. Let's Begin To download the script visit  here , and click Clone or Download and Click Download as Zip.

Easily Join / Merge Rotate Two or more video files without encoding or convert videos using ffmpeg in Windows (Or any other OS Mac OS, Linux) for free.

ffmpeg is a pretty handy tool for format transcoding, basic editing (trimming and concatenation), video scaling, video post-production effects, and standards compliance (SMPTE, ITU). One of the basic requirement of merging or combining two or more videos is a task that can be easily accomplished by using ffmpeg . ffmpeg is a free and open source as well. And the performance is easily on par if not better than most paid software solutions. In order to merge two or more videos follow the steps:-  First copy all video files into a folder. (Make sure you have checked "File name extensions". Next you need to download ffmpeg for Windows from their website . Choose 64bit unless you are using 32 bit version of Windows and select Static. Download the file. It should be a compressed file. Now open the file. And Go to "Bin", there you will find three files. You need to copy ffmpeg to the folder containing video files. Next