- sconfig = cmd.exe /k %windir%\system32\sconfig.cmd (it is standard)
-
corefig = C:\corefig\Start_Corefig.wsf
New Post: Corefig will always install net4 and powershell
New Post: Corefig will always install net4 and powershell
New Post: Corefig will always install net4 and powershell
When i uncheck the box and added the Key from Step 4. the Key changed automatic after the second restart in corefig = C:\corefig\Start_Corefig.wsf
New Post: Corefig will always install net4 and powershell
Delete the automatically created line. Rename yours to anything other than "Corefig".
New Post: Corefig will always install net4 and powershell
Thanks for your help. thumbs up
New Post: Device Manager
Updated Wiki: Documentation
Overview
This is a group of PowerShell scripts that provide a minimal graphical interface intended to aid in common configuration tasks for Microsoft Hyper-V Server 2012 and the Core editions of Microsoft Windows Server 2012. It is built directly from the scripts in Core Config 2.0, but it is being worked on by a completely different team.
Tested Compatibility
- Verified: Microsoft Windows Server 2012 (Core Installation)
- Verified: Microsoft Windows Server 2012 (Complete GUI Installation)
- Verified: Microsoft Hyper-V Server 2012
- Not verified but should function: Microsoft Windows Server 2012 (Minimal Server Interface Installation)
- Verified to be partially functional: Microsoft Windows 8 Professional
- Verified to be partially functional (not recommended for this or any other Windows version prior to 8 and 2012): Microsoft Windows 7 Enterprise SP1 with Windows Management Framework 3.0
Installation
- From the Downloads page, acquire the ZIP or ISO distribution
- If you have downloaded the ZIP version, you may need to right-click on it in Windows Explorer, go to Properties, and click the "Unblock" button.
- Create a folder on the root of the target system. Ex: MD C:\Corefig
- Copy the contents of the ZIP or ISO to the newly created folder.
Uninstallation
- Delete the folder created in step 3 of the installation instructions.
- Delete the "Corefig" folder created under %ALLUSERSPROFILE% (C:\ProgramData on most systems)
- If you wish to reverse the PowerShell execution policy set by Corefig, open a PowerShell prompt and run the following:Set-ExecutionPolicy Restricted (note that other scripts you use may rely on a RemoteSigned policy)
Operation
This tool can only be run from the console of the system to be managed.
- At a command prompt, switch to the folder that you created in step 3 of the installation instructions, ex:CD /D C:\Corefig
- For the first run, run: CSCRIPT Start_corefig.wsf
- You may use the Start_corefig script on each run, but on successive runs you could use the following instead:POWERSHELL .\COREFIG.PS1
Common Problems
- Restricted Execution Problems
The number one most commonly reported problem is with execution errors even when the system execution policy is RemoteSigned or Unrestricted. These errors havealways been sourced to the .PS1 files being marked as Blocked. Please refer to step 2 in the installation directions above. You may also use the Unblock-File cmdlet. It is easier to unblock the ZIP file and re-extract it than to individual unblock each individual script file.
Updated Wiki: Documentation
Overview
This is a group of PowerShell scripts that provide a minimal graphical interface intended to aid in common configuration tasks for Microsoft Hyper-V Server 2012 and the Core editions of Microsoft Windows Server 2012. It is built directly from the scripts in Core Config 2.0, but it is being worked on by a completely different team.
Tested Compatibility
- Verified: Microsoft Windows Server 2012 (Core Installation)
- Verified: Microsoft Windows Server 2012 (Complete GUI Installation)
- Verified: Microsoft Hyper-V Server 2012
- Not verified but should function: Microsoft Windows Server 2012 (Minimal Server Interface Installation)
- Verified to be partially functional: Microsoft Windows 8 Professional
- Verified to be partially functional (not recommended for this or any other Windows version prior to 8 and 2012): Microsoft Windows 7 Enterprise SP1 with Windows Management Framework 3.0
Installation
- From the Downloads page, acquire the ZIP or ISO distribution
- If you have downloaded the ZIP version, you may need to right-click on it in Windows Explorer, go to Properties, and click the "Unblock" button.
- Create a folder on the root of the target system. Ex: MD C:\Corefig
- Copy the contents of the ZIP or ISO to the newly created folder.
Uninstallation
- Delete the folder created in step 3 of the installation instructions.
- Delete the "Corefig" folder created under %ALLUSERSPROFILE% (C:\ProgramData on most systems)
- If you wish to reverse the PowerShell execution policy set by Corefig, open a PowerShell prompt and run the following:Set-ExecutionPolicy Restricted (note that other scripts you use may rely on a RemoteSigned policy)
Operation
This tool can only be run from the console of the system to be managed.
- At a command prompt, switch to the folder that you created in step 3 of the installation instructions, ex:CD /D C:\Corefig
- For the first run, run: CSCRIPT Start_corefig.wsf
- You may use the Start_corefig script on each run, but on successive runs you could use the following instead:POWERSHELL .\COREFIG.PS1
Common Problems
- Restricted Execution Problems
The number one most commonly reported problem is with execution errors even when the system execution policy is RemoteSigned or Unrestricted. These errors havealways been sourced to the .PS1 files being marked as Blocked. Please refer to step 2 in the installation directions above. You may also use the Unblock-File cmdlet. It is easier to unblock the ZIP file and re-extract it than to unblock each individual script file.
New Post: Version 2
- Thank you!
- I am receiving your reports and code suggestions. Nothing is being ignored or thrown away.
- Version 2 is in the works. It is pretty much a complete re-write from the bottom up. I plan to restore and extend the whole thing. I do not have a projected timeline, unfortunately. I just want to assure everyone that this project has not been abandoned.
New Post: Adding vmconnect.codeplex.com code into the hyper-v manager part of corefig
then you can replace the corefig hyper-v.ps1 and psd1 with these files from
https://skydrive.live.com/?cid=f8e137f6fd1c75f2&id=F8E137F6FD1C75F2%21105&Bsrc=Share&Bpub=SDX.SkyDrive&sc=Documents#cid=F8E137F6FD1C75F2&id=F8E137F6FD1C75F2%21167&sc=Documents
This will allow you to connect to a VM from within Corefig Hyper-v Manager and I took the liberty of replacing the virtual networks text box with a more useful Total Number of VM's.!
New Post: Setting up the free Hyper-V 2012 on VMware Workstation
Following the Installation instruction for Corefig, I have created a C:\Corefig directory on the Hyper-V VM but since it is a command line window I do not know the correct way to transfer the Corefig files on my local host PC to the C:\Corefig directory on my Hyper-V VM. Can anyone advise me on that? Thanks.
New Post: Setting up the free Hyper-V 2012 on VMware Workstation
New Post: I have intergrated the new GUI PSHMV30 (powershell hyperv manager) with corefig 1.1
Note the intergrated version is a hacked version of corefig it works but I do not support it and I am sure neither will corefig team.
Good luck
PSHVM making the hyper-v world a friendlier place ...one app at a time.
New Post: Windows Hyper-V 2012 R2 preview
New Comment on "Documentation"
New Post: Windows Hyper-V 2012 R2 preview
Note i haven't tried to change any thing yet just started it!
New Post: Device Manager
In the mean time i can recommend http://www.nirsoft.net/utils/device_manager_view.html
New Post: Windows Hyper-V 2012 R2 preview
have a nice day !
New Comment on "Documentation"
New Post: Windows Hyper-V 2012 R2 preview
Thanks