It is completely normal for SQL Server to use 100% of CPU for short periods of time. That is not an issue.
Resource governor only controls interaction between 2 resource groups, not when only 1 resource group is used. This will not help your situation.
SQL Server is rarely CPU dependent. High CPU is generally an indication of another problem, like our of memory or slow disk IO causing the high CPU.