comment blocks of code with notepad++
I love notepad++ its a great text and script editor (other than powershell I still like ISE better) I needed to comment out a bunch of lines from a logon batch file and didn’t’ want to do it?line by line. With notepad++ its a two step process
- Select the block of code
- Ctrl-Q
done! you need to have the file saved as the script type, in my example it would be .bat
Here’s a site with a list of 13 additional tips for notepad++
http://techbrij.com/10-notepad-tips-tricks-fast-development
What’s your favorite notepad++ tip, leave it in the comments below
More Stories
Security URL scanners
As the internet continues to evolve, so do the threats that come with it. One of the most common threats...
Security tools bookmarks
As I'm learning about different security tools and solutions, I keep adding to my bookmarks for follow-up. Today, I'm sharing...
Collection of build numbers
I feel like I'm always looking for an applications history of builds. Sometimes its for windows 10 others for different...
Running office365 on non-persistent VDI desktops
We are working on building our our win10 image with o365 and onedrive. I'm capturing a few links I found...
how to delegate rights to manage printers
Here are some helpful post on setting up delegation on print servers, this includes some powershell scripts to help.
How to configure powershell for o365
Everytime you get a new computer you have to download the latest powershell modules for o365 and it seems like...