The easiest way to configure the Send to feature is to
Create a shortcut to the SendTo folder (X:Documents and SettingsusernameSendTo (it is hidden) where X is your drive letter, username is your username.
Paste that shortcut into the SendTo folder. now, any program you want to assign to the send to folder, you then just right click on the program’s shortcut and choose to Send To->Send To.
Method 1: 1. From the Windows taskbar click Start -> Run (or press the Windows and R keys on your keyboard at the same time) 2. In the Run window, enter the following command (include the quotes) and press OK: "C:Program FilesSkypePhoneSkype.exe" /secondary Method 2: (Create shortcut using below method to directly open…
Launch Notepad and type these lines: [Shell] Command=2 IconFile=explorer.exe,3 [Taskbar] Command=ToggleDesktop Save the file with the name Show Desktop.scf and use it.
What is Gulp: Gulp.js is a JavaScript task runner that helps to perform repetitive tasks like: CSS Preprocessing. JavaScript linting. Unit Testing. Image optimization. Minification of JS and CSS files. Concatenating files. Reloading the browser etc. Installing Gulp: It's a command line utility. It uses Node.js and installed via npm so…