Problem with font color in the report formatting

Hello

I set up a script that reports on data warehouses of various code examples and Get-FriendlyUnit of LucD finction.

The output formats the red color for the space put into service when it is larger than the Capactiy, but for some reason, in some cases, the police are still red even when Provisoned space is not greater than the capacity:

Report.png

This code I use to change the font color:

If ($Capacity - gt $Provisioned)
{$tableEntry = "< tr > < td > < font ="Tahoma"> $Name < / font > < table > < td > < Center > < font ="Tahoma"> $Capacity < / police > < / center > < table > < td > < Center > < font ="Tahoma"> $Provisioned < / police > < / center > < table > < td > < Center > < font ="Tahoma"> $FreeSpace < / police >"} "< / center > < / TD > < td > < Center > < / police > < / center > < table > < /tr >".
Add-Content, $fileName $tableEntry
Write-Host $tableEntry}

ElseIf ($Capacity - lt $Provisioned)
{$tableEntry = "< tr > < td > < font ="Tahoma"> $Name < / fonts > < table > < td > < Center > < of police ="Tahoma"> $Capacity < / police > < / center > < table > < td > < Center > < font ="Tahoma"color ="red"> $Provisioned < / font > < / center > < table > < td > < Center > < font ="Tahoma"> $FreeSpace < / fonts"} ' > < / center > < table > < td > < Center > < / police > < / center > < table > < /tr > ".
Add-Content, $fileName $tableEntry
Write-Host $tableEntry}

Here's the complete code:

