Activate the built-in administrator account. Disabling the built-in Administrator account

Windows 7 takes security seriously, so the Administrator account is disabled by default. To turn it on, you will have to make a few extra movements, and as a result you will get full-fledged administrative rights V Windows system 7.

You can enable the administrator account in several ways - through GUI or command line.

The first option is the simplest - through the interface.

Enabling an account through the interface

Press the key combination , enter the command in the field that opens lusrmgr.msc and click on the button OK. The snap-in will open .

Click on the folder in the left pane Users. Now find the account Administrator in the central panel and right-click on it. Select a team Properties.

In the window Properties: Administrator go to the tab Are common(or it will open immediately) and uncheck .

As you can see, enabling the administrator account in Windows 7 is not difficult at all. However, using the command line it is even easier to do this.

Enabling an account via the command line

Click the button Start, enter the command in the search bar cmd. An icon for cmd.exe will appear at the top of the search window. Right click on it and select command Run as administrator.

Now enter the following command in the command line (for Windows 7 in Russian):

Net user Administrator /active:yes

Well, for English Windows versions 7 you will need to use the following command:

Net user Administrator /active:yes

Now you can go to the administrator account. Click the button Start, then on the arrow next to the button Shutdown and select a team Change user.

In Windows® 7, the built-in administrator account is disabled by default. IN previous versions Windows account an “Administrator” entry with a blank password was automatically created when the operating system was first started.

An Administrator account with a blank password is a source of danger. To better protect your system, the built-in Administrator account is disabled by default in all new installations and upgrades of Windows 7.

In audit mode the program Windows installations implicitly includes the built-in "Administrator" account as last action setup stage auditSystem, if the built-in Administrator account is not already enabled. The first step of the setup phase auditUser is a built-in disabling account"Administrator". This allows you to run programs and applications as an Administrator account. After completing the audit mode settings and logging out, the built-in Administrator account is disabled. If you want to leave the built-in Administrator account enabled, you can re-enable it in Audit mode.

Enable the built-in Administrator account in Windows 7

There are two ways to enable the built-in Administrator account.

  • Using the parameter automatic installation AutoLogon

    The built-in Administrator account can be used during an unattended installation by setting the Microsoft-Windows-Shell-Setup component's AutoLogon setting to Administrator. This action enables the built-in Administrator account, even if no password is specified in the AdministratorPassword parameter.

    You can create an answer file by using Windows Setup Manager.

    The following sample answer file shows how to enable the Administrator account, set the Administrator account password, and automatically sign in.

SecurePasswd123

