Showing posts with label 软件(Software). Show all posts
Showing posts with label 软件(Software). Show all posts

10/16/2015

Windows built-in icons

[ 中文版倒数中 ]

There are a lot of .dll files (Dynamic Link Library) in Windows, especially inside the system32. A handful of them are actually icons! Some are old, some are ugly while some just plain white icon.

*These icons can be found in Windows 10 (Build 10240)
- shell32.dll (Standard icons library, used across explorer.exe locations)












- setupapi.dll (Mostly hardware icons, icons can be found in Device Manager)












- ddores.dll (A lot of devices and peripherals icons, the white icons at the back are faded with the background)












- ieframe.dll (Icons used in Internet Explorer and Internet Options, some icons are blank)












- netshell.dll (Used in Network and Sharing Center, contains a bunch of older icons)












- imageres.dll  (Mixed modern icons library, similar to shell32.dll)












- pifmgr.dll (Icons belongs to Windows 95)












- moricons.dll (Very old icons that might belongs to MS-DOS)












 - mmcndmgr.dll (Older Windows NT icons)












- compstui.dll (Possibly icons for control panel in older Windows NT)











- accessibilitycpl.dll (Accessibility settings icons)












- gameux.dll (Some gaming icons)












- mmres.dll (Audio settings icons)












- mstscax.dll (Certificate icons)












- netcenter.dll (Used in Network and Sharing Center)












- networkexplorer.dll (Other parts of Network and Sharing Center)












