블로그 이미지
010-9967-0955 보미아빠

카테고리

보미아빠, 석이 (500)
밥벌이 (16)
싸이클 (1)
일상 (1)
Total
Today
Yesterday

달력

« » 2014.8
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

공지사항

최근에 올라온 글

이 시나리오는 기업에서 매번 똑같은 세팅으로 컴퓨터를 셋팅할때 아주 유용하다.

수십개의 프로그램과 다양한 셋팅을 해야하는 여러 PM을 설치할 일이 생겼다. 

아래 절차는 ghost 등 상용프로그램 없이 깨끗하게 vm의 native booting 기능을 이용해 해결했다. 

성능은 원래의 PM과 동일하나 bitlocker 등의 기능은 쓸 수 없다. 


그러나, os가 맛이가면 복사한 다른 vhdx로 부팅도 가능하다. 획기적이지 않은가? (요건 다른 드라이브에...)


누나 형 언니 삼촌 이모 동생이 아직도 컴터 다시깔아 달라고 하지 않는가? 

쿨럭~ 추석에 USB 하나 들고가서 해주고 오자 

해주고 올때 teamviewer 개인용도 하나 깔아주고 오면 들어가서 셋팅해주면 신기해 하실꺼얌.~


1

다음 동영상을 보고 windows PE 만든다.

http://www.youtube.com/watch?v=UJWGeK7_XDE

HDD 만들기 위해 아래 아티클을 참고한다.

http://technet.microsoft.com/en-us/library/hh825109.aspx

Storing windows images on the windows pe drive 를 참고한다.

 

2

USB 데이터 파티션이나 다른 USB vhdx copy 한다.

 

3

USB 에서 PM HDD 포멧하고 vhdx 복사한다.

http://technet.microsoft.com/en-us/library/hh825691.aspx

Clean and partition the destination computer 를 참고한다.

 

4

같은 문서에서 bcdboot 이용해 booting 기능을 추가한다.

Step 4 참고한다. 

http://technet.microsoft.com/en-us/library/hh825709.aspx



1에서 

windows 8.1 adk download

adksetup 실행

deployment and imaging tools environment 를 찾아 실행 (win + q)

copype amd64 e:\winpe_amd64

MakeWinPEMedia /UFD e:\winpe_amd64 p:

여기서 p: 가 USB 플래시 드라이브이거나 USB HDD에서 fat32로 만든 파티션이다. 

이 과정이 끝나면 부팅 가능한 windowspe 가 완성된다. 


2에서 

USB HDD에 hyper-v로 정성들여 만들어놓은 vhdx를 넣는다.


3에서 

windowspe 로 부팅한 후 PM의 하드드라이브를 포멧 및 파티션하는 과정을 거친다. 

diskpart

select disk 0

clean


create partition primary size=300

format quick fs=ntfs

assign letters=s

active


create partition primary

format quick fs=ntfs

assign letter=c

exit


copy windows81.vhdx c:\


4에서 

diskpart

select vdisk file=c:\windows81.vhdx

attach vdisk


list volume

select volume 숫자볼륨번호

assign letter=v

exit


v:

cd v:\windows\system32

bcdboot v:\Windows


USB HDD 제거 후 리부팅

vhdx 를 이용해 컴퓨터를 장악한다. 

만약, c 드라이브에 다른 os 가 깔려있다면 

이런 방법으로 원래 컴퓨터 주인의 모든 파일을 억세스 할 수 있고 

흔적도 없이 vhdx 를 지우고 나올 수 있다. ^.^~ 메롱~ (스텝 3에서 clean 했으면 주인한테 맞아 죽는다..ㅎ~)

msconfig 나 bcdedit 를 이용해 수정하면 된다. 


이 모두가 쓸모없어지면

vdisk 를 제거한다.


diskpart

select vdisk file=v:\windows81.vhdx

detach vdisk

exit


windows 7 의 경우 sysprep 일반화를 해야지 native booting 이 가능하다.

cd windows\system32\sysprep

sysprep

일반화 체크

시스템 종료 선택

끝~

copy 해서 넣고 native booting 하면 된다.



http://cappleblog.co.kr/335

Posted by 보미아빠
, |

 

System Update

지원되는 모든 언어를 포함하는 System Update 5.06

지금 다운로드

System Update 5.06 (12.3MB)


System Update 5.06 Readme (11.4KB)

ThinkVantage 시스템 업데이트(System Update)를 이용하면 특정 지식 없이도, 인터넷을 통해 Lenovo 서버에서 직접 Lenovo 소프트웨어, 드라이버, BIOS를 다운로드하고 업데이트할 수 있습니다.

이번 버전의 새로운 점

  • 일부 이슈 수정

Note:
System Update 5.05는 Microsoft Windows 8, Windows 8.1, Windows 7만 지원합니다.

Microsoft Windows XP 및 Windows Vista를 사용하는 경우, 아래의 System Update 3.16 를 참고하십시오.

System Update의 정상 작동에는 Microsoft .NET Framework version 3.5 with Service pack 1 또는 그 이상의 버전이 필요합니다.

Posted by 보미아빠
, |
http://blogs.msdn.com/b/karthick_pk/archive/2012/07/18/linked-server-connection-fails-with-an-error-occurred-during-decryption.aspx

 

Posted by 보미아빠
, |

debugging 수동으로 하시진 않나요? 자동으로 하는 방법입니다.

visualstudio 많이 변했네요....그런데 2013도 나왔다고 하는군요 흐미~

 

Hi after a long time searching over internet, Your Question has Given me Answer of Our Question. Please understand following very carefully,

  1. Start Visual Studio 2012 with Elevated permissions of Administrator
  2. Create SQL Server Project
  3. In Project Settings/Debug Pane, Provide Connection String for Database Connection
  4. From View Menu, Open SQL Server Object Explorer, If your connection string provided in Project doesn't create Instance of Server, then Recreate connection here...
  5. Right click on Instance and Select Allow SQL CLR Debugging, it will show some warning accept everything but read warnings carefully.
  6. Save Project and perform Rebuild, and test a Publish of project by Generated Publish Script.
  7. Now Create a non-deployment script in project, put a break point press ALT+F5 to execute script with Debug option, when clr-procedure will occur and try to go inside it, it will ask for process to attach with windows, Please allow to Attach

above step worked for me, and here a screen shot of it; "http://i.stack.imgur.com/GQwlt.png"

For more information you can also contact me on; Vinod W. B. @ vinodwb@live.com



 

 

VisualStudio2012 Debugging Setting for SQL Server 2012 CLR Project.one

 

clr적용방법.zip


 

http://www.sqlteam.com/article/writing-clr-stored-procedures-in-charp-returning-data-part-2

Posted by 보미아빠
, |

hammerOra

카테고리 없음 / 2014. 8. 1. 19:03

 

http://bryans.tistory.com/71

http://bryans.tistory.com/72

 

 

Posted by 보미아빠
, |

최근에 달린 댓글

최근에 받은 트랙백

글 보관함