diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-10-21 10:50:11 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-10-21 10:50:11 +0300 |
| commit | 0c0812bf93ab73acdadf5301098898d63577d903 (patch) | |
| tree | d2fd1d26005b565abf4c422850cec15f3ee434ab /Software/Visual_Studio/Notes/Tango.Notes | |
| parent | 62c58ec1e5496c2e6a12be1179ee8ed5ee2890f3 (diff) | |
| download | Tango-0c0812bf93ab73acdadf5301098898d63577d903.tar.gz Tango-0c0812bf93ab73acdadf5301098898d63577d903.zip | |
Added some notes.
Diffstat (limited to 'Software/Visual_Studio/Notes/Tango.Notes')
| -rw-r--r-- | Software/Visual_Studio/Notes/Tango.Notes/Azure/SQL Database.txt | 8 | ||||
| -rw-r--r-- | Software/Visual_Studio/Notes/Tango.Notes/PPC/Remote Debugging.txt (renamed from Software/Visual_Studio/Notes/Tango.Notes/PanelPC/Remote Debugging.txt) | 0 | ||||
| -rw-r--r-- | Software/Visual_Studio/Notes/Tango.Notes/PPC/Touch.txt (renamed from Software/Visual_Studio/Notes/Tango.Notes/PanelPC/Touch.txt) | 0 | ||||
| -rw-r--r-- | Software/Visual_Studio/Notes/Tango.Notes/PPC/Windows 10 LTSB.txt | 11 | ||||
| -rw-r--r-- | Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj | 8 |
5 files changed, 24 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Notes/Tango.Notes/Azure/SQL Database.txt b/Software/Visual_Studio/Notes/Tango.Notes/Azure/SQL Database.txt new file mode 100644 index 000000000..8ece8c3de --- /dev/null +++ b/Software/Visual_Studio/Notes/Tango.Notes/Azure/SQL Database.txt @@ -0,0 +1,8 @@ +Address: +twine.database.windows.net + +User: +roy@twine-s.com + +Password: +Maya039590898
\ No newline at end of file diff --git a/Software/Visual_Studio/Notes/Tango.Notes/PanelPC/Remote Debugging.txt b/Software/Visual_Studio/Notes/Tango.Notes/PPC/Remote Debugging.txt index a7d1ef40a..a7d1ef40a 100644 --- a/Software/Visual_Studio/Notes/Tango.Notes/PanelPC/Remote Debugging.txt +++ b/Software/Visual_Studio/Notes/Tango.Notes/PPC/Remote Debugging.txt diff --git a/Software/Visual_Studio/Notes/Tango.Notes/PanelPC/Touch.txt b/Software/Visual_Studio/Notes/Tango.Notes/PPC/Touch.txt index ba8eb01ed..ba8eb01ed 100644 --- a/Software/Visual_Studio/Notes/Tango.Notes/PanelPC/Touch.txt +++ b/Software/Visual_Studio/Notes/Tango.Notes/PPC/Touch.txt diff --git a/Software/Visual_Studio/Notes/Tango.Notes/PPC/Windows 10 LTSB.txt b/Software/Visual_Studio/Notes/Tango.Notes/PPC/Windows 10 LTSB.txt new file mode 100644 index 000000000..32baf50d9 --- /dev/null +++ b/Software/Visual_Studio/Notes/Tango.Notes/PPC/Windows 10 LTSB.txt @@ -0,0 +1,11 @@ +*Create ISO From OS installation folder (needs to place the custom install.wim first) +oscdimg.exe -m -o -u2 -udfver102 -bootdata:2#p0,e,bD:\Win10LTSB\ISO_Files\boot\etfsboot.com#pEF,e,bD:\Win10LTSB\ISO_Files\efi\microsoft\boot\efisys.bin D:\Win10LTSB\ISO_Files D:\Win10LTSB\Custom.iso + +*Merge VMWare disk to single file +vmware-vdiskmanager.exe -r "D:\Virtual Machines\VMWare\Windows 10 Pro x64\Windows 10 Pro x64-000001.vmdk" -t 0 "D:\Virtual Machines\VMWare\Windows 10 Pro x64\merged.vmdk" + +*Convert install.esd to install.wim +dism /export-image /SourceImageFile:install.esd /SourceIndex:6 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity + +*Create install.wim from sysprep windows partition +dism /Capture-Image /ImageFile:D:\install.wim /CaptureDir:F:\ /name:"W10PRO" /compress:maximum /checkintegrity /verify /bootable
\ No newline at end of file diff --git a/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj b/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj index c828d886f..75d1f4bf8 100644 --- a/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj +++ b/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj @@ -43,13 +43,15 @@ <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> - <Content Include="PanelPC\Remote Debugging.txt" /> - <Content Include="PanelPC\Touch.txt" /> + <Content Include="Azure\SQL Database.txt" /> + <Content Include="PPC\Remote Debugging.txt" /> + <Content Include="PPC\Windows 10 LTSB.txt" /> + <Content Include="PPC\Touch.txt" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> + <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