If ((Remove-Item "DS-Report.htm»-ErrorAction SilentlyContinue) - eq $null)
{Remove-Item "DS - report.html"-ErrorAction SilentlyContinue}


#Connect to vCenter Server
#---------------------------------------
$vC = "VC1.
SE connect-VIServer $vC - WarningAction SilentlyContinue

$date = (get-Date). ToString('yyyy/MM/dd')
$Title = "report on the use of the data store.
$DC = "Datacenter1".

$DateStamp = get-date - uformat "%Y-%m-%d@%H-%M-%S."

New course in the #Create file
New-Item ItemType - file "DS - report.html.
$fileName = "DS - report.html.
#-------------------------------------------------------------

#HTML header for the output
Function writeHtmlHeader
{
Param ($fileName)

Add-Content $fileName "< html >".
Add-Content $fileName "< head >".
Add-Content $fileName "< meta http-equiv ="Content-Type"content = text/html"; " charset = iso-8859-1 "" > ""
Add-Content $fileName '< title > $Title < /title >'
"Add-Content $fileName ' < STYLE TYPE =" text/css">"
Add-Content $fileName "<!--
Add-Content $fileName "td {}.
Add-Content $fileName ' do-family: Calibri;
Add-Content $fileName "-font size: 13px;
Add-Content $fileName "border-top: 1px solid #999999;"
Add-Content $fileName "border-right: 1px solid #999999;"
Add-Content $fileName "border-bottom: 1px solid #999999;"
Add-Content $fileName "border-left: 1px solid #999999;"
Add-Content $fileName "padding-top: 0px;"
Add-Content $fileName "padding-right: 0px;"
Add-Content $fileName "padding-bottom: 0px;"
Add-Content $fileName "padding-left: 0px;"
Add-Content $fileName '} '.
Add-Content $fileName 'body {} '.
Add-Content $fileName ' left margin: 5px; "
Add-Content $fileName "margin-top: 5px;"
Add-Content $fileName ' margin-right: 0px; "
Add-Content $fileName "margin-bottom: 10px;"
Add-Content $fileName «»
Add-Content $fileName "table {}.
Add-Content $fileName ' border: thin solid #000000; "
Add-Content $fileName '} '.
Add-Content $fileName "->".
Add-Content $fileName "< / style >.
Add-Content $fileName "< / head >.
Add-Content $fileName "< body >".
Add-Content $fileName ' < table width = 60% ">".
Add-Content $fileName "< tr bgcolor ="#FFFFFF">."
Add-Content $fileName "< td colspan = '7' height = '25' align ="center">"
#Edit title below
#Add - Content $fileName "< font ="Tahoma"color = 'red' size = '3' > < strong > criticism - < facilities > < / font >.
#Add - Content $fileName "< police ="Tahoma"color = 'gold' size = '3' > WARNING < strong > - < facilities > < / font >.
Add-Content $fileName "< police ="Tahoma"color =" #003399 ' size = '3' > < strong > $Title - $Date < / strong > < / police >»»
#--------------------------------------------------------------------------------------------------------------------------------------------------------------

#Edit title above
Add-Content $fileName "< table >.
Add-Content $fileName "< /tr >".
Add-Content $fileName "< / table >.
}

#----------------------------------------------------

# Function to write the HTML header to the file
Function writeTableHeader
{
Param ($fileName)
Add-Content $fileName ' < table width = 60% ' > < tbody >.
Add-Content $fileName "< tr bgcolor = #003399 >.
Add-Content $fileName "< td align ="center"> < of police ="Tahoma"color ="#FFFFFF"> < b > data store name < /b > < / police > < table >.
Add-Content $fileName "< td align ="center"> < of police ="Tahoma"color ="#FFFFFF"> < b > capacity < /b > < / police > < table >.
Add-Content $fileName "< td align ="center"> < police ="Tahoma"color ="#FFFFFF"> < b > space configured < /b > < / police > < table >.
Add-Content $fileName "< td align ="center"> < of police ="Tahoma"color ="#FFFFFF"> < b > free space < /b > < / font > < table >.
#Add - Content $fileName "< td align ="center"> < of police ="Tahoma"color ="#FFFFFF"> < b > % free < /b > < / police > < table >.
Add-Content $fileName "< /tr >".
}

#--------------------------------------------------------

# Function to write the HTML footer
Function writeHtmlFooter
{
Param ($fileName)
Add-Content $fileName "< / table >.
Add-Content $fileName "< / body >".
Add-Content $fileName "< / html >".
}

#--------------------------------------------------------------
#---Fonction Get-FriendlyUnit-
#--------------------------------------------------------------
Function Get-FriendlyUnit {}
< #.
. Numbers converted small binary multiples SYNOPSIS
. DESCRIPTION the function accepts a value and him will convert
in the largest available binary unit.
. Author NOTES: Luc relaxing
. Value of the PARAMETER
The value to convert.
This number must be positive.
. IEC PARAMETER
A switch to indicate whether the function should return the CIS
Unit, or the names of the units most commonly used names.
The default is to use the commonly used unit names.
. EXAMPLE OF
PS > Get-FriendlyUnit-value 123456
. EXAMPLE OF
PS > 123456 | Get-FriendlyUnit - CIS
. EXAMPLE OF
PS > Get-FriendlyUnit-value 123456,789123, 45678
. EXAMPLE OF
PS > Get-Datastore-name DS1 |
Select Name,@{N="Capacity; E = {}
Get-FriendlyUnit-value ($_.) CapacityMB * 1 MB) |
% {"{0, 7:f2} {1,2} ' f $_"} Value, $_. Unit}}
}
# >
(param
[CmdletBinding()]
[parameter (mandatory = $true, ValueFromPipeline = $true)]
[double []] $Value,.
[switch] $IEC
)

Begin {}
$OldUnits = "B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB".
$IecUnits = 'B', 'KiB', 'MiB', "GiB", "TiB", "PIF", "BANK", "ZiB", "YiB".
If ($IEC) {$units = $IecUnits} else {$units = $OldUnits}
}

{in process
$Value | %{
If ($_ - lt 0) {}
Write-Error "Numbers must be positive."
breaking
}
If ($value - gt 0) {}
$modifier = [math]: Floor([Math]::Log($_,1KB)))
}
else {}
$modifier = 0
}
New-object PSObject-property @ {}
Value = $_ / [math]: Pow(1KB,$modifier)
Unit = & {if ($modifier - lt $units. {Count) {$units [$modifier]} else {'1KO E {0}' f $modifier}}
}
}
}
}
#---Fin of the Get-FriendlyUnit function-

