It is simple.
- Put the table in DESIGN mode
- Change the column to had IDENTITY specification
- Create a change script
- Copy the script and open a query window to paste it into
- Run the script
The script will handle creating a temp table, setting the identity insert, dropping the existing table, and renaming the temp table.