true</PlainText> </Password> <Username>Administrator</Username> <Enabled>true</Enabled> <LogonCount>5</LogonCount> </AutoLogon> <UserAccounts> <AdministratorPassword> <Value>SecurePasswd123</Value> <PlainText>true</PlainText> </AdministratorPassword> </UserAccounts> </component></p> <ul><li><b>Equipment « <a href="https://zhumor.ru/en/internet/kakie-dopolnitelnye-vozmozhnosti-predostavlyayutsya-polzovatelyam-lokalnye.html">Local users</a> and groups" MMC console</b> <p>Change the properties of the Administrator account using the Local Users and Groups MMC snap-in.</p><ol><li>Open the MMC console and select the snap-in <b>Local users and groups</b>.</li><li>Right click the account <b>Administrator</b> and select <b>Properties</b>. <p>A window will open <b>Properties: Administrator</b>.</p></li><li>On the tab <b>Are common</b> uncheck the box <b>Account is disabled</b>.</li><li>Close the MMC console.</li> </ol> The administrator account is now enabled. <h2>Enable the built-in Administrator account in Windows Server 2008</h2> <p>When working with <a href="https://zhumor.ru/en/computer/licenzirovanie-windows-server-v-virtualnoi-srede-optimalnoe.html">Windows Server</a>® 2008 the built-in administrator password must be changed the first time you log in. This way, the Administrator account will not have a blank password by default.</p> <p>For <a href="https://zhumor.ru/en/internet/windows-xp-avtomaticheskii-vhod-avtomaticheskii-vhod-v-sistemu-windows-xp-esli.html">automatic login</a> sections Microsoft-Windows-Shell-Setup | Autologon and Microsoft-Windows-Shell-Setup | UserAccounts | AdministratorPassword. Both parameters should be added to the configuration step <b>auditSystem</b>.</p> <p>The following XML snippet shows the corresponding values.</p> <p> <UserAccounts> <AdministratorPassword> <Value>yourBApasswordhere</Value> <PlainText>true</PlainText> </AdministratorPassword> </UserAccounts> <AutoLogon> <Enabled>true</Enabled> <Username>Administrator</Username> <Password> <Value>yourBApasswordhere</Value> <PlainText>true</PlainText> </Password> </AutoLogon></p> <p>Section Microsoft-Windows-Shell-Setup | UserAccounts | AdministratorPassword can be used during the setup phase <b>oobeSystem</b> so that after installation and configuration are complete, you will not be required to enter a password to log in using the built-in Administrator account.</p> <p>The following XML snippet demonstrates setting the appropriate values.</p> <h2>Disabling the built-in Administrator account</h2> <p>Original equipment manufacturers (OEMs) and system builders must disable the built-in Administrator account before shipping computers to customers.</p> <ul><li><b>Running sysprep /generalize</b> <p>After executing the command <b>sysprep /generalize</b> The next time you turn on your computer, the built-in Administrator account will be disabled.</p></li> <li><b>Performance <a href="https://zhumor.ru/en/computer/otpravit-soobshchenie-po-seti-komanda-otpravki-tekstovyh-soobshchenii-net-send.html">net commands</a> user</b> <p>To disable the built-in Administrator account, run the following command:</p><p>Net user administrator /active:no</p><p>This command can be run after the computer is configured, before the computer is delivered to the customer.</p> <h2>Configuring the built-in administrator password during system provisioning</h2> <p>On Windows Server 2008, Windows Server 2008 R2, and <a href="https://zhumor.ru/en/internet/ustanovka-i-nastroika-programm-obzor-brandmauer-fairvoll-comodo.html">Windows Vista</a>® SP1 default password creation policy requires the creation of <a href="https://zhumor.ru/en/internet/generator-chitaemyh-parolei-kak-sozdat-i-zapomnit-nad-zhnyi-parol.html">complex password</a> for all user accounts. During installation, you are prompted to create a complex password. Attempts to create a simple password manually or using a script (such as the net command) will fail.</p> <p>When executing the command <b>sysprep /generalize</b> Windows Server 2008 and Windows Server 2008 R2 reset the built-in administrator password. However, the remedy <b>Sysprep</b> Clears the built-in administrator account password only on server editions, not client editions. The next time you start your computer, the installer asks for a password.</p> <p>You can automate password setup by creating a tool for <b>Sysprep</b> answer file that sets the value for the unattended installation option Microsoft-Windows-Shell-Setup | <b>UserAccounts</b> | <b>AdministratorPassword</b>.</p> <p>Original equipment manufacturers (OEMs) and system builders should maintain a default password policy on their computers. Enterprise users are allowed to change the default password policy.</p> <p>An enterprise user can set a simple password for the built-in administrator account during silent installation by specifying the desired value for the Microsoft-Windows-Shell-Setup | <b>UserAccounts</b> | <b>AdministratorPassword</b>.</p></li></ul></li></ul> <p>After Windows XP in the distribution of account rights <a href="https://zhumor.ru/en/internet/win-7-otklyuchenie-kontrolya-uchetnyh-zapisei-otklyuchenie-cherez.html">Windows entries</a> significant changes have occurred. If previously there was an account of a simple user and an administrator (the first had <a href="https://zhumor.ru/en/internet/kak-nastroit-sinhronizaciyu-dannyh-v-brauzere-google-chrome-s.html">limited rights</a>, and the second – with all powers), then now everything is more complicated.</p><p>In Windows 10, an account can be given administrator rights, but these rights are limited: when launching applications, you need to give them administrative rights separately, all actions with system settings are constantly controlled by UAC (i.e., User Account Control), this service is precisely responsible for requests to make changes to the computer in windows on <a href="https://zhumor.ru/en/computer/8-programm-dlya-izmeneniya-fona-u-papok-folderfon-izmenenie-fona-papki-samaya.html">dark background</a>. In addition, some administrative actions are still unavailable, because... There is a “true” administrator in Windows, but his account is disabled by default, because has the broadest powers, is not controlled by UAC, and its use in everyday work significantly reduces security. The article will tell you in detail how to activate the Administrator account if you cannot do without it, and how to disable it again so as not to endanger your computer.</p><p>It is universal and <a href="https://zhumor.ru/en/computer/kak-naiti-simvoly-na-klaviature-samyi-bystryi-sposob-napechatat-simvoly.html">quick way</a>, which allows you to enable an account in any edition of Windows 10. Other methods may not work in the home edition of Windows 10.</p><img src='https://i0.wp.com/dontfear.ru/wp-content/uploads/2015/09/Screenshot_115.png' align="center" height="403" width="353" loading=lazy loading=lazy><h2><span>Using the Computer Management tool</span></h2><p>If you prefer the Windows graphical interface, enable the Administrator entry through Account Control.</p><img src='https://i1.wp.com/dontfear.ru/wp-content/uploads/2015/09/Screenshot_55.png' align="center" height="588" width="391" loading=lazy loading=lazy><img src='https://i1.wp.com/dontfear.ru/wp-content/uploads/2015/09/Screenshot_93.png' align="center" height="586" width="391" loading=lazy loading=lazy><h2><span>Using the Local Policy Editor</span></h2><p>There is another way to activate the built-in Administrator account by changing the system security policy setting. Ultimately, it doesn't matter how you activated this account.</p> <p>Windows 7 takes security seriously, so the Administrator account is disabled by default. To enable it, you will have to make a few extra steps, and as a result you will get full-fledged administrative functions in Windows 7.</p> <p>You can enable the administrator account in several ways - through the graphical interface or the command line.</p><blockquote class="td_quote_box td_box_center"><h6>Attention: <span>methods do not work in Windows 7 Home Premium</span>. You will need Windows 7 Professional or Windows 7 Ultimate.</h6> </blockquote><p>The first option is the simplest - through the interface.</p><h2>Enabling an account through the interface</h2><p>Press the key combination <Win+R>, enter the command in the field that opens <b>lusrmgr.msc</b> and click on the button <i>OK</i>. The snap-in will open <i></i>.</p><p>Click on the folder in the left pane <i>Users</i>. Now find the account <i>Administrator</i> in the central panel and right-click on it. Select a team <i>Properties</i>.</p><p><img src='https://i2.wp.com/neoblogs.net/wp-content/uploads/2014/01/win064.png' width="100%" loading=lazy loading=lazy></p><p>In the window <i>Properties: Administrator</i> go to the tab <i>Are common</i>(or it will open immediately) and uncheck <i></i>.</p><p><img src='https://i2.wp.com/neoblogs.net/wp-content/uploads/2014/01/win0651.png' height="460" width="444" loading=lazy loading=lazy></p><p>As you can see, enabling the administrator account in Windows 7 is not difficult at all. However, using the command line it is even easier to do this.</p><h2>Enabling an account via the command line</h2><p>Click the button <i>Start</i>, enter the command in the search bar <b>cmd</b>. An icon for cmd.exe will appear at the top of the search window. Right click on it and select command <i>Run as administrator</i>.</p><p>Now enter the following command in the command line (for Windows 7 in Russian):</p><p>Net user Administrator /active:yes</p><p>Well, for the English version of Windows 7 you will need to use the following command:</p><p>Net user Administrator /active:yes</p><p>Now you can go to the administrator account. Click the button <i>Start</i>, then on the arrow next to the button <i>Shutdown</i> and select a team <i></i>.</p><p><img src='https://i0.wp.com/neoblogs.net/wp-content/uploads/2014/01/win0661.png' width="100%" loading=lazy loading=lazy></p><p>Then, in the registration window, all you have to do is select the newly created Administrator and you’re done.</p> <p>The built-in “Administrator” account differs only in that under it all programs are launched with the highest rights without a request to increase rights. Read more in.</p><h2>Ways to enable the built-in account <b>Administrator</b></h2><blockquote><p>Attention! Editions such as Windows 7 Home Basic or Windows 8.1 Core do not have snap-ins <b>Computer management</b> And <b>Local security policies</b>. Therefore, the simplest and most <a href="https://zhumor.ru/en/computer/sozdanie-favicon-onlain-universalnyi-sposob-sozdaniya-favikonov-servis.html">universal method</a>- This is to activate the Administrator account using the command line.</p> </blockquote><h3>1. Using the command line</h3><p>Run Command Prompt as Administrator ().</p><p>Net user Administrator /active:yes</p><p>To disable an account, use the following command:</p><p>Net user Administrator /active:no</p><h3>2. Through the Computer Management snap-in</h3><p>Click <b>Win+R <br></b> Enter <b>compmgmt.msc <br></b> Click <b>OK</b>:</p><p><img src='https://i0.wp.com/compfixer.info/wp-content/uploads/2014/11/admin-account-0301.png' width="100%" loading=lazy loading=lazy></p><p>Expand the section <b>Local users and groups</b>.<br>Select a subsection <b>Users</b>.<br>Right click on the account <b>Administrator</b>.<br>Select <b>Properties</b>:</p><p><img src='https://i1.wp.com/compfixer.info/wp-content/uploads/2014/11/admin-account-0302.png' width="100%" loading=lazy loading=lazy></p><p>Uncheck <b>Disable account</b>.<br>Click <b>OK</b> to save parameters:</p><p><img src='https://i0.wp.com/compfixer.info/wp-content/uploads/2014/11/admin-account-0303.png' height="462" width="446" loading=lazy loading=lazy></p><h3>3. Through local security policies</h3><p>Click <b>Win+R <br></b> Enter <b>secpol.msc <br></b> Click <b>Enter</b> or <b>OK</b>:</p><p><img src='https://i1.wp.com/compfixer.info/wp-content/uploads/2014/11/admin-account-0231.png' width="100%" loading=lazy loading=lazy></p><p>Expand <b>Local policies <br></b> Select <b>Security Settings <br></b> Find the policy in the list <b>Accounts: 'Administrator' account status</b> and double-click on it with the left mouse button.</p><p><img src='https://i1.wp.com/compfixer.info/wp-content/uploads/2014/11/admin-account-0233.png' width="100%" loading=lazy loading=lazy></p><p>Set the switch to position <b>Included</b>.<br>Click <b>OK</b>:</p><p><img src='https://i2.wp.com/compfixer.info/wp-content/uploads/2014/11/admin-account-0234.png' height="503" width="421" loading=lazy loading=lazy></p> <script>document.write("<img style='display:none;' src='//counter.yadro.ru/hit;artfast_after?t44.1;r"+ escape(document.referrer)+((typeof(screen)=="undefined")?"": ";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth? screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+";h"+escape(document.title.substring(0,150))+ ";"+Math.random()+ "border='0' width='1' height='1' loading=lazy loading=lazy>");</script> <div class="clear"></div> <div class="share"> <div class="title">Did you like the article? Share with your friends:</div> <div class="social-likes"> <div class="facebook" title="Share link on Facebook">Facebook</div> <div class="twitter" title="Share link on Twitter">Twitter</div> <div class="mailru" title="Share link in My World">My world</div> <div class="vkontakte" title="Share link on VKontakte">In contact with</div> <div class="plusone" title="Share link on Google Plus">Google+</div> </div> </div> <div class="information"> <div class="date left" itemprop="datePublished">05.08.2020</div> <div class="category left" itemprop="articleSection">Internet</div> <div class="clear"></div> </div> <div class="related_posts"> <div class="block_title">The most interesting:</div> <div class="items"> <div class="item left"> <div class="thumb"> <a href="https://zhumor.ru/en/internet/oboznach-kazhdyi-mnogougolnik-izmer-dliny-storon-kazhdogo.html"><img class="img" src="/uploads/6c9aeda02dcfdcce47bc0325518a3798.jpg" loading=lazy loading=lazy> </a> </div> <div class="name"><a href="https://zhumor.ru/en/internet/oboznach-kazhdyi-mnogougolnik-izmer-dliny-storon-kazhdogo.html">Label each polygon and measure the lengths of the sides of each</a></div> </div> <div class="item left"> <div class="thumb"> <a href="https://zhumor.ru/en/internet/youtube-com-activate-vypolnit-vhod-c-televizora-podklyuchaem-youtube-k.html"><img class="img" src="/uploads/b7a661e12add337de9e27ef4d3505440.jpg" loading=lazy loading=lazy> </a> </div> <div class="name"><a href="https://zhumor.ru/en/internet/youtube-com-activate-vypolnit-vhod-c-televizora-podklyuchaem-youtube-k.html">Connecting YouTube to TV</a></div> </div> <div class="item left"> <div class="thumb"> <a href="https://zhumor.ru/en/internet/nazvaniya-bolshih-chisel-nazvaniya-bolshih-chisel-reshenie-sostavnoi.html"><img class="img" src="/uploads/58c5c7236ac6dd7d81f607b19ddadce4.jpg" loading=lazy loading=lazy> </a> </div> <div class="name"><a href="https://zhumor.ru/en/internet/nazvaniya-bolshih-chisel-nazvaniya-bolshih-chisel-reshenie-sostavnoi.html">Names of large numbers Solving a compound problem</a></div> </div> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> </div> </div> </div> </section> <aside class="right"> <div class="block cats"> <div class="block_title">Blog categories</div> <div class="block_data"> <ul class="first_level"> <li> <a href="https://zhumor.ru/en/category/internet/"> <div class="icon"><img src="https://zhumor.ru/wp-content/uploads/2016/06/ic_cat11.png" alt="" loading=lazy loading=lazy></div> Internet</a> </li> <li> <a href="https://zhumor.ru/en/category/internet/"> <div class="icon"><img src="https://zhumor.ru/wp-content/uploads/2016/06/ic_cat11.png" alt="" loading=lazy loading=lazy></div> Internet</a> </li> <li> <a href="https://zhumor.ru/en/category/computer/"> <div class="icon"><img src="https://zhumor.ru/wp-content/uploads/2016/06/ic_cat11.png" alt="" loading=lazy loading=lazy></div> Computer</a> </li> </ul> </div> </div> <div class="banner" style="margin: 0 auto 30px;width:240px;"> </div> <div class="banner"> </div> <div class="block articles "> <div class="block_title">Popular articles</div> <div class="block_data"> <div class="items"> <div class="item"> <div class="thumb"> <a href="https://zhumor.ru/en/internet/chasy-casio-obzor-chasovyh-novinok-casio-dlya-vozdushnyh-pilotov.html"> <img src="/uploads/c7a97386f2353b820e30ec2a9a4b2bae.jpg" alt="Review of new CASIO watches" / loading=lazy loading=lazy> </a> </div> <div class="name"><a href="https://zhumor.ru/en/internet/chasy-casio-obzor-chasovyh-novinok-casio-dlya-vozdushnyh-pilotov.html">Review of new CASIO watches</a></div> </div> <div class="item"> <div class="thumb"> <a href="https://zhumor.ru/en/internet/nastroika-racii-vektor-27-komfort-proverka-rabotosposobnosti.html"> <img src="/uploads/aa48c4b8a4b9c93be0bf0da6cc85a2a9.jpg" alt="Checking the functionality of the radio station" / loading=lazy loading=lazy> </a> </div> <div class="name"><a href="https://zhumor.ru/en/internet/nastroika-racii-vektor-27-komfort-proverka-rabotosposobnosti.html">Checking the functionality of the radio station</a></div> </div> <div class="item"> <div class="thumb"> <a href="https://zhumor.ru/en/internet/diapazony-pmr-lpd-frs-gmrs-i-kdr-sravnenie-diapazonov-si-bi-lpd-i-pmr-dlya.html"> <img src="/uploads/2ca8dc0a90215a238772dfdbdba2f08d.jpg" alt="Comparison of CB, LPD and PMR bands Why is this needed?" / loading=lazy loading=lazy> </a> </div> <div class="name"><a href="https://zhumor.ru/en/internet/diapazony-pmr-lpd-frs-gmrs-i-kdr-sravnenie-diapazonov-si-bi-lpd-i-pmr-dlya.html">Comparison of CB, LPD and PMR bands Why is this needed?</a></div> </div> <div class="item"> <div class="thumb"> <a href="https://zhumor.ru/en/internet/vch-razemy-dlya-antenn-i-kabelya-granichnye-chastoty-dlya-vch-razemov-razemy.html"> <img src="/uploads/765ab643b3fc4e0c08831347871ccade.jpg" alt="Limit frequencies for RF connectors RF connectors types" / loading=lazy loading=lazy> </a> </div> <div class="name"><a href="https://zhumor.ru/en/internet/vch-razemy-dlya-antenn-i-kabelya-granichnye-chastoty-dlya-vch-razemov-razemy.html">Limit frequencies for RF connectors RF connectors types</a></div> </div> <div class="item"> <div class="thumb"> <a href="https://zhumor.ru/en/computer/vindovs-7-piratskaya-propadaet-zastavka-chernyi-ekran-kak.html"> <img src="/uploads/5c5350e802f861b40fd39273beadfc58.jpg" alt="Windows 7 pirated screensaver disappears black screen" / loading=lazy loading=lazy> </a> </div> <div class="name"><a href="https://zhumor.ru/en/computer/vindovs-7-piratskaya-propadaet-zastavka-chernyi-ekran-kak.html">Windows 7 pirated screensaver disappears black screen</a></div> </div> </div> </div> </div> <div class="banner airSticky"> </div> </aside> <script type="text/javascript">!function(t,e){ "use strict";function n(){ if(!a){ a=!0;for(var t=0;t<d.length;t++)d[t].fn.call(window,d[t].ctx);d=[]} }function o(){ "complete"===document.readyState&&n()} t=t||"docReady",e=e||window;var d=[],a=!1,c=!1;e[t]=function(t,e){ return a?void setTimeout(function(){ t(e)} ,1):(d.push({ fn:t,ctx:e} ),void("complete"===document.readyState||!document.attachEvent&&"interactive"===document.readyState?setTimeout(n,1):c||(document.addEventListener?(document.addEventListener("DOMContentLoaded",n,!1),window.addEventListener("load",n,!1)):(document.attachEvent("onreadystatechange",o),window.attachEvent("onload",n)),c=!0)))} }("wpBruiserDocReady",window); (function(){ var wpbrLoader = (function(){ var g=document,b=g.createElement('script'),c=g.scripts[0];b.async=1;b.src='/?gdbc-client=3.1.11-'+(new Date()).getTime();c.parentNode.insertBefore(b,c);} );wpBruiserDocReady(wpbrLoader);window.onunload=function(){ };window.addEventListener('pageshow',function(event){ if(event.persisted){ (typeof window.WPBruiserClient==='undefined')?wpbrLoader():window.WPBruiserClient.requestTokens();} },false);} )(); </script> <script type='text/javascript' src='https://zhumor.ru/wp-content/plugins/cookie-notice/js/front.min.js?ver=1.2.40'></script> <script type='text/javascript' src='/assets/front1.min1.js'></script> <script type='text/javascript' src='https://zhumor.ru/wp-content/plugins/wp-postratings/js/postratings-js.js?ver=1.85'></script> <script type='text/javascript' src='/wp-includes/js/wp-embed.min.js?ver=4.9.1'></script> <div id="cookie-notice" role="banner" class="cn-bottom bootstrap" style="color: #fff; background-color: #000;"><div class="cookie-notice-container"><span id="cn-notice-text">Friends, I use cookies to give you the best experience on my website. If you agree, click "Ok".</span><a href="#" id="cn-accept-cookie" data-cookie-set="accept" class="cn-set-cookie button bootstrap">OK</a> </div> </div> <div class="clear"></div> </div> <div class="cont"> <footer> <div class="col left"> <div class="l"> <img src="/img/logo.png" loading=lazy loading=lazy> </div> <div class="copyright">zhumor.ru - Simple and accessible. We teach technology</div> </div> <ul id="menu-foot" class="links left"> <li class="menu-item type-post_type object-page "><a href="https://zhumor.ru/en/feedback.html">Contacts</a></li> <li class="menu-item type-post_type object-page "><a href="">Advertising and cooperation</a></li> <li class="menu-item type-post_type object-page "><a href="">About the site</a></li> </ul> <div class="clear"></div> </footer> </div> </div> <div class="buttonUp"><a href="#top"></a></div> </div> <script src="/assets/jquery1.js"></script> <script src="https://zhumor.ru/wp-content/themes/raten/js/jquery-migrate.js"></script> <script src="https://zhumor.ru/wp-content/themes/raten/js/scrollTop.js"></script> <script src="https://zhumor.ru/wp-content/themes/raten/js/social-likes.min.js"></script> <script src="https://zhumor.ru/wp-content/themes/raten/js/fancybox.js"></script> <script src="https://zhumor.ru/wp-content/themes/raten/js/jquery.airStickyBlock.min.js"></script> <script src="/wp-includes/js/comment-reply.min.js"></script> <script src="https://zhumor.ru/wp-content/themes/raten/js/scripts.js"></script> <script>// <![CDATA[ // < ![CDATA[ function GoTo(link){ window.open(link.replace("_","http://","https://"));} // ]]></script> <script type="text/javascript">(window.Image ? (new Image()) : document.createElement('img')).src = location.protocol + '//vk.com/rtrg?r=VaOkaUHa8b7aOnpvk6*6aJe31KwblJWqkjoKUg6hphyBGU1uxyonnbQb1r4oIvdJyeruVbHyREoFF4QvP9MgyWw60g4RK7x6C7HK4QqiFEFVR9ga/77OHVf6lAy59pIahKMAGkZelNuxMkkmSG4v6PPVXCRWTvnrTQdWQiLrJII-';</script> </body> </html>