Function GetDS {}
$report = get-data center $DC | Get-Datastore.
Where-Object {$_.} {Name - notlike "DataStore1 *"} | %{
New-object PSObject-property @ {}
Name = $_.name
Capacity = Get-FriendlyUnit-value ($_.) CapacityMB * 1 MB) |
% {"{0, 7:f2} {1,2} ' f $_"} Value, $_. Unit}
Put into service = Get-FriendlyUnit-value ($_.) ExtensionData.Summary.Capacity - $_. ExtensionData.Summary.FreeSpace +.
$_. ExtensionData.Summary.Uncommitted) |
% {"{0, 7:f2} {1,2} ' f $_"} Value, $_. Unit}
FreeSpace = Get-FriendlyUnit-value ($_.) FreeSpaceMB * 1 MB) |
% {"{0, 7:f2} {1,2} ' f $_"} Value, $_. Unit}

}
} | Sort-Object-property name
$report | %{
WriteData $_. Name $_. Capacity $_. Provisioned $_. FreeSpace
}
}


# Function compiles the data transmitted by the GetDS function in HTML table format
Function writedata {}
Param ($Name, $Capacity, $Provisioned, $FreeSpace)


If ($Capacity - gt $Provisioned)
{$tableEntry = "< tr > < td > < of police ="Tahoma"> $Name < / font > < table > < td > < Center > < of police ="Tahoma"> $Capacity < / police > < / center > < table > < td > < Center > < fonts"}

"face ="Tahoma"> $Provisioned < / police > < / center > < table > < td > < Center > < font ="Tahoma"> $FreeSpace < / police > < / center > < table > < td > < Center > < / police > < / center > < table > < /tr >".
Add-Content, $fileName $tableEntry
Write-Host $tableEntry}

ElseIf ($Capacity - lt $Provisioned)
{$tableEntry = "< tr > < td > < of police ="Tahoma"> $Name < / font > < table > < td > < Center > < of police ="Tahoma"> $Capacity < / police > < / center > < table > < td > < Center > < fonts"}

face = "Tahoma" color = "red" > $Provisioned < / police > < / center > < table > < td > < Center > < font

"face ="Tahoma"> $FreeSpace < / police > < / center > < table > < td > < Center > < / police > < / center > < table > < /tr >".
Add-Content, $fileName $tableEntry
Write-Host $tableEntry}

< #.
ElseIf ($_.) PercFree - $Warning lt)
{$tableEntry = "< tr > < td > < of police ="Tahoma"> $Name < / font > < table > < td > < Center > < b > < of police ="Tahoma"> $Capacity < / police > < / b > < / center > < table > < td > < Center > < b > < fonts"}

face = "Tahoma" > $Provisioned < / police > < / b > < / center > < table > < td > < Center > < b > < of police = "Tahoma" > $FreeSpace < / font > < / b > < / center > < table > < td > < Center > < b > < fonts

"face ="Tahoma"color ="Orange"> $PercFree < / police > < / b > < / center > < table > < /tr >".
Add-Content, $fileName $tableEntry
Write-Host $tableEntry}
# >
}


VCenter server ##Disconnect
################################
Disconnect-VIServer-confirm: $False

The script ##End

Hello, AGFlora-

It seems that comparisons of the value (the "-lt" and "-gt") you here are values after they were formatted to units 'friendly' and then processed into strings.  Comparison operations then do not give the results you expect, because comparisons are these strings, instead of the actual numbers.  Illustration:

PS C:\> "600.00 MB" -lt "594.75 GB"
False
PS C:\> "600.00 MB" -gt "594.75 GB"
True

Clearly not what you expect if the comparisons are numbers instead of strings.

Then, you'd better keep the values of size in the form of numbers until it is time to display them (or write HTML code).  That way comparison operations (numbers) will be behave as desired/expected, and your conditional formatting should work.  The key to making comparisons of real numbers, and then use the values of string shaped numbers for the HTML output.  Make sense?

Tags: VMware

