Question : How to make a local profile roaming even though option is greyed out

I need to know how to make a roaming profile from a local profile on an existing terminal server.  Nearly all of the profiles are local and I can not change them to roaming, as the option is greyed out.  I can not put the roaming profile path in their AD account because the roaming profile is only for this terminal server (for DR purposes).  Putting the profile in this field would cause problems with their regular login at their desktop.  How can I get the local profiles on this server to become roaming?  I have the proper permissions on the folder and I have group policy set up to apply for this Terminal server.  

Any help would be appreciated.

Answer : How to make a local profile roaming even though option is greyed out

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html>
<head>
<title>Text Indent Example</title>
<style type="text/css">
div.wrapper {
	width: 15em;
	padding-left: 2em;
	border: 1px solid blue;
	overflow: visible;
	text-indent: -1.3em;
}
</style>

</head>

<body>

<div class="wrapper">
<div><input type="checkbox" id="cb1" /><label for="cb1">Some checkbox label that is long enough to wrap</label></div>
<div><input type="checkbox" id="cb2" /><label for="cb2">Some checkbox label that is long enough to wrap</label></div>
<div><input type="checkbox" id="cb3" /><label for="cb3">Some checkbox label that is long enough to wrap</label></div>
<div><input type="checkbox" id="cb4" /><label for="cb4">Some checkbox label that is long enough to wrap</label></div>
</div>

        

</body>
</html>
Random Solutions  
 
programming4us programming4us