HOWTO: Disable complex password policy on Hyper-V Server 2008?How to Disable the Password Policy for Local Users on Windows 2003Why are “local security policy” settings grayed out?Users on windows 2008 R2 server cannot change own passwordOur security auditor is an idiot. How do I give him the information he wants?Users can't change password trough OWA for Exchange 2010Password Policy seems to be ignored for new Domain on Windows Server 2008 R2No password is complex enoughRequired strength for Admin/Windows passwordsUnable to change domain password even if the password is complexUser can't change password due to complexity

Multi tool use
Multi tool use

How hard is it to sell a home which is currently mortgaged?

Prevent cacls asking for confirmation?

The Puzzling Reverse and Add Sequence

How fast can a ship with rotating habitats be accelerated?

How well known and how commonly used was Huffman coding in 1979?

Three column layout

Can I use the PWM pins as regular digital input/output pins?

Symbol for "not absolutely continuous" in Latex

One folder two different locations on ubuntu 18.04

What shortcut does ⌦ symbol in Camunda macOS app indicate and how to invoke it?

How could I adjust the text of a column in a table?

Transitive verb + interrupter + object?

In the context of a differentiator circuit, what is a “current-sensing resistor”?

In which public key encryption algorithms are the private and public key not reversible?

Alphabet completion rate

Can a US President have someone sent to prison?

Finding or mounting boot partition to create /boot/ssh

What is a macro? Difference between macro and function?

Does ultrasonic bath cleaning damage laboratory volumetric glassware calibration?

Can a police officer film me on their personal device in my own home?

“Faire” being used to mean “avoir l’air”?

Polish letters in ASME English template

Should the Torah be covered or uncovered during the Aliyah blessings?

Conduit Fill and Derating for THHN Cables (outdoor run)



HOWTO: Disable complex password policy on Hyper-V Server 2008?


How to Disable the Password Policy for Local Users on Windows 2003Why are “local security policy” settings grayed out?Users on windows 2008 R2 server cannot change own passwordOur security auditor is an idiot. How do I give him the information he wants?Users can't change password trough OWA for Exchange 2010Password Policy seems to be ignored for new Domain on Windows Server 2008 R2No password is complex enoughRequired strength for Admin/Windows passwordsUnable to change domain password even if the password is complexUser can't change password due to complexity






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








10















How do you disable the password complexity requirements on a Microsoft Hyper-V Server 2008 R2?




Keep in mind that when you log into the server, the only UI you have is:



alt text



And you cannot run gpedit.msc:



C:UsersAdministrator>gpedit.msc
'gpedit.msc' is not recognized as an internal or external command,
operable program or batch file.


because there are no .msc snap-ins installed with Microsoft Hyper-V Server 2008 R2.




The problem comes when you're trying to add an account to the server, so you can manage it, but it doesn't like most passwords:



alt text



And, predictably, typing



NET HELPMSG 2245


gives you



The password does not meet the password policy requirements. Check the minimum p
assword length, password complexity and password history requirements.


i hoped it would have been a friendly user experience, and either:



  • offered to disable the password policy

  • tell me how to disable the password policy

  • tell me how to check the minimum password length, password complexity and password history requirements.

Password Complexity Requirements