Similar Questions

  • Want to Phoenix 860-010: problem with fonts and the noisy fan

    I have a new machine, just a day old, and I'm having a problem with fonts.  The file Explorer, Edge and other similar programs seem to go from a very readable font that lights up in half a second or less whenever I move down on the page in these applications.  Police that results is much more difficult for me to read because of the lightness that results. I have not met this problem before.  Frankly, I don't know the source of the problem.  Is it hardware (video card) or (Windows 10) operating system software?

    Hello @PhotoGene47,

    Thanks for the quick response!

    Have you tried to see the document that I mentioned in my previous post?  If you prefer to have the Board repaired, you can consider contacting the HP support by phone for additional options.  Please use the following http://www.hp.com/contacthp and create a folder for your question and contact HP. If you do not live in the United States / Canada, please click on the link below to get contact information for your region.
    http://WWW8.HP.com/us/en/contact-HP/WW-phone-assist.html

    I hope this helps.

    Please let me know if this information helps you solve the problem by marking this message as 'accept as Solution' , this will help others easily find the information they seek.  In addition, by clicking on the Thumbs up below is a great way to say thank you!

    Kind regards!

  • the ButtonField font color when the button is focused, how?

    Hello!

    I have some problems with implementing the font color when the button is focused.

    I have my CustomButton class that extends from ButtonField and

    I'm trying to override the method object:

    protected void paint(Graphics graphics) {    graphics.setColor(0xFF9000); // oragne color    super.paint(graphics);}
    

    but when the button is focused color is white. What's wrong?

    Hurrah! solution is found:

      mybtn = new Button(" My Label ", ButtonField.FOCUSABLE | ButtonField.HIGHLIGHT_SELECT | FIELD_HCENTER) {                                            protected void paint(Graphics graphics) {          if(isFocus()) graphics.setColor(Color.ORANGE);          else graphics.setColor(Color.WHITE);//          super.paint(graphics); !!!          graphics.drawText(this.getLabel(), 0, 0);      }};
    
  • How to change the font colors in the communities of support?

    How to change the font colors in the communities of support?

    Thank you

    Press or click on use the Advanced Editor in the upper right of this text block which will take you to it.

  • my computer will not install itunes 10.5, it tells me "Setup has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2330.

    original title: Itunes problem

    my computer will not install itunes 10.5, it tells me "Setup has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2330. "What should I do?

    Contact the manufacturer (Apple) of the application (iTunes) you are having problems with.

    Uninstall all previous versions, try to download (re-record not running) and then do a right click on it and RUN AS ADMINISTRATOR.

    (Vista 32-bit or 64-bit)?

  • Problem with Windows Update after the new installation of Windows 7 Pro the Lenovo ThinkPad X 200

    I'm trying to do a fresh install of Windows 7 Pro on a Lenovo ThinkPad X 200. The product key is easy to find on the sticker of the ThinkPad. However, the version of Windows is hidden (for example, I can't check that my ThinkPad had originally installed Windows 7 Pro). I was able to install by using a Pro Win 7 SP1 CD ROM I bought for another installation. I used the ThinkPad I was trying to make the new facility on the product key. I was able to activate the Windows 7 Pro using the phone call and my cell phone. I checked the activation! However, I have problems with Windows update. The product key may be a different version of Windows 7. If so, why did it install and activate OK? Y at - it a fix for this problem or I have to buy a new version of Windows 7 Pro? Please note that I have not yet installed all drivers Lenovo ThinkPad as I can't seem to install correctly. Thank you!

    Since the issue is updated to Windows, it is not a product number key.

    You can reset the Windows Update components by running the Fixit on this page. But if there is malware present, she will continue to reset the connection to the update servers:

    How to reset the Windows Update components

    http://support.Microsoft.com/kb/971058

    Suggest you download and save the Fixit. Then configure the system before the clean boot by running:

    How to troubleshoot a problem by performing a clean boot in Windows Vista/Windows 7

    http://support.Microsoft.com/kb/929135

    Once the Fixit has been downloaded and the system is started in the pure State, check that the native Windows Firewall is now on if a 3rd party firewall has been used previously. Now run the Fixit and choose the default mode. Restart once it's done and see if the system can be connected to the update servers. If he can't, then rerun the Fixit and choose aggressive mode. Turn it back on when he finished the race and updates.

  • Problem with silverlight download, download the error code 2104.

    Original title: problem with Sliverlight download
    get the error code 2104. tried to uninstall and reinstall

    Hello

    Thanks for the reply.

    We are pleased to know that the problem is solved. Please do not hesitate to answer, in the case where you are facing in the future other problems with Windows. Please contact the Windows community.

  • I have problems with my application of the java language.

    I have problems with my application of the java language. It will be open only for about one second, and it won't let me write all programs, it looks like the command prompt when opening. what the * is underway and what can I do to solve this problem.

    Hey Kevin,

    The description of the problem seems a little unclear and I wish I had a better understanding before you start working on it.

    I would really appreciate if you could answer the following questions:

    1. is the specific question of the application of the Java language?

    2. did you of recent changes made to your computer before the show?

    3. you receive an error code or message?

    Please provide us with more information on the specific question to help you to fix as soon as possible.

    If the problem is specific to the Java application, then I suggest you to contact Java support from the links below:

    http://www.Java.com/en/download/support.jsp

    Java Help Center:

    http://www.Java.com/en/download/help/

    Your response is very important for us to ensure a proper resolution. Please get back to us with the information above to help you accordingly.

  • I have problem with value NULL when the use CASE statement please help this question

    I have problem with value NULL when the use CASE statement please help this question


    Table: digital_val

    SNO cl C2

    1 San1 11

    2 22 San2

    Actual result: expected to A         B

    A            B                                                                           11        22

    11 NULL

    22 NULL



    query:

    Select case when c1 = "san1" then c2,.

    case If c1 = "san2" then c2 B

    of digital_val

    I'm more curious why, when you select 2 rows, you expect a result of row?

    WITH digital_val

    AS (SELECT 1 AS 'Sno', 'San1"C1, c2 FROM DUAL 11)

    UNION ALL

    2 SELECT AS 'Sno', 'San2"C1, c2 FROM DUAL 22)

    SELECT CASE WHEN c1 is "San1" THEN END AS A c2.

    CASE WHEN c1 = "San2" THEN END AS B c2

    OF digital_val;

    With no other input, if you select 2 rows, you get 2 rows.  One of the other solutions use a max function, but is this really what you want, does not specify?

  • Bridge does not open? Initially the 8.1 Win &amp; problem had started. Have now earn 10 &amp; still a problem with not to open the bridge?

    Bridge does not open? Initially the 8.1 Win & problem had started. Have now earn 10 & still a problem with not to open the bridge?

    Hi Matthew,

    If you use Bridge CC, update to the latest version 6.2. Adobe Bridge CC 6.2 version now available! Adobe content corner

    1. Please, do a right-click on the bridge on the desktop icon and select "Run as Administrator".
    2. If this does not help, reset the Bridge preferences and then try it.

    Steps: -.

    Start Adobe Bridge, and immediately press Ctrl + Alt + Shift (Windows) or command + Option + shift (Mac OS down) until the dialogue box reset settings appears.

    Select all three options - reset preferences, reset Standard Workspaces and all miniature Purge Cache - and then click OK.

    Reference: troubleshooting errors, freezes | Adobe Bridge | Windows, Mac OS

    Let us know if it works.

    Kind regards

    Assani

  • problem with bind variables in the SQL query view object

    Hi all

    I use JDev 11.1.2.4.0.

    I have a problem with bind variables in the SQL query view object.

    This is my original SQL

    SELECT sum(t.TIME) , t.legertype_id
    FROM LEDGER t
    WHERE t.nctuser_id = '20022' 
          AND to_char(t.insertdate,'YYYYMMDD') in ('20130930','20130929')
    group by t.legertype_id
    

    In my view .xml object query tab, I am writing this

    SELECT sum(t.TIME) , t.legertype_id
    FROM LEDGER t
    WHERE   t.nctuser_id = '20022'
        AND to_char(t.insertdate,'YYYYMMDD') in :dddd
    group by t.legertype_id
    

    Davis here is a variable of Type liaison: String, updatable and necessary.

    I try to deal with Davis as ('20130930 ', ' 20130929') hoping the view object, run as my original SQL.

    But failed. The view object retrieves 0 line after that I run.

    Why?

    Thank you! ('2original SQL0130930', '20130929') ('20130930 ', ' 20130929')

    A variable binding cannot be used as this is why you must use years table. Check decompilation binary ADF: using oracle.jbo.domain.Array with ViewCriteria to see a solution.

    Timo

  • Change the font color in a report using SQL for APEX 5.0 queries

    Hello

    I'm testing APEX 5.0 in my test environment to see if I can migrate my internal applications of 4.2 to 5.0.

    How can I change the font color in a field based the SQL query? I know how to do it in 4.2, but I can't find the same in 5.0.

    Thank you

    Well, I used to put html tags in the select text, getting the value of depending on the CASE, so I had to change the display column attribute in the report as "Display in text form (space special characters...)".

    I found an old post here: https://tylermuth.wordpress.com/2007/12/01/conditional-column-formatting-in-apex/ and this method still worked for me in APEX 5.0

    Thanks anyway

  • Change the font color in a report by using the SQL query

    Hello

    I'm changing the font color based using a BOX the query in the form below:
    select "ORDER_ID", 
    "ORDER_REFERENCE",
    "ORDER_DATE",
    "ORDER_SOURCE",
    "TOTAL_DISCOUNT",
    "DELIVERY_TYPE",
    "PICKUP_DATE",
    case
         when order_status = 1 then '<font color="red">'|| order_status||'</font>'
         else
         '<font color="blue">'||order_status||'</font>'
    end order_staus,
    "DELIVERY_STATUS",
    "USER_ID",
    "CUSTOMER_ID",
    "SITE_ID"
    from "ORDERS" 
     
    I can get this working by selecting the Standard report column in the type of the column header . However this to say that I can't use the LOV LOV options involve removing the HTML characters.

    Is there a way I can conditionally change the font with the above query and use LOV as well? Thank you.

    Environment

    Apex 4.1.1 to apex.oracle.com
    Theme 13

    Published by: taepodong on June 3, 2012 07:28

    I'm sure that not looking the application form first before posting this question.

    Your solution would be:
    Please edit your report column under > report attributes > and select the property view as as a Standard report column

  • Color laserjet 4600 - problem with one color (yellow) for the most part does not print

    Colors look purpleish when printing photos.  It turns out that this is a problem with yellow print.

    We tried to replace the yellow toner cartridge, and it was not fixed.

    PQ troubleshooting, the yellow page is empty except for a thin (16th of an inch) to 99% a horizontal line at the top of the page.

    In the configuration page, all the different areas that should have the yellow are mostly empty, with the exception of the same sort of thin horizontal line at the top of each of these areas.  After updating the firmware from 03.001.0 to 03.016.0: in addition to what is described on the configuration page, some of the fields in the configuration page that should be yellow, have a pale magenta and more this yellow line.

    Our technician came several times and has so far tried to replace the hvps, scanner laser, toner alignment and trainer kit Board.  Nothing has improved the question.  Then for the replacement is the regulator dc ($1000).

    Anyone here have an opinion on what could cause this problem?  It seems they are just throwing parts at home and we're about to tell them to give up.

    It wasn't the dc controller.  I figured out well out - somehow, there was a spring missing behind one of the speeds in the train of drum roll.

  • Problem with printer color ink large format 7500 has

    Having a problem with the color cartage 920XL

    I tried to print several photos of 4 x 6, where the first is fine and 1/2 way through the other, it starts to print only red

    installed 3 new cartridges, printer head cleaning color, alignment and began to print 4 x 6 photos and the same thing happened.

    Help, please

    I just bought 3 920 new (no large capacity) and was going to try a 3rd time but whated to here from you

    Thanks Mike

    Hi SchneiMB,

    Try the following solutions in the order presented to resolve the issue. When one of the solutions solves the problem, there is no need to continue troubleshooting.

    Troubleshooting print quality problems

Maybe you are looking for

  • Problem of Medical ID health with emergency contact app

    IPhone 6: any attempt to add emergency medical Ref. contact. It goes to my contacts but they are grayed out and unselectable. What's wrong?

  • MAKE A RIGHT CLICK DOESN'T WORK IS NOT ON MY DESK AND FOLDERS___

    WHEN I CLICK ON MY DESK RIGHT NOTHING HAPPENED. THERE WAS NO POP UP MENU. IT IS THE SAME WITH THE FOLDERS AND DRIVES GOOD NOTHING IS PAST. WELL IT WORKS PERFECTLY ON MY BAR OF TASKS AND IN MY BROWSER. Help! Help! PLEASE I M IN TROUBLE!

  • Upgrade to Windows 10 Windows 7

    I don't have a computer no 2 with Windows 7 and got the application of Windows 10 update, I tried several times but every time my computer returned to win7 with this error: failed to install C1900101 - 4000D in the SECOND_BOOTwith an error in MIGRATE

  • How to transfer home use program to another computer and activate?

    Several years ago downloaded the HUP on my laptop. This computer has stopped working for more than a year. However, when I go through the process of purcahsing a new HUP, it recognizes the fact that have already downloaded an and will not let me move

  • Unauthorized hidden Admin

    I recently had my profile only damaged on Windows 7 Home Premium, and I opened an admin account hidden mode safe mode with command prompt to make a new regular account. However, in the admin account, I can't make a new account. It does not seem to be