- pnidui.dll (Used in Network and Sharing Center's Notification Center icons to display networking details)












- SensorsCpl.dll (Handheld devices icons)












- wpdshext.dll (Mixed icons)












- explorer.exe (Used in explorer.exe, bruh)
NOTE : This file is located in C:\Windows

10/11/2015

[困难] 如何自定义选择安装Office 16?

 en   zh   This is Chinese version, click en for English.

微软在9月22日推出了最新的Microsoft Office版本:Office 16!但是它的安装包已经改了。你再也不能够选择性地安装软件。这个叫做Click-To-Run,也称C2R。自从Office 10的推出,微软已经开始利用这种安装方法来“减轻”用户安装的负担,也同时让许多用户头痛。安装全部东西可是很浪费电脑位子的哦!

更新:微软也推出了非C2R的Office 16安装包,你可以在这里获取下载种子。(Torrent

你需要
- Office 2016 Deployment Tool [重要]
- Office 2013 Click-To-Run Removal Tool [安装前使用这个]
- 时间:~2小时 (需要看你的网速和要下载多少个软件)
- 可以使用的Office 16产品码(用来激活Office 16)

A. 删掉以前的Office
1. 打开 O15C2RRemove.diagcab 来开始删掉旧的Office。

















找到任何东西的话选择Next来开始进行删除。删除完毕后重启电脑。

B.打开Office 2016 Deployment Tool
1. 下载 OfficeDeloymentTool.exe
2. 双击那个软件,阅读合约后按接受。接着选择哪里去解压文件。












C. 设置Office 2016 Deployment Tool
1. 解压过后,你会看到解压地点那里有两个文件。(configuration.xml和setup.exe)







2. 右键configuration.xml然后选择Edit。看看里面的内容。













3. 以下是我的设置。这个设置只安装Word,Excel和PowerPoint。拷贝然后替换你的文件里面的全部东西。请不要保存先,你还没设置完毕。

<Configuration>
<Add SourcePath="E:\Office\" OfficeClientEdition="64" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="InfoPath" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="Project" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="SharePointDesigner" />
<ExcludeApp ID="Visio" />
</Product>
</Add>
</Configuration>

4. 现在,注意全部Bold了的字体,你可以更改这些字体内容。以下是关于每一行的解释。
(i) Add SourcePath="E:\Office\"
表明你要把下载文件放进哪里。(不是安装地点,你不能更改这个了。)

建议:把他设置为你的Downloads的文件或者你可移动硬盘。

(ii) OfficeClientEdition="64"
选择你的Office的版本位,32位或64位。

建议:检查清楚后才选择。

(iii) Product ID="O365ProPlusRetail"
表明你要安装的Office种类。

建议:留住我的设置。
可选项:ProPlusRetail, ProfessionalRetail, HomeStudentRetail, HomeBusinessRetail, O365ProPlusRetail, O365HomePremRetail, O365BusinessRetail, O365SmallBusPremRetail, VisioProRetail, ProjectProRetail, SPDRetail

(iv) Language ID="en-us"
表明想安装的Office语言。我们有很多种Language ID,但是en-us,zh-cn和ja-jp是最常用的。

建议:如果你要英文,输入en-us,华文则输入zh-cn,如果你是日本人输入ja-jp!
可选项:去这个网站查询你要的语言的Language ID。他会在LCID String那一行。如果没有得选,你可以输入Language Code那一行的ID。

(v) ExcludeApp ID="Access" ... ExcludeApp ID="Visio"
这个设置你不想安装的软件。如果你想要选择更多不想安装的软件,你可以插入ExcludeApp ID="YOUR APP CODE"进去,并替换掉YOUR APP CODE去你不想安装的软件名称。

建议:参考“可选项”。如果你只想安装Word,Excel和PowerPoint罢了,你不需要改任何东西。
可选项:(一看就懂) Access, Excel, Groove, InfoPath, Lync, OneNote, Outlook, PowerPoint, Project, Publisher, SharePointDesigner, Visio, Word

5. 检查好你的设置后保存。













D. 下载你要安装的软件
1. 在你解压的文件夹里面按住Shift右键,选择Open command window here。

















2. 输入这个指令进去:setup.exe /download configuration.xml 接着按Enter。










3. 如果你跟着指示,你可以看见”Office“的文件夹出现在你之前设置的下载文件地点。他会在背景下载安装Office需要的文件了。










4. 如果Command Prompt出现两行字,代表已经下载完毕了。

E. 安装Office 16
最后,输入:setup.exe /configure configuration.xml进去Command Prompt里面然后按Enter。










经过一段时间后你的Office 16软件就会神奇地出现在你的Start Menu!
















这个教学是从这个面子书帖子和这个askvg.com的来的。

10/10/2015

[Hard] How to customize Office 16 installation?

 en   zh  这是英文版本,请按 zh 来阅读华文版本。

Microsoft had released the latest Microsoft Office edition: Office 16 on 22 September 2015! But the offline installation had changed. It no longer gives user to choose what component to install. This method of installation is called Click-To-Run, or C2R. Since the release of Office 10, Microsoft already use this kind of installation method to 'ease' user setup procedures, while also causing user frustration. Installing everything into computer is very space consuming too.

EDIT : Microsoft had released a non-C2R version of Office 16 installer. You can download non-C2R version here. (Torrent)

Things Required 
- Office 2016 Deployment Tool [Important]
Office 2013 Click-To-Run Removal Tool [Use this before you install Office 16]
- Time: ~2 hours (Depends on how many app you want and your Internet connection speed.)
- A working Office 2016 serial key (To activate the Office 16)

A. Remove older version of Office
1. Launch the O15C2RRemove.diagcab to start the uninstalling.




If found anything, click Next to remove the older Office files. You should see it starts to Uninstall. Restart your computer when done.

B. Start Office 2016 Deployment Tool
1. Download the OfficeDeploymentTool.exe
2. Double click the tool, read and accept the Licence Term. Click Continue and select a location to extract the files.
C. Configure before running Office 2016 Deployment Tool
1. After you extract the tool, you will find 2 files in the folder, which is configuration.xml and setup.exe.
2. Right click the configuration.xml file and select Edit. Take a look at the content.
3. This is my preset to install ONLY Word, Excel and PowerPoint. Copy and replace the whole text with this. Don't save first, you are NOT ready to go with these settings.

<Configuration>
<Add SourcePath="E:\Office\" OfficeClientEdition="64" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="InfoPath" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="Project" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="SharePointDesigner" />
<ExcludeApp ID="Visio" />
</Product>
</Add>
</Configuration>

4. Now, notice the BOLD words, you can change them. Below are the explanation for them.
(i) Add SourcePath="E:\Office\"
This set the location for the Office 2016 Deployment Tool office files download location, NOT installation location (You can't choose this no matter how.)


Recommended: Set it to your Download folder or external hard disk.

(ii) OfficeClientEdition="64"
Choose the Office version. 32 for 32 bit Office version and 64 for 64 bit Office version.

Recommended: Check your system type and choose the same version.


(iii) Product ID="O365ProPlusRetail"
This define the Office type you want to download.

Recommended: Leave it the same as my preset.
Available Options: ProPlusRetail, ProfessionalRetail, HomeStudentRetail, HomeBusinessRetail, O365ProPlusRetail, O365HomePremRetail, O365BusinessRetail, O365SmallBusPremRetail, VisioProRetail, ProjectProRetail, SPDRetail

(iv) Language ID="en-us"
This define the Office language. There are a lot of language ID but en-us, zh-cn and ja-jp are the common ones.

Recommended: Choose en-us if you need English only, zh-cn for Chinese and ja-jp if you are Japanese! More languages available in Available Options.
Available Options: Go to this website. The language ID you want is in the LCID String column. If no option available for you, use the ID in the Language code column instead.

(v) ExcludeApp ID="Access" ... ExcludeApp ID="Visio"
This EXCLUDE the app you don't want to install. If you want to exclude more, you can insert ExcludeApp ID="YOUR APP CODE" and replace YOUR APP CODE with the app you don't want to install.

Recommended: Refer to the Available Options to choose the app you don't need. If you want Word, Excel and PowerPoint only, leave it alone.
Available Options: (Self-Explanatory) Access, Excel, Groove, InfoPath, Lync, OneNote, Outlook, PowerPoint, Project, Publisher, SharePointDesigner, Visio, Word

5. After checking that all your settings are correct, you can save now.













D. Download the apps you need
1. Inside the folder where you store the extracted files, hold Shift key and right-click on blank spaces. Click on Open command window here

















2. Type this command into command prompt : setup.exe /download configuration.xml and press Enter.










3. If you are following the instruction correctly, you should see an Office folder at the download location you had set previously. It will download all the required files from Microsoft.










4. To check if the download had finished, click on the command prompt. If it is done you should see second line of the directory.

E. Install Office 16
Finally, use the command prompt and type in this command : setup.exe /configure configuration.xml and press Enter.











It should take some time and eventually your Office 16 apps will appear in your desktop!






















Credit
This tutorial was referred from this Facebook post and this askvg.com tutorial.