- Open up Windows Explorer. Go into options and check the box “Show hidden files, folders, and drives”. Also uncheck the box “Hide protected operating system files”.
- Delete the file, “autorun.inf”.
- Restart PC or right click on the drive, go to
Windows – How to Uninstall or Repair Visual Studio 2015 When the Package Is Corrupt or Missing
Here is my story:
I at one time installed Visual Studio 2015 Community Edition. I then uninstalled it, but the uninstall went badly somehow.
Weeks or months later, I saw the software lingering in the Programs and Features area where …
Windows – How to Clean up and Remove Old USB Storage Drivers
This process could be used on previous version of Windows, but I am only giving instructions for Windows 10.
This is a post taken from www.techspot.com.
You can find the original post here:
http://www.techspot.com/community/topics/usb-drive-or-flash-problems-how-to-cleanup-and-remove-old-usb-storage-drivers.145884/
+++++++++++++++++++++++++++++++++++++++++++++++++++++
USB Mass Storage devices …
SQL Server Reporting Services (SSRS) – How to use an image as the layout of the report and then place conrols on top to display the data
1) On the body of the report, drag a tablix. Make the first row the height and width of your page. Call the Tablix ‘TheTablix’.
2) Drag a rectangle into the first row of the tablix. Call the Tablix ‘TheRectangleRow1’.…
Windows 7 – How to reduce the size of the System Volume information folder?
In start search type Advanced and select View Advanced System Settings
Select the System Protection tab
select the drive that as too much space wasted and select configure.
Adjust the max usage, this should take care of both system restore …
Microsoft Visual Studio – The default format code hot keys for Visual Studio – VB.Net
Let’s say you copied/pasted many lines of code to create a new function, and then gutted out 50% of the code. Sometimes the code does not reformat nicely. To manually reformat the code in VB.Net, Hold down the CTRL key …
Snagit (Windows): Turning off the floating, on-screen user interface. This is called the “Capture Window” in Snagit 12 and “OneClick” in Snagit 11.
Snagit 12
In Snagit 12 you need to click on gear icon to the right of the red capture button and go to preferences. Then choose the option shown below.
SQL Server Reporting Services (SSRS) – Creating Full Width Group Headers in SSRS
Creating Full Width Group Headers in SSRS
Introduction
Dealing with group headers in banded reporting tools like Crystal Reports feels easy and natural. The group header section is clearly visible
…SQL Server Reporting Services (SSRS) – Exec SQL from a passed parameter
Let’s say you have a report that executes a dataset which produces fields for your report. You define that dataset like this:
select firstname, lastname, middlename from name_table
You then pull the columns from that table and load the data …
SQL Server Reporting Services (SSRS) – How to Check If a Parameter Contains a Certain Value
Here is how you can determine in parameter one’s expression if a certain value was selected in parameter two’s multiple select parameter, and depending on the condition, set the value of parameter one.
Let’s say one of the values in …
