    <root>
	<AppSettings>
		<AppBackgroundPath></AppBackgroundPath>
		<AppIconPath></AppIconPath>
		<AppHashSalt></AppHashSalt>
	</AppSettings>
    <Window_Title><Span Foreground="Teal">Notification Prompt Window</Span></Window_Title>
    <Message_Text>
		This is a notification Prompt.<LineBreak/>
		Almost everything is customizable<LineBreak/>
		<Bold>_________________________________</Bold><LineBreak/>
		This prompt will have the following enabled<LineBreak/>
		Time out after 60 seconds<LineBreak/>
		RePop at 50, 40, 30, 20 seconds<LineBreak/>
		Forced pop at 10 seconds (Cant Minimize)<LineBreak/>
		Auto sizing window type<LineBreak/>
		Password or not.<LineBreak/>
		Ability to use hashes for passwords (See password below)<LineBreak/>
		Colors &amp; Font sizes in the Titlebar, Main Message, &amp; Ack Button<LineBreak/>
		<Span Foreground="RED" FontSize="45" FontFamily="Times New Roman" FontWeight="Bold" FontStyle="Italic">Test Color, Font Size, Font Family, Font Weight, &amp; Font Style</Span><LineBreak/>

		Hyperlink: <Bold><Hyperlink NavigateUri="http://www.google.com">Open Google</Hyperlink></Bold><LineBreak/>
		CMD Hyperlink: <Hyperlink FontWeight="Bold" NavigateUri="Test.bat">Open Test.bat</Hyperlink><LineBreak/>
		Click the {Accept_Button_Text} Button Below.<LineBreak/>
		Output from file:<LineBreak/>
		{FILE|Test.txt|FILE}<LineBreak/>
		Token: <Bold>{HASH|{Installer_Password}|HASH}</Bold><LineBreak/>
		Token: <Bold>{Installer_Password}</Bold><LineBreak/>
		{DATE}<LineBreak/>
	</Message_Text>
    <Accept_Button_Text><Span Foreground="Teal">Ack Button Text</Span></Accept_Button_Text>
    <Reboot_On_Close>false</Reboot_On_Close>
	<Reboot_On_Open>false</Reboot_On_Open>
	<!--Reboot Seconds of -1 will mirror the Timeout_Seconds-->
    <Reboot_Seconds>60</Reboot_Seconds>
    <Window_Type>AUTO</Window_Type>
	<!--<Window_Type>AUTO</Window_Type>-->
	<!--<Window_Type>MAXIMIZED</Window_Type>-->
	<!--<Window_Type>WINDOWED</Window_Type>-->
	<!--<Window_Type>ASWINDOWED</Window_Type>-->
	<!--<Window_Type>ESWINDOWED</Window_Type>-->
    <Window_Height>550</Window_Height>
    <Window_Width>600</Window_Width>
    <Window_Topmost>true</Window_Topmost>
    <Window_Controls_Visible>true</Window_Controls_Visible>
    <Window_Controls_Minimize_Visible>true</Window_Controls_Minimize_Visible>
    <Window_Controls_Close_Visible>true</Window_Controls_Close_Visible>
	<Timeout_Options>
		<!--All options below are in seconds-->
		<Timeout_Seconds>60</Timeout_Seconds>
		<Timeout_Seconds_Forced_Repop>10</Timeout_Seconds_Forced_Repop>
		<Repop_Timers>
			<Timer>50</Timer>
			<Timer>40</Timer>
			<Timer>30</Timer>
			<Timer>20</Timer>
		</Repop_Timers>
	</Timeout_Options>
	<SuccessExitCode>0</SuccessExitCode>
	<_2FPassword>false</_2FPassword>
    <Installer_Password>{HASH|{{DATE}}|HASH} - {HASH|{Message_Text}|HASH} - {Message_Text}</Installer_Password>
	<!--Resolve_SYSTEM_To_User will try to get the logged in user when the prompt is being run from system-->
	<!-- To do this it gets all users profiles that are "Loaded" and if there is 1 it presumes that is the user.-->
	<!-- If there is more than 1 it fails out silently -->
	<Resolve_SYSTEM_To_User>false</Resolve_SYSTEM_To_User>
	<!--Group Name From Active Directory EXE must be ran by user account not system account.-->
	<Notification_Bypass_Group></Notification_Bypass_Group>
    <!--<Installer_Password>String Password</Installer_Password>-->
    <!--<Installer_Password>{DATE}</Installer_Password>-->
	<!--<Installer_Password>{DAY}</Installer_Password>-->
	<!--<Installer_Password>{MONTH}</Installer_Password>-->
	<!--<Installer_Password>{YEAR}</Installer_Password>-->
	<!--<Installer_Password>{HOURS}</Installer_Password>-->
	<!--<Installer_Password>{MINUTES}</Installer_Password>-->
	<!--<Installer_Password>{SECONDS}</Installer_Password>-->
	<!--<Installer_Password>{COMPUTERNAME}</Installer_Password>-->
	<!--<Installer_Password>{USERDOMAINNAME}</Installer_Password>-->
	<!--<Installer_Password>{USERNAME}</Installer_Password>-->
	<!--<Installer_Password>{MDUSTRING}</Installer_Password>-->
	<!--<Installer_Password>{DATE}|{HOURS}|{COMPUTERNAME}|{USERDOMAINNAME}|{USERNAME}|{MDUSTRING}</Installer_Password>-->
</root>
