coldbloc

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: MICROSOFT SERVER CONVERTER 2012 #51987

    @Detection wrote:

    Is there a Server 2012 R2 converter in the works ?

    Yes ExpertUser is working on it. No it is not yet ready. Get latest news in the 2012 R2 subforum.

    http://www.win2008workstation.com/forum/viewtopic.php?f=63&t=2499

    in reply to: MICROSOFT SERVER CONVERTER 2012 #51989

    We fixed it so it works in all 35 languages available for Server 2012 and you do not need to hunt for your W7/R2 DVD.

    Just an FYI, the Take Ownership reg snippet was not multi-lingual last I checked. The problem being that on non-english locales the word “Administrators” is not used causing the ICACLS command to fail. This avoids the issue by referencing the Administrators group by SID.

    http://support.microsoft.com/kb/243330

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT*shellrunas]
    @="Take Ownership"
    "NoWorkingDirectory"=""

    [HKEY_CLASSES_ROOT*shellrunascommand]
    @="cmd.exe /c takeown /f "%1" && icacls "%1" /grant *S-1-5-32-544:F"
    "IsolatedCommand"="cmd.exe /c takeown /f "%1" && icacls "%1" /grant *S-1-5-32-544:F"

    [HKEY_CLASSES_ROOTDirectoryshellrunas]
    @="Take Ownership"
    "NoWorkingDirectory"=""

    [HKEY_CLASSES_ROOTDirectoryshellrunascommand]
    @="cmd.exe /c takeown /f "%1" /r /d y && icacls "%1" /grant *S-1-5-32-544:F /t"
    "IsolatedCommand"="cmd.exe /c takeown /f "%1" /r /d y && icacls "%1" /grant *S-1-5-32-544:F /t"
    in reply to: MICROSOFT SERVER CONVERTER 2012 #51944

    Hi ExpertUser, couldn’t do much with the gui during my lunch break, but I got it to spit XML with a random guid. Take a look see if I made any mistakes. I’ll delete it after you see it.

    FYI, when you click, it copies the data to your clip-board, so paste into a blank text file and you’ll see.


    e1473b29-b9b2-4133-a7ef-d0be08b82621
    6.1.amd64
    Display Name
    NotInstalled


    false
    inst.cmd
    e1473b29-b9b2-4133-a7ef-d0be08b82621






    :e1473b29-b9b2-4133-a7ef-d0be08b82621
    one liner codes here
    goto :eof


    in reply to: MICROSOFT SERVER CONVERTER 2012 #51941

    Nice tool, do I just create a new GUID and reference it from the cmd and associated XML file to further enhance my usage ? I was able to add a new entry like this, but wondering if we could get a 5th tab for user entries where everyone could add there own apps with silent switches. I’m not sure all readers are as hands on as me.

    added to inst.cmd

    :453C0619-8955-4C96-B045-1546351264B4
    powershell -command "New-Item 'C:Temptest.txt' -type file"
    exit 0
      
    453C0619-8955-4C96-B045-1546351264B4
    6.1.amd64
    Creates a test file in Temp Directory
    NotInstalled


    false
    inst.cmd
    453C0619-8955-4C96-B045-1546351264B4



Viewing 4 posts - 1 through 4 (of 4 total)