Arris

Forum Replies Created

Viewing 15 posts - 931 through 945 (of 951 total)
  • Author
    Posts
  • in reply to: Energy options permissions? #45641
    Arris
    Moderator

      hey Karstux,

      You can use the following workaround:
      In the command type:

      powercfg /l

      My output is for example:

      Existing Power Schemes (* Active)
      
      Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e (Balanced)
      Power Scheme GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c (High performance) *
      Power Scheme GUID: a1841308-3541-4fab-bc81-f71556f20b4a (Power saver)

      Now create a batch file with the following content, change the guid’s/names to the ones you got when executing powercfg /L:

      @echo off
      echo Wich Powerplan do you want to use?
      echo [1] Balanced
      echo [2] High performance
      echo [3] Power saver
      echo Powerplan: && set /p plan=

      if %plan% == 1 set guid=381b4222-f694-41f0-9685-ff5bb260df2e
      if %plan% == 2 set guid=8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
      if %plan% == 3 set guid=a1841308-3541-4fab-bc81-f71556f20b4a

      runas /user:Administrator "cmd /c powercfg /setactive %guid%"
      ping localhost -n 1 -w 1000>nul
      echo.
      echo Powerplan is now:
      powercfg /L|find ") *"
      echo.

      pause

      Example of execution:

      C:UsersAdministratorDesktop>powercfg /l

      Existing Power Schemes (* Active)
      Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e (Balanced)
      Power Scheme GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c (High performance) *
      Power Scheme GUID: a1841308-3541-4fab-bc81-f71556f20b4a (Power saver)

      C:UsersAdministratorDesktop>changePowerPlan.bat
      Wich Powerplan do you want to use?
      [1] Balanced
      [2] High performance
      [3] Power saver
      Powerplan:
      1
      Enter the password for Administrator:
      Attempting to start cmd /c powercfg /setactive 381b4222-f694-41f0-9685-ff5bb260d
      f2e as user "COMPUTER01Administrator" ...

      Powerplan is now:
      Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e (Balanced) *

      Press any key to continue . . .

      C:UsersAdministratorDesktop>

      You can tweak it by for example removing the pause and echo’s after the runas command or to use parameters so you can just make a shortcut for the different powerplans and only enter your password when changing.

      Hope this helps you a bit! 😉

      in reply to: Style for forums! #45411
      Arris
      Moderator

        Hey Triel,

        Sounds like a great idea! As Win2008 Workstation Community we want to have our own style/identity of course in stead of they default phpbb skin. Please send me an email with instructions! 🙂

        Thanks for your help! 😉

        in reply to: Skype 3.6 and 3.5 crash on server 2008 #45329
        Arris
        Moderator

          Thanks for notifying! Hope there will be a new version soon at http://www.skype.com/download/

          in reply to: Skype 3.6 and 3.5 crash on server 2008 #45263
          Arris
          Moderator

            Thanks for notifying! Hope there will be a new version soon at http://www.skype.com/download/

            in reply to: windows live messenger??? #45338
            Arris
            Moderator

              Here you go, I don’t remember where I got this one from but this is Windows Live Messenger 8.5.1302.1018! 😉

              Download: Rapidshare
              Mirror 1: Megaupload
              Mirror 2: 4Shared

              in reply to: windows live messenger??? #45272
              Arris
              Moderator

                Here you go, I don’t remember where I got this one from but this is Windows Live Messenger 8.5.1302.1018! 😉

                Download: Rapidshare
                Mirror 1: Megaupload
                Mirror 2: 4Shared

                in reply to: Vista Migration Wizard #45316
                Arris
                Moderator

                  Hey Steve, I also did a try to run the Vista Migration Wizard (copied from the Vista SP1 C:WindowsSystem32migwiz folder and downloaded from http://www.microsoft.com/downloads/details.aspx?familyid=2B6F1631-973A-45C7-A4EC-4928FA173266 and manually unpacked), but they didn’t work. I added this tool to the wishlist. For now the only option is to move your files and settings manually…

                  in reply to: Vista Migration Wizard #45250
                  Arris
                  Moderator

                    Hey Steve, I also did a try to run the Vista Migration Wizard (copied from the Vista SP1 C:WindowsSystem32migwiz folder and downloaded from http://www.microsoft.com/downloads/details.aspx?familyid=2B6F1631-973A-45C7-A4EC-4928FA173266 and manually unpacked), but they didn’t work. I added this tool to the wishlist. For now the only option is to move your files and settings manually…

                    in reply to: Benchmark required #45318
                    Arris
                    Moderator

                      Hello Niptech, I don’t have run any benchmarks yet, so for now you have to do it with the results from this benchmark. I will do a benchmark myself as soon as possible and post the results in an article on the home page! 😉

                      in reply to: Benchmark required #45252
                      Arris
                      Moderator

                        Hello Niptech, I don’t have run any benchmarks yet, so for now you have to do it with the results from this benchmark. I will do a benchmark myself as soon as possible and post the results in an article on the home page! 😉

                        in reply to: Standby / Hibernate #45177
                        Arris
                        Moderator

                          Try enabling hibernate via the commandline: powercfg /hibernate on

                          Source: http://support.microsoft.com/kb/920730

                          in reply to: TV Application #45186
                          Arris
                          Moderator

                            I don’t have a TV Tuner card in my pc here, so I can’t help you. As you might have seen there is a topic about this problem on the Microsoft TechNet forums, but they don’t have a solution yet… 😕 The only thing we can do is waiting and keep our eyes open!

                            in reply to: Converting Windows Server 2008 to Workstation PDF #45236
                            Arris
                            Moderator

                              Nice work DAz999! This manual is great to use when installing and modding Windows Server 2008! 🙂 I added a link to this topic on the main page so everyone can find and download it! 😉

                              in reply to: Converting Windows Server 2008 to Workstation PDF #45302
                              Arris
                              Moderator

                                Nice work DAz999! This manual is great to use when installing and modding Windows Server 2008! 🙂 I added a link to this topic on the main page so everyone can find and download it! 😉

                                in reply to: Win2008 Internet Security Suite #45312
                                Arris
                                Moderator

                                  Thanks for notifying, I added Outpost Security Suite Pro 2008 to the list of working security applications! 😉

                                Viewing 15 posts - 931 through 945 (of 951 total)