How can one use a .tff font in Word 2013 as unpriviliged user without PowerShell?
I would like to use a font I have available as a .ttf file for one of my texts.
The obvious way to do that is to install the font system wide and use it that way.
Is there a different path one could take when administrative privileges are not available (the execution of PowerShell scripts is blocked too)?
It feels like that should be possible.
edit: I haven't yet gotten the PowerShell method linked here to work.
I would like to keep the question up, as I am hoping for a method within Word, to bundle the .ttf with or at least open it for specific documents.
(along the lines of: Format -> Fonts -> add Font file to document)
edit2: Sadly the execution of PowerShell scripts is unavailable on the machines in question. UnauthorizedAccess
windows fonts microsoft-word-2013 microsoft-office-2013 true-type-fonts
add a comment |
I would like to use a font I have available as a .ttf file for one of my texts.
The obvious way to do that is to install the font system wide and use it that way.
Is there a different path one could take when administrative privileges are not available (the execution of PowerShell scripts is blocked too)?
It feels like that should be possible.
edit: I haven't yet gotten the PowerShell method linked here to work.
I would like to keep the question up, as I am hoping for a method within Word, to bundle the .ttf with or at least open it for specific documents.
(along the lines of: Format -> Fonts -> add Font file to document)
edit2: Sadly the execution of PowerShell scripts is unavailable on the machines in question. UnauthorizedAccess
windows fonts microsoft-word-2013 microsoft-office-2013 true-type-fonts
1
Possible duplicate of Is it possible to install fonts in Windows without admin rights?
– fixer1234
Jan 8 at 11:27
This question sadly has to be: How do I do that without admin rights and without the PowerShell :(
– WordyFonter
Jan 8 at 12:09
1
Possible duplicate of Using custom fonts without administrator rights?
– phuclv
Jan 8 at 15:00
1
Which Windows version are you using? In Windows 10 17704 and above just right click > install. And UnauthorizedAccess doesn't mean that you don't have powershell. You just need to runset-executionpolicy remotesigned
to allow script execution, or if it's not possible just copy all the lines in the script and paste directly onto Powershell, since you always have rights to execute commands
– phuclv
Jan 8 at 15:04
add a comment |
I would like to use a font I have available as a .ttf file for one of my texts.
The obvious way to do that is to install the font system wide and use it that way.
Is there a different path one could take when administrative privileges are not available (the execution of PowerShell scripts is blocked too)?
It feels like that should be possible.
edit: I haven't yet gotten the PowerShell method linked here to work.
I would like to keep the question up, as I am hoping for a method within Word, to bundle the .ttf with or at least open it for specific documents.
(along the lines of: Format -> Fonts -> add Font file to document)
edit2: Sadly the execution of PowerShell scripts is unavailable on the machines in question. UnauthorizedAccess
windows fonts microsoft-word-2013 microsoft-office-2013 true-type-fonts
I would like to use a font I have available as a .ttf file for one of my texts.
The obvious way to do that is to install the font system wide and use it that way.
Is there a different path one could take when administrative privileges are not available (the execution of PowerShell scripts is blocked too)?
It feels like that should be possible.
edit: I haven't yet gotten the PowerShell method linked here to work.
I would like to keep the question up, as I am hoping for a method within Word, to bundle the .ttf with or at least open it for specific documents.
(along the lines of: Format -> Fonts -> add Font file to document)
edit2: Sadly the execution of PowerShell scripts is unavailable on the machines in question. UnauthorizedAccess
windows fonts microsoft-word-2013 microsoft-office-2013 true-type-fonts
windows fonts microsoft-word-2013 microsoft-office-2013 true-type-fonts
edited Jan 8 at 12:03
WordyFonter
asked Jan 8 at 11:06
WordyFonterWordyFonter
11
11
1
Possible duplicate of Is it possible to install fonts in Windows without admin rights?
– fixer1234
Jan 8 at 11:27
This question sadly has to be: How do I do that without admin rights and without the PowerShell :(
– WordyFonter
Jan 8 at 12:09
1
Possible duplicate of Using custom fonts without administrator rights?
– phuclv
Jan 8 at 15:00
1
Which Windows version are you using? In Windows 10 17704 and above just right click > install. And UnauthorizedAccess doesn't mean that you don't have powershell. You just need to runset-executionpolicy remotesigned
to allow script execution, or if it's not possible just copy all the lines in the script and paste directly onto Powershell, since you always have rights to execute commands
– phuclv
Jan 8 at 15:04
add a comment |
1
Possible duplicate of Is it possible to install fonts in Windows without admin rights?
– fixer1234
Jan 8 at 11:27
This question sadly has to be: How do I do that without admin rights and without the PowerShell :(
– WordyFonter
Jan 8 at 12:09
1
Possible duplicate of Using custom fonts without administrator rights?
– phuclv
Jan 8 at 15:00
1
Which Windows version are you using? In Windows 10 17704 and above just right click > install. And UnauthorizedAccess doesn't mean that you don't have powershell. You just need to runset-executionpolicy remotesigned
to allow script execution, or if it's not possible just copy all the lines in the script and paste directly onto Powershell, since you always have rights to execute commands
– phuclv
Jan 8 at 15:04
1
1
Possible duplicate of Is it possible to install fonts in Windows without admin rights?
– fixer1234
Jan 8 at 11:27
Possible duplicate of Is it possible to install fonts in Windows without admin rights?
– fixer1234
Jan 8 at 11:27
This question sadly has to be: How do I do that without admin rights and without the PowerShell :(
– WordyFonter
Jan 8 at 12:09
This question sadly has to be: How do I do that without admin rights and without the PowerShell :(
– WordyFonter
Jan 8 at 12:09
1
1
Possible duplicate of Using custom fonts without administrator rights?
– phuclv
Jan 8 at 15:00
Possible duplicate of Using custom fonts without administrator rights?
– phuclv
Jan 8 at 15:00
1
1
Which Windows version are you using? In Windows 10 17704 and above just right click > install. And UnauthorizedAccess doesn't mean that you don't have powershell. You just need to run
set-executionpolicy remotesigned
to allow script execution, or if it's not possible just copy all the lines in the script and paste directly onto Powershell, since you always have rights to execute commands– phuclv
Jan 8 at 15:04
Which Windows version are you using? In Windows 10 17704 and above just right click > install. And UnauthorizedAccess doesn't mean that you don't have powershell. You just need to run
set-executionpolicy remotesigned
to allow script execution, or if it's not possible just copy all the lines in the script and paste directly onto Powershell, since you always have rights to execute commands– phuclv
Jan 8 at 15:04
add a comment |
1 Answer
1
active
oldest
votes
You can't install a font permanently under a non-admin account, but you can do it temporarily (for the current session). Check Pabru's answer here.
P.S. OK, if PowerShell doesn't work, this is the corresponding MSVC code:
int _tmain(int argc, TCHAR* argv) {
if(argc != 2) {
std::cout << "Usage: RegFont <font-file>n";
return 1;
}
AddFontResource(argv[1]);
return 0;
}
Try running RegFont32 <font-file>
or RegFont64 <font-file>
I am getting a FullyQualifiedError by the name of UnauthorizedAccess as PowerShell execution is blocked.
– WordyFonter
Jan 8 at 12:05
Yes, I overlooked that. Try compiled version then, it should work.
– rg_software
Jan 8 at 12:33
You can't install a font permanently under a non-admin account
in fact you can
– phuclv
Jan 8 at 15:08
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1391836%2fhow-can-one-use-a-tff-font-in-word-2013-as-unpriviliged-user-without-powershell%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can't install a font permanently under a non-admin account, but you can do it temporarily (for the current session). Check Pabru's answer here.
P.S. OK, if PowerShell doesn't work, this is the corresponding MSVC code:
int _tmain(int argc, TCHAR* argv) {
if(argc != 2) {
std::cout << "Usage: RegFont <font-file>n";
return 1;
}
AddFontResource(argv[1]);
return 0;
}
Try running RegFont32 <font-file>
or RegFont64 <font-file>
I am getting a FullyQualifiedError by the name of UnauthorizedAccess as PowerShell execution is blocked.
– WordyFonter
Jan 8 at 12:05
Yes, I overlooked that. Try compiled version then, it should work.
– rg_software
Jan 8 at 12:33
You can't install a font permanently under a non-admin account
in fact you can
– phuclv
Jan 8 at 15:08
add a comment |
You can't install a font permanently under a non-admin account, but you can do it temporarily (for the current session). Check Pabru's answer here.
P.S. OK, if PowerShell doesn't work, this is the corresponding MSVC code:
int _tmain(int argc, TCHAR* argv) {
if(argc != 2) {
std::cout << "Usage: RegFont <font-file>n";
return 1;
}
AddFontResource(argv[1]);
return 0;
}
Try running RegFont32 <font-file>
or RegFont64 <font-file>
I am getting a FullyQualifiedError by the name of UnauthorizedAccess as PowerShell execution is blocked.
– WordyFonter
Jan 8 at 12:05
Yes, I overlooked that. Try compiled version then, it should work.
– rg_software
Jan 8 at 12:33
You can't install a font permanently under a non-admin account
in fact you can
– phuclv
Jan 8 at 15:08
add a comment |
You can't install a font permanently under a non-admin account, but you can do it temporarily (for the current session). Check Pabru's answer here.
P.S. OK, if PowerShell doesn't work, this is the corresponding MSVC code:
int _tmain(int argc, TCHAR* argv) {
if(argc != 2) {
std::cout << "Usage: RegFont <font-file>n";
return 1;
}
AddFontResource(argv[1]);
return 0;
}
Try running RegFont32 <font-file>
or RegFont64 <font-file>
You can't install a font permanently under a non-admin account, but you can do it temporarily (for the current session). Check Pabru's answer here.
P.S. OK, if PowerShell doesn't work, this is the corresponding MSVC code:
int _tmain(int argc, TCHAR* argv) {
if(argc != 2) {
std::cout << "Usage: RegFont <font-file>n";
return 1;
}
AddFontResource(argv[1]);
return 0;
}
Try running RegFont32 <font-file>
or RegFont64 <font-file>
edited Jan 8 at 15:08
phuclv
9,01063889
9,01063889
answered Jan 8 at 11:23
rg_softwarerg_software
1463
1463
I am getting a FullyQualifiedError by the name of UnauthorizedAccess as PowerShell execution is blocked.
– WordyFonter
Jan 8 at 12:05
Yes, I overlooked that. Try compiled version then, it should work.
– rg_software
Jan 8 at 12:33
You can't install a font permanently under a non-admin account
in fact you can
– phuclv
Jan 8 at 15:08
add a comment |
I am getting a FullyQualifiedError by the name of UnauthorizedAccess as PowerShell execution is blocked.
– WordyFonter
Jan 8 at 12:05
Yes, I overlooked that. Try compiled version then, it should work.
– rg_software
Jan 8 at 12:33
You can't install a font permanently under a non-admin account
in fact you can
– phuclv
Jan 8 at 15:08
I am getting a FullyQualifiedError by the name of UnauthorizedAccess as PowerShell execution is blocked.
– WordyFonter
Jan 8 at 12:05
I am getting a FullyQualifiedError by the name of UnauthorizedAccess as PowerShell execution is blocked.
– WordyFonter
Jan 8 at 12:05
Yes, I overlooked that. Try compiled version then, it should work.
– rg_software
Jan 8 at 12:33
Yes, I overlooked that. Try compiled version then, it should work.
– rg_software
Jan 8 at 12:33
You can't install a font permanently under a non-admin account
in fact you can– phuclv
Jan 8 at 15:08
You can't install a font permanently under a non-admin account
in fact you can– phuclv
Jan 8 at 15:08
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1391836%2fhow-can-one-use-a-tff-font-in-word-2013-as-unpriviliged-user-without-powershell%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Possible duplicate of Is it possible to install fonts in Windows without admin rights?
– fixer1234
Jan 8 at 11:27
This question sadly has to be: How do I do that without admin rights and without the PowerShell :(
– WordyFonter
Jan 8 at 12:09
1
Possible duplicate of Using custom fonts without administrator rights?
– phuclv
Jan 8 at 15:00
1
Which Windows version are you using? In Windows 10 17704 and above just right click > install. And UnauthorizedAccess doesn't mean that you don't have powershell. You just need to run
set-executionpolicy remotesigned
to allow script execution, or if it's not possible just copy all the lines in the script and paste directly onto Powershell, since you always have rights to execute commands– phuclv
Jan 8 at 15:04