The Microsoft's default password complexity for Server Core is:



  • Passwords cannot contain the user’s account name or parts of the user’s full name that exceed two consecutive characters.

  • Passwords must be at least six characters in length.


  • Passwords must contain characters from three of the following four categories:



    1.English uppercase characters (A through Z).



    2.English lowercase characters (a through z).



    3.Base 10 digits (0 through 9).



    4.Non-alphabetic characters (for example, !, $, #, %).



External links



  • Technet Forums: Hyper-V Server disable complex passwords


  • Technet: Passwords must meet complexity requirements of the installed password filter

Update: 2k views? So many people keep coming coming to it: up-vote it!










share|improve this question
























  • Suggestion: As this is about Server Core, remove references to Hyper-V.

    – Richard
    Sep 5 '09 at 18:59











  • Hyper-V is a product, that is based on Server Core. It it also applies to other Server Core based products: that's fine. But my question comes from, and deals specifically with, Hyper-V. (See the screenshot)

    – Ian Boyd
    Apr 4 '10 at 0:04


















10















How do you disable the password complexity requirements on a Microsoft Hyper-V Server 2008 R2?




Keep in mind that when you log into the server, the only UI you have is:



alt text



And you cannot run gpedit.msc:



C:UsersAdministrator>gpedit.msc
'gpedit.msc' is not recognized as an internal or external command,
operable program or batch file.


because there are no .msc snap-ins installed with Microsoft Hyper-V Server 2008 R2.




The problem comes when you're trying to add an account to the server, so you can manage it, but it doesn't like most passwords:



alt text



And, predictably, typing



NET HELPMSG 2245


gives you



The password does not meet the password policy requirements. Check the minimum p
assword length, password complexity and password history requirements.


i hoped it would have been a friendly user experience, and either:



  • offered to disable the password policy

  • tell me how to disable the password policy

  • tell me how to check the minimum password length, password complexity and password history requirements.

Password Complexity Requirements



The Microsoft's default password complexity for Server Core is:



  • Passwords cannot contain the user’s account name or parts of the user’s full name that exceed two consecutive characters.

  • Passwords must be at least six characters in length.


  • Passwords must contain characters from three of the following four categories:



    1.English uppercase characters (A through Z).



    2.English lowercase characters (a through z).



    3.Base 10 digits (0 through 9).



    4.Non-alphabetic characters (for example, !, $, #, %).



External links



  • Technet Forums: Hyper-V Server disable complex passwords


  • Technet: Passwords must meet complexity requirements of the installed password filter

Update: 2k views? So many people keep coming coming to it: up-vote it!










share|improve this question
























  • Suggestion: As this is about Server Core, remove references to Hyper-V.

    – Richard
    Sep 5 '09 at 18:59











  • Hyper-V is a product, that is based on Server Core. It it also applies to other Server Core based products: that's fine. But my question comes from, and deals specifically with, Hyper-V. (See the screenshot)

    – Ian Boyd
    Apr 4 '10 at 0:04














10












10








10


6






How do you disable the password complexity requirements on a Microsoft Hyper-V Server 2008 R2?




Keep in mind that when you log into the server, the only UI you have is:



alt text



And you cannot run gpedit.msc:



C:UsersAdministrator>gpedit.msc
'gpedit.msc' is not recognized as an internal or external command,
operable program or batch file.


because there are no .msc snap-ins installed with Microsoft Hyper-V Server 2008 R2.




The problem comes when you're trying to add an account to the server, so you can manage it, but it doesn't like most passwords:



alt text



And, predictably, typing



NET HELPMSG 2245


gives you



The password does not meet the password policy requirements. Check the minimum p
assword length, password complexity and password history requirements.


i hoped it would have been a friendly user experience, and either:



  • offered to disable the password policy

  • tell me how to disable the password policy

  • tell me how to check the minimum password length, password complexity and password history requirements.

Password Complexity Requirements



The Microsoft's default password complexity for Server Core is:



  • Passwords cannot contain the user’s account name or parts of the user’s full name that exceed two consecutive characters.

  • Passwords must be at least six characters in length.


  • Passwords must contain characters from three of the following four categories:



    1.English uppercase characters (A through Z).



    2.English lowercase characters (a through z).



    3.Base 10 digits (0 through 9).



    4.Non-alphabetic characters (for example, !, $, #, %).



External links



  • Technet Forums: Hyper-V Server disable complex passwords


  • Technet: Passwords must meet complexity requirements of the installed password filter

Update: 2k views? So many people keep coming coming to it: up-vote it!










share|improve this question
















How do you disable the password complexity requirements on a Microsoft Hyper-V Server 2008 R2?




Keep in mind that when you log into the server, the only UI you have is:



alt text



And you cannot run gpedit.msc:



C:UsersAdministrator>gpedit.msc
'gpedit.msc' is not recognized as an internal or external command,
operable program or batch file.


because there are no .msc snap-ins installed with Microsoft Hyper-V Server 2008 R2.




The problem comes when you're trying to add an account to the server, so you can manage it, but it doesn't like most passwords:



alt text



And, predictably, typing



NET HELPMSG 2245


gives you



The password does not meet the password policy requirements. Check the minimum p
assword length, password complexity and password history requirements.


i hoped it would have been a friendly user experience, and either:



  • offered to disable the password policy

  • tell me how to disable the password policy

  • tell me how to check the minimum password length, password complexity and password history requirements.

Password Complexity Requirements



The Microsoft's default password complexity for Server Core is:



  • Passwords cannot contain the user’s account name or parts of the user’s full name that exceed two consecutive characters.

  • Passwords must be at least six characters in length.


  • Passwords must contain characters from three of the following four categories:



    1.English uppercase characters (A through Z).



    2.English lowercase characters (a through z).



    3.Base 10 digits (0 through 9).



    4.Non-alphabetic characters (for example, !, $, #, %).



External links



  • Technet Forums: Hyper-V Server disable complex passwords


  • Technet: Passwords must meet complexity requirements of the installed password filter

Update: 2k views? So many people keep coming coming to it: up-vote it!







security password hyper-v-server-2008-r2






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 10 at 9:23









Glorfindel

5501 gold badge8 silver badges18 bronze badges




5501 gold badge8 silver badges18 bronze badges










asked Sep 5 '09 at 16:25









Ian BoydIan Boyd

3,21111 gold badges48 silver badges70 bronze badges




3,21111 gold badges48 silver badges70 bronze badges












  • Suggestion: As this is about Server Core, remove references to Hyper-V.

    – Richard
    Sep 5 '09 at 18:59











  • Hyper-V is a product, that is based on Server Core. It it also applies to other Server Core based products: that's fine. But my question comes from, and deals specifically with, Hyper-V. (See the screenshot)

    – Ian Boyd
    Apr 4 '10 at 0:04


















  • Suggestion: As this is about Server Core, remove references to Hyper-V.

    – Richard
    Sep 5 '09 at 18:59











  • Hyper-V is a product, that is based on Server Core. It it also applies to other Server Core based products: that's fine. But my question comes from, and deals specifically with, Hyper-V. (See the screenshot)

    – Ian Boyd
    Apr 4 '10 at 0:04

















Suggestion: As this is about Server Core, remove references to Hyper-V.

– Richard
Sep 5 '09 at 18:59





Suggestion: As this is about Server Core, remove references to Hyper-V.

– Richard
Sep 5 '09 at 18:59













Hyper-V is a product, that is based on Server Core. It it also applies to other Server Core based products: that's fine. But my question comes from, and deals specifically with, Hyper-V. (See the screenshot)

– Ian Boyd
Apr 4 '10 at 0:04






Hyper-V is a product, that is based on Server Core. It it also applies to other Server Core based products: that's fine. But my question comes from, and deals specifically with, Hyper-V. (See the screenshot)

– Ian Boyd
Apr 4 '10 at 0:04











2 Answers
2






active

oldest

votes


















16














You can export security settings with:



secedit /export /cfg X:new.cfg


Then you edit new.cfg (it is ini format) and change line "PasswordComplexity = 1" to "PasswordComplexity = 0". Apply it on Hyper-V server with:



secedit /configure /db C:Windowssecuritynew.sdb /cfg X:new.cfg /areas SECURITYPOLICY


You can find more details in this blog post.






share|improve this answer




















  • 1





    You can also install Group Policy Management on a domain member workstation and administer the policies remotely in a graphical environment. In this case, I would recommend creating a Central Store for Group Policy according to this blog post: blogs.technet.com/b/askpfeplat/archive/2011/12/12/… You may also want to install other remote server administration tools such as ADUC.

    – Jonathan J
    Oct 30 '14 at 20:05












  • Automatic PowerShell script: stackoverflow.com/a/23265181/441652

    – uvsmtid
    Aug 30 '16 at 15:21


















0














Open Local Security Policy by clicking the Start button Picture of the Start button, typing secpol.msc into the search box, and then clicking secpol.‌ Administrator permission required If you're prompted for an administrator password or confirmation, type the password or provide confirmation.



In the left pane, double-click Account Policies, and then click Password Policy.



Double-click the item in the Policy list that you want to change, change the setting, and then click OK.






share|improve this answer


















  • 4





    On Microsoft Hyper-V Server 2008 R2 there is no Start button. The only UI is a console window (shown in the original question).

    – Ian Boyd
    Jun 29 '15 at 21:20











  • Voted down as poster clearly didn't read the original question.

    – shawty
    Aug 30 '16 at 15:16











  • @shawty happy now?

    – vaheeds
    Aug 31 '16 at 10:15











  • read "ian boyd's" comment.

    – shawty
    Aug 31 '16 at 17:57













Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f62709%2fhowto-disable-complex-password-policy-on-hyper-v-server-2008%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









16














You can export security settings with:



secedit /export /cfg X:new.cfg


Then you edit new.cfg (it is ini format) and change line "PasswordComplexity = 1" to "PasswordComplexity = 0". Apply it on Hyper-V server with:



secedit /configure /db C:Windowssecuritynew.sdb /cfg X:new.cfg /areas SECURITYPOLICY


You can find more details in this blog post.






share|improve this answer




















  • 1





    You can also install Group Policy Management on a domain member workstation and administer the policies remotely in a graphical environment. In this case, I would recommend creating a Central Store for Group Policy according to this blog post: blogs.technet.com/b/askpfeplat/archive/2011/12/12/… You may also want to install other remote server administration tools such as ADUC.

    – Jonathan J
    Oct 30 '14 at 20:05












  • Automatic PowerShell script: stackoverflow.com/a/23265181/441652

    – uvsmtid
    Aug 30 '16 at 15:21















16














You can export security settings with:



secedit /export /cfg X:new.cfg


Then you edit new.cfg (it is ini format) and change line "PasswordComplexity = 1" to "PasswordComplexity = 0". Apply it on Hyper-V server with:



secedit /configure /db C:Windowssecuritynew.sdb /cfg X:new.cfg /areas SECURITYPOLICY


You can find more details in this blog post.






share|improve this answer




















  • 1





    You can also install Group Policy Management on a domain member workstation and administer the policies remotely in a graphical environment. In this case, I would recommend creating a Central Store for Group Policy according to this blog post: blogs.technet.com/b/askpfeplat/archive/2011/12/12/… You may also want to install other remote server administration tools such as ADUC.

    – Jonathan J
    Oct 30 '14 at 20:05












  • Automatic PowerShell script: stackoverflow.com/a/23265181/441652

    – uvsmtid
    Aug 30 '16 at 15:21













16












16








16







You can export security settings with:



secedit /export /cfg X:new.cfg


Then you edit new.cfg (it is ini format) and change line "PasswordComplexity = 1" to "PasswordComplexity = 0". Apply it on Hyper-V server with:



secedit /configure /db C:Windowssecuritynew.sdb /cfg X:new.cfg /areas SECURITYPOLICY


You can find more details in this blog post.






share|improve this answer















You can export security settings with:



secedit /export /cfg X:new.cfg


Then you edit new.cfg (it is ini format) and change line "PasswordComplexity = 1" to "PasswordComplexity = 0". Apply it on Hyper-V server with:



secedit /configure /db C:Windowssecuritynew.sdb /cfg X:new.cfg /areas SECURITYPOLICY


You can find more details in this blog post.







share|improve this answer














share|improve this answer



share|improve this answer








edited Jul 11 '13 at 16:24

























answered Sep 5 '09 at 22:02









Josip MedvedJosip Medved

1,3041 gold badge16 silver badges18 bronze badges




1,3041 gold badge16 silver badges18 bronze badges







  • 1





    You can also install Group Policy Management on a domain member workstation and administer the policies remotely in a graphical environment. In this case, I would recommend creating a Central Store for Group Policy according to this blog post: blogs.technet.com/b/askpfeplat/archive/2011/12/12/… You may also want to install other remote server administration tools such as ADUC.

    – Jonathan J
    Oct 30 '14 at 20:05












  • Automatic PowerShell script: stackoverflow.com/a/23265181/441652

    – uvsmtid
    Aug 30 '16 at 15:21












  • 1





    You can also install Group Policy Management on a domain member workstation and administer the policies remotely in a graphical environment. In this case, I would recommend creating a Central Store for Group Policy according to this blog post: blogs.technet.com/b/askpfeplat/archive/2011/12/12/… You may also want to install other remote server administration tools such as ADUC.

    – Jonathan J
    Oct 30 '14 at 20:05












  • Automatic PowerShell script: stackoverflow.com/a/23265181/441652

    – uvsmtid
    Aug 30 '16 at 15:21







1




1





You can also install Group Policy Management on a domain member workstation and administer the policies remotely in a graphical environment. In this case, I would recommend creating a Central Store for Group Policy according to this blog post: blogs.technet.com/b/askpfeplat/archive/2011/12/12/… You may also want to install other remote server administration tools such as ADUC.

– Jonathan J
Oct 30 '14 at 20:05






You can also install Group Policy Management on a domain member workstation and administer the policies remotely in a graphical environment. In this case, I would recommend creating a Central Store for Group Policy according to this blog post: blogs.technet.com/b/askpfeplat/archive/2011/12/12/… You may also want to install other remote server administration tools such as ADUC.

– Jonathan J
Oct 30 '14 at 20:05














Automatic PowerShell script: stackoverflow.com/a/23265181/441652

– uvsmtid
Aug 30 '16 at 15:21





Automatic PowerShell script: stackoverflow.com/a/23265181/441652

– uvsmtid
Aug 30 '16 at 15:21













0














Open Local Security Policy by clicking the Start button Picture of the Start button, typing secpol.msc into the search box, and then clicking secpol.‌ Administrator permission required If you're prompted for an administrator password or confirmation, type the password or provide confirmation.



In the left pane, double-click Account Policies, and then click Password Policy.



Double-click the item in the Policy list that you want to change, change the setting, and then click OK.






share|improve this answer


















  • 4





    On Microsoft Hyper-V Server 2008 R2 there is no Start button. The only UI is a console window (shown in the original question).

    – Ian Boyd
    Jun 29 '15 at 21:20











  • Voted down as poster clearly didn't read the original question.

    – shawty
    Aug 30 '16 at 15:16











  • @shawty happy now?

    – vaheeds
    Aug 31 '16 at 10:15











  • read "ian boyd's" comment.

    – shawty
    Aug 31 '16 at 17:57















0














Open Local Security Policy by clicking the Start button Picture of the Start button, typing secpol.msc into the search box, and then clicking secpol.‌ Administrator permission required If you're prompted for an administrator password or confirmation, type the password or provide confirmation.



In the left pane, double-click Account Policies, and then click Password Policy.



Double-click the item in the Policy list that you want to change, change the setting, and then click OK.






share|improve this answer


















  • 4





    On Microsoft Hyper-V Server 2008 R2 there is no Start button. The only UI is a console window (shown in the original question).

    – Ian Boyd
    Jun 29 '15 at 21:20











  • Voted down as poster clearly didn't read the original question.

    – shawty
    Aug 30 '16 at 15:16











  • @shawty happy now?

    – vaheeds
    Aug 31 '16 at 10:15











  • read "ian boyd's" comment.

    – shawty
    Aug 31 '16 at 17:57













0












0








0







Open Local Security Policy by clicking the Start button Picture of the Start button, typing secpol.msc into the search box, and then clicking secpol.‌ Administrator permission required If you're prompted for an administrator password or confirmation, type the password or provide confirmation.



In the left pane, double-click Account Policies, and then click Password Policy.



Double-click the item in the Policy list that you want to change, change the setting, and then click OK.






share|improve this answer













Open Local Security Policy by clicking the Start button Picture of the Start button, typing secpol.msc into the search box, and then clicking secpol.‌ Administrator permission required If you're prompted for an administrator password or confirmation, type the password or provide confirmation.



In the left pane, double-click Account Policies, and then click Password Policy.



Double-click the item in the Policy list that you want to change, change the setting, and then click OK.







share|improve this answer












share|improve this answer



share|improve this answer










answered Jun 29 '15 at 7:40









vaheedsvaheeds

1457 bronze badges




1457 bronze badges







  • 4





    On Microsoft Hyper-V Server 2008 R2 there is no Start button. The only UI is a console window (shown in the original question).

    – Ian Boyd
    Jun 29 '15 at 21:20











  • Voted down as poster clearly didn't read the original question.

    – shawty
    Aug 30 '16 at 15:16











  • @shawty happy now?

    – vaheeds
    Aug 31 '16 at 10:15











  • read "ian boyd's" comment.

    – shawty
    Aug 31 '16 at 17:57












  • 4





    On Microsoft Hyper-V Server 2008 R2 there is no Start button. The only UI is a console window (shown in the original question).

    – Ian Boyd
    Jun 29 '15 at 21:20











  • Voted down as poster clearly didn't read the original question.

    – shawty
    Aug 30 '16 at 15:16











  • @shawty happy now?

    – vaheeds
    Aug 31 '16 at 10:15











  • read "ian boyd's" comment.

    – shawty
    Aug 31 '16 at 17:57







4




4





On Microsoft Hyper-V Server 2008 R2 there is no Start button. The only UI is a console window (shown in the original question).

– Ian Boyd
Jun 29 '15 at 21:20





On Microsoft Hyper-V Server 2008 R2 there is no Start button. The only UI is a console window (shown in the original question).

– Ian Boyd
Jun 29 '15 at 21:20













Voted down as poster clearly didn't read the original question.

– shawty
Aug 30 '16 at 15:16





Voted down as poster clearly didn't read the original question.

– shawty
Aug 30 '16 at 15:16













@shawty happy now?

– vaheeds
Aug 31 '16 at 10:15





@shawty happy now?

– vaheeds
Aug 31 '16 at 10:15













read "ian boyd's" comment.

– shawty
Aug 31 '16 at 17:57





read "ian boyd's" comment.

– shawty
Aug 31 '16 at 17:57

















draft saved

draft discarded
















































Thanks for contributing an answer to Server Fault!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f62709%2fhowto-disable-complex-password-policy-on-hyper-v-server-2008%23new-answer', 'question_page');

);

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







dpA 2jV9oUdsOkj8Q8ch A9Us6MEgi klGhkaHVZ0,np3LcR5G1neM8mR2jTCGSpJPDzmwHHOkhSF2omDeKrtncApnVNs a,UWAdI AX
V1h7KfenlM

Popular posts from this blog

Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020